wxShapeFramework  1.13.0 beta
GridShape.h File Reference
Include dependency graph for GridShape.h:
This graph shows which files directly or indirectly include this file:

Classes

class  wxSFGridShape
 Class encapsulates a rectangular shape derived from wxSFRectShape class which acts as a grid-based container able to manage other assigned child shapes (it can control their position). The managed shapes are aligned into defined grid with a behaviour similar to classic wxWidget's wxGridSizer class. More...

Defines

#define sfdvGRIDSHAPE_ROWS   3
 Default value of wxSFGridShape::m_nRows data member.
#define sfdvGRIDSHAPE_COLS   3
 Default value of wxSFGridShape::m_nCols data member.
#define sfdvGRIDSHAPE_CELLSPACE   5
 Default value of wxSFGridShape::m_nCellSpace data member.

Define Documentation

#define sfdvGRIDSHAPE_CELLSPACE   5

Default value of wxSFGridShape::m_nCellSpace data member.

#define sfdvGRIDSHAPE_COLS   3

Default value of wxSFGridShape::m_nCols data member.

#define sfdvGRIDSHAPE_ROWS   3

Default value of wxSFGridShape::m_nRows data member.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines