TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Structure to store effect plugin properties. More...
#include <effectfactory.h>
Public Types | |
enum | Priority { EFFECT_PRIORITY_LOW = 0, EFFECT_PRIORITY_DEFAULT, EFFECT_PRIORITY_HIGH } |
Public Attributes | |
QString | name |
QString | shortName |
bool | hasSettings = false |
int | priority = EFFECT_PRIORITY_DEFAULT |
Structure to store effect plugin properties.
Definition at line 33 of file effectfactory.h.
This enum describes effect preferd position.
Enumerator | |
---|---|
EFFECT_PRIORITY_LOW |
Low priority |
EFFECT_PRIORITY_DEFAULT |
Default priority |
EFFECT_PRIORITY_HIGH |
High priority |
Definition at line 38 of file effectfactory.h.
bool EffectProperties::hasSettings = false |
Should be true if plugin has settings dialog,and false otherwise
Definition at line 47 of file effectfactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
QString EffectProperties::name |
Effect plugin full name
Definition at line 45 of file effectfactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
int EffectProperties::priority = EFFECT_PRIORITY_DEFAULT |
Effect priority. Effecs with higher priority will be applied first
Definition at line 48 of file effectfactory.h.
QString EffectProperties::shortName |
Effect plugin short name for internal usage
Definition at line 46 of file effectfactory.h.