ARB
Public Member Functions | Public Attributes | List of all members
Column Struct Reference
Inheritance diagram for Column:
Inheritance graph
[legend]
Collaboration diagram for Column:
Collaboration graph
[legend]

Public Member Functions

 Column ()
 
 ~Column ()
 
void init (const char *text_, AW_device &device, int gc)
 
- Public Member Functions inherited from Noncopyable
 Noncopyable ()
 

Public Attributes

chartext
 
size_t len
 
double print_width
 
bool is_numeric
 

Detailed Description

Definition at line 3379 of file TreeDisplay.cxx.

Constructor & Destructor Documentation

Column::Column ( )
inline

Definition at line 3385 of file TreeDisplay.cxx.

Column::~Column ( )
inline

Definition at line 3386 of file TreeDisplay.cxx.

Member Function Documentation

void Column::init ( const char text_,
AW_device device,
int  gc 
)
inline

Definition at line 3388 of file TreeDisplay.cxx.

References ARB_strduplen(), AW_stylable::get_string_size(), and len.

Referenced by ListDisplayRow::ListDisplayRow().

Member Data Documentation

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.


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