20 #ifndef ofxOuiButton_hpp 21 #define ofxOuiButton_hpp 23 #include "../core/ofxOuiComponent.hpp" 63 Button(
int x_ = 0,
int y_ = 0,
int width_ = 0,
int height_ = 0);
78 template <
typename T,
typename args,
class ListenerClass>
79 void onClick(T* owner,
void (ListenerClass::*listenerMethod)(args)) {
80 using namespace std::placeholders;
Base UI Component (equivalent to a label)
Definition: ofxOuiComponent.hpp:33
Definition: ofxOuiColormap.hpp:25