|
LMMS
|
Typedefs | |
| typedef void * | ui_handle_t |
Functions | |
| ui_handle_t | createUi (Fl_Osc_Interface *osc, void *exit) |
| void | destroyUi (ui_handle_t) |
| void | raiseUi (ui_handle_t, const char *) |
| void | raiseUi (ui_handle_t, const char *, const char *,...) |
| void | tickUi (ui_handle_t) |
| Fl_Osc_Interface * | genOscInterface (zyncarla::MiddleWare *) |
| typedef void* GUI::ui_handle_t |
| ui_handle_t GUI::createUi | ( | Fl_Osc_Interface * | osc, |
| void * | exit ) |
| void GUI::destroyUi | ( | ui_handle_t | ui | ) |
| Fl_Osc_Interface * GUI::genOscInterface | ( | zyncarla::MiddleWare * | ) |
| void GUI::raiseUi | ( | ui_handle_t | gui, |
| const char * | message ) |
| void GUI::raiseUi | ( | ui_handle_t | gui, |
| const char * | dest, | ||
| const char * | args, | ||
| ... ) |
| void GUI::tickUi | ( | ui_handle_t | ) |