AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzUIGridColumn Struct Reference

A grid column. More...

#include <CzUIGrid.h>

List of all members.

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.
CzTemplateItemsTemplate
 Items template used to instantiate grid column items.
CzXomlVariableArrayItemsData
 Bound data array.
unsigned int ItemsTargetTypeHash
 Target item type hash.
int ItemCount
 Number of items in column.

Detailed Description

A grid column.


Constructor & Destructor Documentation

CzUIGridColumn::CzUIGridColumn ( const char *  name,
int  width,
eCzAlignH  align,
bool  visible 
) [inline]

Member Data Documentation

Column actor alignment.

Number of items in column.

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.


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