#include <Fui.h>
Public Member Functions | |
| CFuiListColumn (void) | |
| void | SetWidth (unsigned int width) |
| unsigned int | GetWidth (void) |
| void | SetTitle (const char *title) |
| void | AddRow (CFuiListRow row) |
| void | DeleteRow (unsigned int row) |
| void | DeleteAllRows (void) |
| CFuiListRow & | GetRow (unsigned int i) |
| unsigned int | GetRowCount (void) |
Protected Attributes | |
| unsigned int | width |
| User-specified width. | |
| unsigned int | minWidth |
| Minimum desired width based on contents. | |
| std::string | title |
| Column title. | |
| std::vector< CFuiListRow > | rows |
| Row data. | |
Definition at line 895 of file Fui.h.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 3030 of file Fui.cpp. References rows. |
|
|
Definition at line 3044 of file Fui.cpp. Referenced by CFuiList::GetCellText(), and CFuiList::SetCellText(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 914 of file Fui.h. Referenced by DeleteRow(). |
|
|
|
|
|
|
|
|
Documentation generated by
|