#include <tableviewer.h>
Public Member Functions | |
| FieldAttributes (bool b=false, bool u=false, bool e=false, bool x=false) | |
Static Public Member Functions | |
| template<class Iterator > | |
| static FieldAttributes | skip (Iterator &first, Iterator const &last) |
| Parse the [x!_] string leading a row field header or a column field header. | |
Public Attributes | |
| bool | bold_ |
| bool | editable_ |
| bool | executable_ |
| bool | underlined_ |
Definition at line 191 of file tableviewer.h.
| FieldAttributes | ( | bool | b = false, |
|
| bool | u = false, |
|||
| bool | e = false, |
|||
| bool | x = false | |||
| ) |
Definition at line 198 of file tableviewer.h.
| static FieldAttributes skip | ( | Iterator & | first, | |
| Iterator const & | last | |||
| ) | [static] |
Parse the [x!_] string leading a row field header or a column field header.
| first | defines the beginning of the text range of interest. | |
| last | defines the end of the text range. |
Definition at line 208 of file tableviewer.h.

| bool bold_ |
Definition at line 193 of file tableviewer.h.
| bool editable_ |
Definition at line 195 of file tableviewer.h.
| bool executable_ |
Definition at line 196 of file tableviewer.h.
| bool underlined_ |
Definition at line 194 of file tableviewer.h.
1.6.3