| class TAknLayoutScalableTableLimits |
Defines the valid range of a table lookup index. A table index is valid if it satisfies iFirstIndex <= index <= iLastIndex
| Public Member Functions | |
|---|---|
| TAknLayoutScalableTableLimits() | |
| TAknLayoutScalableTableLimits(TInt, TInt) | |
| IMPORT_C TInt | FirstIndex() |
| IMPORT_C TInt | LastIndex() |
| IMPORT_C TAknLayoutTableLimits | LayoutLimits() |
| IMPORT_C void | SetFirstIndex(TInt) |
| IMPORT_C void | SetLastIndex(TInt) |
| Private Attributes | |
|---|---|
| TInt | iFirstIndex |
| TInt | iLastIndex |
| IMPORT_C | TAknLayoutScalableTableLimits | ( | TInt | aFirstIndex, |
| TInt | aLastIndex | |||
| ) | ||||