FieldAttributes Struct Reference

#include <tableviewer.h>

List of all members.

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_

Detailed Description

Definition at line 191 of file tableviewer.h.


Constructor & Destructor Documentation

FieldAttributes ( bool  b = false,
bool  u = false,
bool  e = false,
bool  x = false 
)

Definition at line 198 of file tableviewer.h.


Member Function Documentation

static FieldAttributes skip ( Iterator &  first,
Iterator const &  last 
) [static]

Parse the [x!_] string leading a row field header or a column field header.

Returns:
a FieldAttributes object and move the first iterator past the field attribute string.
Parameters:
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.

Here is the caller graph for this function:


Member Data Documentation

bool bold_

Definition at line 193 of file tableviewer.h.

bool editable_

Definition at line 195 of file tableviewer.h.

Definition at line 196 of file tableviewer.h.

Definition at line 194 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