The cell displays 80x32 bitmaps.
|
Public Member Functions |
| IMPORT_C | CAknGMSStyleGrid () |
| | do not use this, use NewL aIsPopup = EFalse is default.
|
| IMPORT_C | CAknGMSStyleGrid (TBool aIsPopup) |
| IMPORT_C void | ConstructL (const CCoeControl *aParent, TInt aRows=4, TInt aCols=2) |
| | 2nd phase of construction.
|
| IMPORT_C | ~CAknGMSStyleGrid () |
| | the destructor
|
| IMPORT_C void | SetupLayout () |
| | Sets the layout of the grid view.
|
| IMPORT_C void | HandlePointerEventL (const TPointerEvent &aPointerEvent) |
| | From CCoeControl.
|
| IMPORT_C void | SizeChanged () |
| | layouts and repaints the grid
|
| IMPORT_C TSize | MinimumSize () |
| | Decides size of the grid for dialogs.
|
| IMPORT_C TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
| | Offers key events to parent class.
|
| IMPORT_C void | Draw (const TRect &aRect) const |
| | Redraw the grid.
|
| IMPORT_C CListBoxView * | MakeViewClassInstanceL () |
| | Overriden from CAknGrid.
|
Static Public Member Functions |
| static IMPORT_C CAknGMSStyleGrid * | NewL (const CCoeControl *aParent, TBool aIsPopup=EFalse) |
| | Creates a gms grid.
|
| static TSize | KCELL_SIZE () |
| | Defines a grid cell size.
|
Protected Attributes |
| TBool | iIsPopup |
| | Are we a popup window or main pane window, ETrue = popup window.
|