Public Member Functions |
| | trpgPrintBuffer (void) |
| virtual | ~trpgPrintBuffer (void) |
| virtual bool | isValid (void) |
| | Check if print buffer is valid.
|
| virtual bool | prnLine (const char *str=NULL)=0 |
| | The main print function. Subclasses must fill this in.
|
| virtual void | IncreaseIndent (int amount=1) |
| | This increases the current indentation by the amount given (defaults to one)
|
| virtual void | DecreaseIndent (int amount=1) |
| | Decreases the current indentation by the amount given (defaults to one)
|
Constructor & Destructor Documentation
| trpgPrintBuffer::trpgPrintBuffer |
( |
void |
| ) |
|
| virtual trpgPrintBuffer::~trpgPrintBuffer |
( |
void |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual bool trpgPrintBuffer::isValid |
( |
void |
| ) |
|
|
inlinevirtual |
| virtual bool trpgPrintBuffer::prnLine |
( |
const char * |
str = NULL | ) |
|
|
pure virtual |
| virtual void trpgPrintBuffer::IncreaseIndent |
( |
int |
amount = 1 | ) |
|
|
virtual |
This increases the current indentation by the amount given (defaults to one)
| virtual void trpgPrintBuffer::DecreaseIndent |
( |
int |
amount = 1 | ) |
|
|
virtual |
Decreases the current indentation by the amount given (defaults to one)
| void trpgPrintBuffer::updateIndent |
( |
void |
| ) |
|
|
protected |
Member Data Documentation
| int trpgPrintBuffer::curIndent |
|
protected |
| char trpgPrintBuffer::indentStr[200] |
|
protected |
The documentation for this class was generated from the following file:
- /exports/nfedora7-1/nightly/docs/vrforcesDevelopment.vrf4-3-branch/include/osgdb_vrftxp/trpage_print.h