Event arguments when a frame is edited. More...
#include <ofxOuiWaveform.hpp>
Public Member Functions | |
EditEvent (int frame_index_, vector< float > const &values_) | |
Constructor. More... | |
Public Attributes | |
int | frame_index |
Index of the edited frame. More... | |
vector< float > | values |
Edited values. More... | |
Event arguments when a frame is edited.
ofxOui::Waveform::EditEvent::EditEvent | ( | int | frame_index_, |
vector< float > const & | values_ | ||
) |
Constructor.
x_ | x value of the point edited |
y_ | y value of the point edited |
int ofxOui::Waveform::EditEvent::frame_index |
Index of the edited frame.
vector<float> ofxOui::Waveform::EditEvent::values |
Edited values.