Qmmp
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
EffectProperties Struct Reference

#include <effectfactory.h>

Public Types

enum  Priority { EFFECT_PRIORITY_LOW = 0 , EFFECT_PRIORITY_DEFAULT , EFFECT_PRIORITY_HIGH }
 

Public Attributes

QString name
 
QString shortName
 
bool hasAbout = false
 
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

Member Enumeration Documentation

◆ Priority

enum Priority

This enum describes effect preferd position.

Enumerator
EFFECT_PRIORITY_LOW 

Low priority

EFFECT_PRIORITY_DEFAULT 

Default priority

EFFECT_PRIORITY_HIGH 

High priority

Member Data Documentation

◆ hasAbout

bool hasAbout = false

Should be true if plugin has about dialog, and false otherwise

◆ hasSettings

bool hasSettings = false

Should be true if plugin has settings dialog,and false otherwise

◆ name

QString name

Effect plugin full name

◆ priority

int priority = EFFECT_PRIORITY_DEFAULT

Effect priority. Effecs with higher priority will be applied first

◆ shortName

QString shortName

Effect plugin short name for internal usage


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