This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofParameter.h File Reference
#include "ofEvents.h"
#include "ofPoint.h"
#include "ofRectangle.h"
#include "ofLog.h"
#include "ofConstants.h"
#include "ofColor.h"
#include <map>
Go to the source code of this file.
Classes | |
class | ofAbstractParameter |
Base class for ofParameter, ofReadOnlyParameter and ofParameterGroup. More... | |
class | ofParameterGroup |
class | ofParameter< ParameterType > |
ofParameter holds a value and notifies its listeners when it changes. More... | |
class | ofParameter< void > |
class | ofReadOnlyParameter< ParameterType, Friend > |
ofReadOnlyParameter holds a value and notifies its listeners when it changes. More... | |