Location:
eikctgrp.h
Link against:
eikcoctl.lib
TEikGroupControl
Supported from 6.0
Wraps a control pointer. The control pointer is wrapped with other information such as; an ID, whether the control is of a fixed size or is stretchable and, if a set size, the control’s length.
This class is used by CEikControlGroup.
Defined in TEikGroupControl:
EAllowStretch, ESetLength, IsLengthSet(), IsStretchable(), Length(), SetLength(), SetStretchable(), TControlFlags, TEikGroupControl(), iControl, iId
TEikGroupControl(CCoeControl* aControl,TInt aId,TInt aLength,TInt aFlags);
Constructor. This function wraps aControl with the specified information.
|
TBool IsLengthSet() const;
Tests whether the control’s length is set.
|
void SetLength(TInt aLength);
Sets the control’s length. Also sets the ESetLength flag, indicating the control is not stretchable.
|
TBool IsStretchable() const;
Tests whether the control is stretchable.
|
TControlFlags
Specifies whether the control is of a specific length or is stretchable.
|
TInt iId
ID of a control in the control group.