Public Member Functions | |
Constructors and Destructors | |
SubGUI (OptionManager &mgr, const std::string &descrName="SubGUI", const std::string &tagName="SubGUI") | |
Constructor. | |
~SubGUI () | |
Destructor. | |
void | start2 () |
This is called from within start() after the subcomponents have started. | |
void | addMeter (const int *valPtr, const std::string label, const int valMax, const PixRGB< byte > color) |
void | addImage (const Image< PixRGB< byte > > *img) |
void | setupGUI (ModelComponent *comp, bool recurse=false) |
void | update () |
void | startThread (nub::soft_ref< OutputFrameSeries > &ofs) |
void | stopThread () |
Definition at line 75 of file SubGUI.H.
SubGUI::SubGUI | ( | OptionManager & | mgr, | |
const std::string & | descrName = "SubGUI" , |
|||
const std::string & | tagName = "SubGUI" | |||
) |
void SubGUI::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.