Class FLTKTextLogOutput represents LogOutput for FLTK Fl_Text_Display.
More...
#include <igstkFLTKTextLogOutput.h>
Public Member Functions |
virtual StreamPointerType | GetStream () |
| Get an output stream pointer.
|
void | SetStream (StreamType &Stream) |
| Set an output stream pointer.
|
virtual void | Flush () |
| flush a buffer
|
virtual void | Write (double timestamp) |
| Write to multiple outputs.
|
virtual void | Write (std::string const &content) |
| Write to a buffer.
|
virtual void | Write (std::string const &content, double timestamp) |
| Write to a buffer.
|
Detailed Description
Class FLTKTextLogOutput represents LogOutput for FLTK Fl_Text_Display.
This class provides thread safety for logging on FLTK Fl_Text_Display.
Definition at line 47 of file igstkFLTKTextLogOutput.h.
Constructor & Destructor Documentation
igstk::FLTKTextLogOutput::FLTKTextLogOutput |
( |
| ) |
|
|
protected |
virtual igstk::FLTKTextLogOutput::~FLTKTextLogOutput |
( |
| ) |
|
|
protectedvirtual |
Member Function Documentation
Get an output stream pointer.
void igstk::FLTKTextLogOutput::SetStream |
( |
StreamType & |
Stream | ) |
|
Set an output stream pointer.
virtual void igstk::FLTKTextLogOutput::Flush |
( |
| ) |
|
|
virtual |
virtual void igstk::FLTKTextLogOutput::Write |
( |
double |
timestamp | ) |
|
|
virtual |
Write to multiple outputs.
virtual void igstk::FLTKTextLogOutput::Write |
( |
std::string const & |
content | ) |
|
|
virtual |
virtual void igstk::FLTKTextLogOutput::Write |
( |
std::string const & |
content, |
|
|
double |
timestamp |
|
) |
| |
|
virtual |
virtual void igstk::FLTKTextLogOutput::PrintSelf |
( |
std::ostream & |
os, |
|
|
itk::Indent |
indent |
|
) |
| const |
|
protectedvirtual |
Print object information.
Member Data Documentation
The documentation for this class was generated from the following file: