drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
configurationdialogs.cpp File Reference

Implementation of the configuration dialogs. More...

#include <QMetaMethod>
#include <drumstick/backendmanager.h>
#include <drumstick/configurationdialogs.h>
Include dependency graph for configurationdialogs.cpp:

Go to the source code of this file.

Namespaces

namespace  drumstick
 Drumstick common.
 
namespace  drumstick::widgets
 Drumstick Widgets library MIDI related widgets and functions.
 

Functions

bool DRUMSTICK_WIDGETS_EXPORT inputDriverIsConfigurable (const QString driver)
 inputDriverIsConfigurable More...
 
bool DRUMSTICK_WIDGETS_EXPORT outputDriverIsConfigurable (const QString driver)
 outputDriverIsConfigurable More...
 
bool DRUMSTICK_WIDGETS_EXPORT configureInputDriver (const QString driver, QWidget *parent)
 Input Driver configuration dialog Some RT input drivers can be configured. More...
 
bool DRUMSTICK_WIDGETS_EXPORT configureOutputDriver (const QString driver, QWidget *parent)
 Output Driver configuration dialog Some RT output drivers can be configured. More...
 
void DRUMSTICK_WIDGETS_EXPORT changeSoundFont (const QString driver, const QString fileName, QWidget *parent)
 Changes the sound font configuration Some RT output drivers accept soundfonts. More...
 
QString DRUMSTICK_WIDGETS_EXPORT libraryVersion ()
 libraryVersion returns the runtime library version as a QString More...
 

Detailed Description

Implementation of the configuration dialogs.

Definition in file configurationdialogs.cpp.