TSmilLength Class Reference

class TSmilLength

Length class. The value can be percent or absolute.

Constructor & Destructor Documentation

TSmilLength()

TSmilLength ( )

TSmilLength(TInt)

TSmilLength ( TInt value )

Parameters

TInt value

TSmilLength(TLenType, TInt)

TSmilLength ( TLenType type,
TInt value
)

Parameters

TLenType type
TInt value

TSmilLength(const TDesC &)

TSmilLength ( const TDesC & aLen )

Parameters

const TDesC & aLen

Member Functions Documentation

GetLength(TInt)

TInt GetLength ( TInt relation )

Parameters

TInt relation

IsAuto()

TBool IsAuto ( ) [inline]

IsFixed()

TBool IsFixed ( ) [inline]

IsPercent()

TBool IsPercent ( ) [inline]

IsValid()

TBool IsValid ( ) [inline]

Member Enumerations Documentation

Enum TLenType

Enumerators

EInvalid
EFixed
EPercent
EAuto

Member Data Documentation

TLenType iType

TLenType iType

TInt iValue

TInt iValue