ColumnInfo Struct Reference

#include <tableviewer.h>

Collaboration diagram for ColumnInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ColumnInfo (std::string const &title, size_t width, bool leftBorder, bool bold, bool edit, bool executable)
 ColumnInfo (std::string const &title, size_t width, bool leftBorder)
 ColumnInfo ()

Public Attributes

bool bold_
bool editable_
bool executable_
bool leftBorder_
std::string title_
size_t width_

Detailed Description

Definition at line 95 of file tableviewer.h.


Constructor & Destructor Documentation

ColumnInfo (  ) 

Definition at line 104 of file tableviewer.h.

ColumnInfo ( std::string const &  title,
size_t  width,
bool  leftBorder 
)

Definition at line 114 of file tableviewer.h.

ColumnInfo ( std::string const &  title,
size_t  width,
bool  leftBorder,
bool  bold,
bool  edit,
bool  executable 
)

Definition at line 124 of file tableviewer.h.


Member Data Documentation

bool bold_

Definition at line 100 of file tableviewer.h.

bool editable_

Definition at line 101 of file tableviewer.h.

Definition at line 102 of file tableviewer.h.

Definition at line 99 of file tableviewer.h.

std::string title_

Definition at line 97 of file tableviewer.h.

size_t width_

Definition at line 98 of file tableviewer.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 29 22:57:17 2012 for CXXUtilities by  doxygen 1.6.3