#include <tableviewer.h>
Public Member Functions | |
RowInfo (std::string const &title, size_t height, bool bottomBorder, bool bold, bool edit, bool executable) | |
RowInfo (std::string const &title, size_t height, bool bottomBorder) | |
RowInfo () | |
void | setRowTitleNumber (size_t row) |
Public Attributes | |
bool | bold_ |
bool | bottomBorder_ |
bool | editable_ |
bool | executable_ |
size_t | height_ |
std::string | title_ |
Definition at line 136 of file tableviewer.h.
RowInfo | ( | ) |
Definition at line 145 of file tableviewer.h.
RowInfo | ( | std::string const & | title, | |
size_t | height, | |||
bool | bottomBorder | |||
) |
Definition at line 155 of file tableviewer.h.
RowInfo | ( | std::string const & | title, | |
size_t | height, | |||
bool | bottomBorder, | |||
bool | bold, | |||
bool | edit, | |||
bool | executable | |||
) |
Definition at line 165 of file tableviewer.h.
void setRowTitleNumber | ( | size_t | row | ) |
bool bold_ |
Definition at line 141 of file tableviewer.h.
bool bottomBorder_ |
Definition at line 140 of file tableviewer.h.
bool editable_ |
Definition at line 142 of file tableviewer.h.
bool executable_ |
Definition at line 143 of file tableviewer.h.
size_t height_ |
Definition at line 139 of file tableviewer.h.
std::string title_ |
Definition at line 138 of file tableviewer.h.