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
Public Member Functions | |
---|---|
TAknLayoutScalableParameterLimits() | |
TAknLayoutScalableParameterLimits(TInt, TInt, TInt, TInt, TInt, TInt) | |
IMPORT_C TInt | FirstColumn() |
IMPORT_C TInt | FirstRow() |
IMPORT_C TInt | FirstVariety() |
IMPORT_C TInt | LastColumn() |
IMPORT_C TInt | LastRow() |
IMPORT_C TInt | LastVariety() |
IMPORT_C void | SetFirstColumn(TInt) |
IMPORT_C void | SetFirstRow(TInt) |
IMPORT_C void | SetFirstVariety(TInt) |
IMPORT_C void | SetLastColumn(TInt) |
IMPORT_C void | SetLastRow(TInt) |
IMPORT_C void | SetLastVariety(TInt) |
Private Attributes | |
---|---|
TInt | iFirstColumn |
TInt | iFirstRow |
TInt | iFirstVariety |
TInt | iLastColumn |
TInt | iLastRow |
TInt | iLastVariety |
IMPORT_C | TAknLayoutScalableParameterLimits | ( | TInt | aFirstVariety, |
TInt | aLastVariety, | |||
TInt | aFirstColumn, | |||
TInt | aLastColumn, | |||
TInt | aFirstRow, | |||
TInt | aLastRow | |||
) |