98 RSBRemoteGUI(
GUI *gui=0,
const std::string &rsbBaseScope=
"",
bool createSetterGUI=
false,
bool verboseMode=
false);
105 void init(
GUI *gui,
const std::string &rsbBaseScope,
bool createSetterGUI=
false);
undocument this line if you encounter any issues!
Definition: Any.h:37
Class interface for un-copyable classes.
Definition: Uncopyable.h:64
Main Class of ICL's GUI creation framework.
Definition: GUI.h:60
RSBRemoteGUI(GUI *gui=0, const std::string &rsbBaseScope="", bool createSetterGUI=false, bool verboseMode=false)
Constructor that wraps around an exisiting GUI instance.
void setVerboseMode(bool on)
sets up the verbose mode, that writes some debug info to std::out
~RSBRemoteGUI()
Destructor.
Creates an RSB-interface to externally get and set parameters of the wrapped GUI.
Definition: RSBRemoteGUI.h:85
void init(GUI *gui, const std::string &rsbBaseScope, bool createSetterGUI=false)
initializes this instance by wrapping around the given GUI
Data * m_data
internal data class
Definition: RSBRemoteGUI.h:86