Public Member Functions | |
Constructors and Destructors | |
GeneralGUI (OptionManager &mgr, const std::string &descrName="GeneralGUI", const std::string &tagName="GeneralGUI", Dims d=Dims(512, 512)) | |
Constructor. | |
~GeneralGUI () | |
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 GeneralGUI.H.
GeneralGUI::GeneralGUI | ( | OptionManager & | mgr, | |
const std::string & | descrName = "GeneralGUI" , |
|||
const std::string & | tagName = "GeneralGUI" , |
|||
Dims | d = Dims(512,512) | |||
) |
Constructor.
Definition at line 104 of file GeneralGUI.C.
GeneralGUI::~GeneralGUI | ( | ) |
Destructor.
Definition at line 119 of file GeneralGUI.C.
void GeneralGUI::start2 | ( | ) | [virtual] |
This is called from within start() after the subcomponents have started.
Reimplemented from ModelComponent.
Definition at line 126 of file GeneralGUI.C.