TAknLayoutScalableTableLimits Class Reference

class TAknLayoutScalableTableLimits

Defines the valid range of a table lookup index. A table index is valid if it satisfies iFirstIndex <= index <= iLastIndex

Constructor & Destructor Documentation

TAknLayoutScalableTableLimits()

IMPORT_CTAknLayoutScalableTableLimits()

TAknLayoutScalableTableLimits(TInt, TInt)

IMPORT_CTAknLayoutScalableTableLimits(TIntaFirstIndex,
TIntaLastIndex
)

Parameters

TInt aFirstIndex
TInt aLastIndex

Member Functions Documentation

FirstIndex()

IMPORT_C TIntFirstIndex()const

LastIndex()

IMPORT_C TIntLastIndex()const

LayoutLimits()

IMPORT_C TAknLayoutTableLimitsLayoutLimits()const

SetFirstIndex(TInt)

IMPORT_C voidSetFirstIndex(TIntaIndex)

Parameters

TInt aIndex

SetLastIndex(TInt)

IMPORT_C voidSetLastIndex(TIntaIndex)

Parameters

TInt aIndex

Member Data Documentation

TInt iFirstIndex

TInt iFirstIndex[private]

TInt iLastIndex

TInt iLastIndex[private]