class MASKING_DLL_DECLSPEC Column

Represents one column item.

Public Fields

[more]std::string title
header text
[more]int width
width in pixels; if negative, appropriate width is calculated automatically
[more]int alignment
title alignment: 0 (left), 1 (right) or 2 (centre)
[more]int sortOrder
Used when sorting the list.


Documentation

Represents one column item. ListBox can contain any number of columns.
ostd::string title
header text

oint width
width in pixels; if negative, appropriate width is calculated automatically

oint alignment
title alignment: 0 (left), 1 (right) or 2 (centre)

oint 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++