#include <jezabelapplication.h>
Public Methods | |
JezabelApplication (int &argc, char **argv) | |
void | setTool (class JezabelTool *tool) |
JezabelDriverSwitch& | audio () |
Public Attributes | |
class JezabelPanel* | currentPanel |
A typical Jezabel application looks like this:
int main(int argc, char **argv){ JezabelApplication app(argc,argv); ...build a Qt GUI, including some JezabelWidgets... app.setMainWidget(mainWidget); app.setTool(mainAudioWidget->getTool()); mainWidget->show(); return app.exec(); }
test_fixedshelfeq.cpp, test_graphicfilter.cpp, test_ladspa.cpp, and test_variableshelfeq.cpp.
|
Constructor, with command line arguments.
|
|
Return a reference to the audio driver of the application.
|
|
Insert a tool into the application's audio driver
|
|
The preset panel for new JezabelWidgets. Zero indicates the default panel. |