Link against: avkon.lib
None
#include <AknGMSStyleGrid.h>
Inherits CAknGrid.
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. |
|
do not use this, use NewL aIsPopup = EFalse is default. |
|
|
|
the destructor |
|
2nd phase of construction.
|
|
Redraw the grid.
Reimplemented from CEikListBox. |
|
From CCoeControl. Handles pointer events Reimplemented from CAknGrid. |
|
Defines a grid cell size.
|
|
Overriden from CAknGrid. Create the grid view for thus grid class. @ return the grid view Reimplemented from CAknGrid. |
|
Decides size of the grid for dialogs. Reimplemented from CEikListBox. |
|
Creates a gms grid.
|
|
Offers key events to parent class.
Reimplemented from CAknGrid. |
|
Sets the layout of the grid view. |
|
layouts and repaints the grid Reimplemented from CAknGrid. |
|
Are we a popup window or main pane window, ETrue = popup window. |