TAknLayoutScalableParameterLimits Class Reference

class TAknLayoutScalableParameterLimits

Defines the valid maximum value of the parameters that can be passed into a scalable layout API An index is valid if it satisfies index < iMaxVarietys etc

Constructor & Destructor Documentation

TAknLayoutScalableParameterLimits()

IMPORT_CTAknLayoutScalableParameterLimits()

TAknLayoutScalableParameterLimits(TInt, TInt, TInt, TInt, TInt, TInt)

IMPORT_CTAknLayoutScalableParameterLimits(TIntaFirstVariety,
TIntaLastVariety,
TIntaFirstColumn,
TIntaLastColumn,
TIntaFirstRow,
TIntaLastRow
)

Parameters

TInt aFirstVariety
TInt aLastVariety
TInt aFirstColumn
TInt aLastColumn
TInt aFirstRow
TInt aLastRow

Member Functions Documentation

FirstColumn()

IMPORT_C TIntFirstColumn()const

FirstRow()

IMPORT_C TIntFirstRow()const

FirstVariety()

IMPORT_C TIntFirstVariety()const

LastColumn()

IMPORT_C TIntLastColumn()const

LastRow()

IMPORT_C TIntLastRow()const

LastVariety()

IMPORT_C TIntLastVariety()const

SetFirstColumn(TInt)

IMPORT_C voidSetFirstColumn(TIntaFirstColumn)

Parameters

TInt aFirstColumn

SetFirstRow(TInt)

IMPORT_C voidSetFirstRow(TIntaFirstRow)

Parameters

TInt aFirstRow

SetFirstVariety(TInt)

IMPORT_C voidSetFirstVariety(TIntFirstVariety)

Parameters

TInt FirstVariety

SetLastColumn(TInt)

IMPORT_C voidSetLastColumn(TIntaLastColumn)

Parameters

TInt aLastColumn

SetLastRow(TInt)

IMPORT_C voidSetLastRow(TIntaLastRow)

Parameters

TInt aLastRow

SetLastVariety(TInt)

IMPORT_C voidSetLastVariety(TIntLastVariety)

Parameters

TInt LastVariety

Member Data Documentation

TInt iFirstColumn

TInt iFirstColumn[private]

TInt iFirstRow

TInt iFirstRow[private]

TInt iFirstVariety

TInt iFirstVariety[private]

TInt iLastColumn

TInt iLastColumn[private]

TInt iLastRow

TInt iLastRow[private]

TInt iLastVariety

TInt iLastVariety[private]