class methods
variables
Extends
This class extends others, you can call their methods on an instance of ofxPanel too:
ofxPanel(...)
ofxPanel::ofxPanel(const ofParameterGroup ¶meters, const string &filename, float x, float y)
setup(...)
ofxPanel * ofxPanel::setup(const ofParameterGroup ¶meters, const string &filename, float x, float y)
setup(...)
ofxPanel * ofxPanel::setup(const string &collectionName, const string &filename, float x, float y)
collectionName is a title that will appear at the top of the panel.
Filename is the name of the xml file that will be used to read and write the panel settings. The default is "settings.xml" and this will be written to the root of your data folder. This file gets written when you click on the save icon in the top-right corner of the panel.
x and y positions define where on-screen the panel will be drawn. Default is 10 pixels down and to the right of the top-right corner of your app.
Last updated 화요일, 19 11월 2024 17:23:55 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue