|
Pyrogenesis
13997
|
Struct ProfileColumn: Describes one column of an AbstractProfileTable. More...
#include <ProfileViewer.h>
Public Member Functions | |
| ProfileColumn (const CStr &t, size_t w) | |
Public Attributes | |
| CStr | title |
| Title of the column. More... | |
| size_t | width |
| Recommended width of the column, in pixels. More... | |
Struct ProfileColumn: Describes one column of an AbstractProfileTable.
Definition at line 35 of file ProfileViewer.h.
|
inline |
Definition at line 43 of file ProfileViewer.h.
| CStr ProfileColumn::title |
Title of the column.
Definition at line 38 of file ProfileViewer.h.
| size_t ProfileColumn::width |
Recommended width of the column, in pixels.
Definition at line 41 of file ProfileViewer.h.
1.8.5