#include <tableviewer.h>

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_ |
Definition at line 95 of file tableviewer.h.
| 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.
| bool bold_ |
Definition at line 100 of file tableviewer.h.
| bool editable_ |
Definition at line 101 of file tableviewer.h.
| bool executable_ |
Definition at line 102 of file tableviewer.h.
| bool leftBorder_ |
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.
1.6.3