|
Planeshift
|
Defines the structure of the list box table. More...
#include <pawslistbox.h>
Public Member Functions | |
| ColumnDef () | |
Public Attributes | |
| int | height |
| bool | sortable |
| listBoxSortingFunc | sortFunc |
| csRef< iDocumentNode > | widgetNode |
| int | width |
| csString | xmlbinding |
| Passed to new column widgets to create. More... | |
Defines the structure of the list box table.
This describes how a column is defined. The height should be constant across all the columns for a particular table.
Definition at line 53 of file pawslistbox.h.
|
inline |
Definition at line 55 of file pawslistbox.h.
| int ColumnDef::height |
Definition at line 65 of file pawslistbox.h.
| bool ColumnDef::sortable |
Definition at line 68 of file pawslistbox.h.
| listBoxSortingFunc ColumnDef::sortFunc |
Definition at line 70 of file pawslistbox.h.
| csRef<iDocumentNode> ColumnDef::widgetNode |
Definition at line 66 of file pawslistbox.h.
| int ColumnDef::width |
Definition at line 64 of file pawslistbox.h.
| csString ColumnDef::xmlbinding |
Passed to new column widgets to create.
Definition at line 67 of file pawslistbox.h.