#include <PatternWidget.h>
Inheritance diagram for PatternWidget
Public Types | |
enum | Part { P_NOTE, P_SAMPLE, P_SAMPLE2, P_VOLUME, P_VOLUME2, P_EFFECT, P_EFFECT2, P_EFFECT_PARAM, P_EFFECT_PARAM2 } |
Public Methods | |
PatternWidget (int x, int y, int w, int h, const char *label = 0) | |
~PatternWidget () | |
bool | SetPattern (int pattern) |
bool | SetOrder (int order) |
void | SetModule (pcbModule* module) |
bool | SetRow (int row) |
bool | SetColumn (int column) |
bool | NextPattern () |
bool | PreviousPattern () |
int | GetPattern () const |
void | SetAudio (pp::Audio* audio) |
Static Public Methods | |
void | popup_callback (Fl_Widget* w, void*) |