class MASKING_DLL_DECLSPEC Column
Represents one column item.
Public Fields
-
std::string title
- header text
-
int width
- width in pixels; if negative, appropriate width is calculated automatically
-
int alignment
- title alignment: 0 (left), 1 (right) or 2 (centre)
-
int sortOrder
- Used when sorting the list.
Documentation
Represents one column item. ListBox can contain any number of columns.
std::string title
-
header text
int width
-
width in pixels; if negative, appropriate width is calculated automatically
int alignment
-
title alignment: 0 (left), 1 (right) or 2 (centre)
int sortOrder
-
Used when sorting the list. Each column has an order value, 1 for ascending,
-1 for descending. Every time a column header is clicked the list is sorted
in that column's order and the order is flipped so that the next time reverse
sorting is used.
- This class has no child classes.
Alphabetic index Hierarchy of classes
Back to front page
|
page generated with DOC++