![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
A grid column. More...
#include <CzUIGrid.h>
Public Member Functions | |
CzUIGridColumn (const char *name, int width, eCzAlignH align, bool visible) | |
Public Attributes | |
CzString | Name |
Name of column. | |
int | OriginalWidth |
Original width of column. | |
int | Width |
Current width of column. | |
eCzAlignH | Align |
Column actor alignment. | |
bool | Visible |
Column visibility. | |
CzTemplate * | ItemsTemplate |
Items template used to instantiate grid column items. | |
CzXomlVariableArray * | ItemsData |
Bound data array. | |
unsigned int | ItemsTargetTypeHash |
Target item type hash. | |
int | ItemCount |
Number of items in column. |
A grid column.
CzUIGridColumn::CzUIGridColumn | ( | const char * | name, |
int | width, | ||
eCzAlignH | align, | ||
bool | visible | ||
) | [inline] |
Column actor alignment.
Number of items in column.
Bound data array.
unsigned int CzUIGridColumn::ItemsTargetTypeHash |
Target item type hash.
Items template used to instantiate grid column items.
Name of column.
Original width of column.
Column visibility.
Current width of column.