class TEikGroupControl |
Public Member Functions | |
---|---|
TEikGroupControl() | |
TEikGroupControl(CCoeControl *, TInt, TInt, TInt) | |
TBool | IsLengthSet() |
TBool | IsStretchable() |
TInt | Length() |
void | SetLength(TInt) |
void | SetStretchable() |
Public Member Enumerations | |
---|---|
enum | TControlFlags { ESetLength = 0x01, EAllowStretch = 0x02 } |
Public Attributes | |
---|---|
CCoeControl * | iControl |
TInt | iId |
TInt | iLongId |
Private Attributes | |
---|---|
TInt | iFlags |
TInt | iLength |
TEikGroupControl | ( | CCoeControl * | aControl, |
TInt | aId, | ||
TInt | aLength, | ||
TInt | aFlags | ||
) | [inline] |
Constructor
CCoeControl * aControl | |
TInt aId | |
TInt aLength | |
TInt aFlags |
TBool | IsStretchable | ( | ) | const [inline] |
IsStretchable() whether controlgroup is stretchable
void | SetLength | ( | TInt | aLength | ) | [inline] |
SetLength() sets the length
TInt aLength |