ARB
|
Public Member Functions | |
Column () | |
~Column () | |
void | init (const char *text_, AW_device &device, int gc) |
![]() | |
Noncopyable () | |
Public Attributes | |
char * | text |
size_t | len |
double | print_width |
bool | is_numeric |
Definition at line 3379 of file TreeDisplay.cxx.
|
inline |
Definition at line 3385 of file TreeDisplay.cxx.
|
inline |
Definition at line 3386 of file TreeDisplay.cxx.
Definition at line 3388 of file TreeDisplay.cxx.
References ARB_strduplen(), AW_stylable::get_string_size(), and len.
Referenced by ListDisplayRow::ListDisplayRow().
char* Column::text |
Definition at line 3380 of file TreeDisplay.cxx.
Referenced by ListDisplayRow::get_text().
size_t Column::len |
Definition at line 3381 of file TreeDisplay.cxx.
Referenced by ListDisplayRow::get_text(), and init().
double Column::print_width |
Definition at line 3382 of file TreeDisplay.cxx.
Referenced by ListDisplayRow::get_print_width().
bool Column::is_numeric |
Definition at line 3383 of file TreeDisplay.cxx.