|
LMMS
|
#include <LASHClient.h>
Public Types | |
| enum | Event { Save , Restore , Quit , NoEvent } |
Public Member Functions | |
| LASHClient (int *argc, char ***argv) | |
| void | setalsaid (int id) |
| void | setjackname (const char *name) |
| Event | checkevents (std::string &filename) |
| void | confirmevent (Event event) |
Private Attributes | |
| lash_client_t * | client |
This class wraps up some functions for initialising and polling the LASH daemon.
| enum LASHClient::Event |
| LASHClient::LASHClient | ( | int * | argc, |
| char *** | argv ) |
| LASHClient::Event LASHClient::checkevents | ( | std::string & | filename | ) |
|
private |