Planeshift
Public Member Functions | Public Attributes

ColumnDef Struct Reference

Defines the structure of the list box table. More...

#include <pawslistbox.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

ColumnDef::ColumnDef ( ) [inline]

Definition at line 55 of file pawslistbox.h.


Member Data Documentation

Definition at line 65 of file pawslistbox.h.

Definition at line 68 of file pawslistbox.h.

Definition at line 70 of file pawslistbox.h.

csRef<iDocumentNode> ColumnDef::widgetNode

Definition at line 66 of file pawslistbox.h.

Definition at line 64 of file pawslistbox.h.

Passed to new column widgets to create.

Definition at line 67 of file pawslistbox.h.


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