TEikGroupControl Class Reference

class TEikGroupControl
Public Member Functions
TEikGroupControl()
TEikGroupControl(CCoeControl *, TInt, TInt, TInt)
TBool IsLengthSet()
TBool IsStretchable()
TInt Length()
voidSetLength(TInt)
voidSetStretchable()
Public Member Enumerations
enumTControlFlags { ESetLength = 0x01, EAllowStretch = 0x02 }
Public Attributes
CCoeControl *iControl
TInt iId
TInt iLongId
Private Attributes
TInt iFlags
TInt iLength

Constructor & Destructor Documentation

TEikGroupControl()

TEikGroupControl()[inline]

Constructor

TEikGroupControl(CCoeControl *, TInt, TInt, TInt)

TEikGroupControl(CCoeControl *aControl,
TIntaId,
TIntaLength,
TIntaFlags
)[inline]

Constructor

Parameters

CCoeControl * aControl
TInt aId
TInt aLength
TInt aFlags

Member Functions Documentation

IsLengthSet()

TBool IsLengthSet()const [inline]

IsLengthSet() whether length has been set

IsStretchable()

TBool IsStretchable()const [inline]

IsStretchable() whether controlgroup is stretchable

Length()

TInt Length()const [inline]

Length() returns value of the length

SetLength(TInt)

voidSetLength(TIntaLength)[inline]

SetLength() sets the length

Parameters

TInt aLength

SetStretchable()

voidSetStretchable()[inline]

SetStretchable() sets to be stretchable

Member Enumerations Documentation

Enum TControlFlags

Enumerators

ESetLength = 0x01
EAllowStretch = 0x02

Member Data Documentation

CCoeControl * iControl

CCoeControl *iControl

TInt iFlags

TInt iFlags[private]

TInt iId

TInt iId

TInt iLength

TInt iLength[private]

TInt iLongId

TInt iLongId