drumstick 2.9.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
Implementation of the Piano Palette. More...
#include <QGuiApplication>
#include <QPalette>
#include <drumstick/pianopalette.h>
#include <drumstick/settingsfactory.h>
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 | |
QDataStream & | operator<< (QDataStream &stream, const PianoPalette &palette) |
Serialize a PianoPalette instance into a QDataStream. More... | |
QDataStream & | operator>> (QDataStream &stream, PianoPalette &palette) |
Deserialize a PianoPalette instance from a QDataStream. More... | |
Implementation of the Piano Palette.
Definition in file pianopalette.cpp.