add( ... )
void add(const ofParameterGroup ¶meters)
add( ... )
void add(ofxBaseGui *element)
generateDraw( )
void generateDraw()
getControl( ... )
ofxBaseGui * getControl(const string &name)
getControl( ... )
ofxBaseGui * getControl(size_t num)
getControlNames( )
int getControlNames()
getControlType( ... )
ControlType & getControlType(const string &name)
getFloatSlider( ... )
ofxFloatSlider & getFloatSlider(const string &name)
getGroup( ... )
ofxGuiGroup & getGroup(const string &name)
getIntSlider( ... )
ofxIntSlider & getIntSlider(const string &name)
getNumControls( )
size_t getNumControls()
getParameter( )
ofAbstractParameter & getParameter()
getToggle( ... )
ofxToggle & getToggle(const string &name)
isMinimized( )
bool isMinimized()
maximize( )
void maximize()
maximizeAll( )
void maximizeAll()
minimize( )
void minimize()
minimizeAll( )
void minimizeAll()
mouseDragged( ... )
bool mouseDragged(ofMouseEventArgs &args)
mouseMoved( ... )
bool mouseMoved(ofMouseEventArgs &args)
mousePressed( ... )
bool mousePressed(ofMouseEventArgs &args)
mouseReleased( ... )
bool mouseReleased(ofMouseEventArgs &args)
ofxGuiGroup( ... )
ofxGuiGroup(const ofParameterGroup ¶meters, const string &_filename, float x, float y)
ofxGuiGroup( )
ofxGuiGroup()
onMaximize( )
void onMaximize()
onMinimize( )
void onMinimize()
setPosition( ... )
void setPosition(const ofPoint &p)
setPosition( ... )
void setPosition(float x, float y)
setValue( ... )
bool setValue(float mx, float my, bool bCheck)
setWidthElements( ... )
void setWidthElements(float w)
setup( ... )
ofxGuiGroup * setup(const string &collectionName, const string &filename, float x, float y)
setup( ... )
ofxGuiGroup * setup(const ofParameterGroup ¶meters, const string &filename, float x, float y)
sizeChangedCB( )
void sizeChangedCB()
~ofxGuiGroup( )
~ofxGuiGroup()