20 #ifndef ofxOuiWaveform_hpp 21 #define ofxOuiWaveform_hpp 87 EditEvent(
int frame_index_, vector<float>
const &values_);
107 Waveform(
int x_ = 0,
int y_ = 0,
int width_ = 0,
int height_ = 0);
122 template <
typename T,
typename args,
class ListenerClass>
123 void onEditPoint(T *owner,
void (ListenerClass::*listenerMethod)(args)) {
124 using namespace std::placeholders;
126 callback_ = std::bind(listenerMethod, owner, _1);
Base UI Component (equivalent to a label)
Definition: ofxOuiComponent.hpp:33
Definition: ofxOuiColormap.hpp:25