CAknGridView::SGrid Struct Reference

API published in: S60 1st Ed


#include <akngridview.h>

Detailed Description

Enumeration flags for different layouts.

Data Fields

TSize  iGridDimensions
  Current size of entire grid.
TInt  iGridFlags
  Flags.
TInt  iPageSize
  Size of the viewable area ( iColsInView * iRowsInView ).
TInt  iColsInView
  The number of columns in the viewable area.
TInt  iRowsInView
  The number of rows in the viewable area.
TSize  iSizeBetweenItems
  The size of gap between items (height and width).
TSize  iSizeOfItems
  The size of an item.

Field Documentation

TInt CAknGridView::SGrid::iColsInView
 

The number of columns in the viewable area.

TSize CAknGridView::SGrid::iGridDimensions
 

Current size of entire grid.

TInt CAknGridView::SGrid::iGridFlags
 

Flags.

TInt CAknGridView::SGrid::iPageSize
 

Size of the viewable area ( iColsInView * iRowsInView ).

TInt CAknGridView::SGrid::iRowsInView
 

The number of rows in the viewable area.

TSize CAknGridView::SGrid::iSizeBetweenItems
 

The size of gap between items (height and width).

TSize CAknGridView::SGrid::iSizeOfItems
 

The size of an item.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top