|
RADLib
RADical C++ application framework
|
Table column descriptor. More...
#include <RADAppKit.h>
Public Attributes | |
| std::string | id |
| Stable id. More... | |
| std::string | title |
| Display title. More... | |
| double | width = 120.0 |
| Width in logical pixels. More... | |
| bool | sortable = true |
| Whether sort is allowed. More... | |
Table column descriptor.
| std::string RADUi::TableColumn::id |
Stable id.
| bool RADUi::TableColumn::sortable = true |
Whether sort is allowed.
| std::string RADUi::TableColumn::title |
Display title.
| double RADUi::TableColumn::width = 120.0 |
Width in logical pixels.