#include <OutputModuleGUI.h>
Public Member Functions | |
OutputModuleGUI (OutputModule *module) | |
virtual void | init () |
virtual void | destroy () |
void | updateText (const char *txt) |
Definition at line 9 of file OutputModuleGUI.h.
OutputModuleGUI::OutputModuleGUI | ( | OutputModule * | module | ) |
module | Pointer to module for which the gui is for |
Definition at line 6 of file OutputModuleGUI.cpp.
void OutputModuleGUI::destroy | ( | ) | [virtual] |
void OutputModuleGUI::init | ( | ) | [virtual] |
void OutputModuleGUI::updateText | ( | const char * | txt | ) |
Updates the output text buffer
txt | The text to be added to the buffer |
Definition at line 21 of file OutputModuleGUI.cpp.