TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Types | Public Attributes | List of all members
EffectProperties Struct Reference

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
 

Detailed Description

Structure to store effect plugin properties.

Author
Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru

Definition at line 33 of file effectfactory.h.

Member Enumeration Documentation

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: