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

Functions providing configuration dialogs. More...

#include <QString>
#include <QWidget>
#include "macros.h"
Include dependency graph for configurationdialogs.h:
This graph shows which files directly or indirectly include this file:

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

Functions providing configuration dialogs.

Definition in file configurationdialogs.h.