Qmmp
Public Types | Public Member Functions | Public Attributes
EffectProperties Class Reference

#include <effectfactory.h>

List of all members.

Public Types

enum  Priority { EFFECT_PRIORITY_LOW = 0, EFFECT_PRIORITY_DEFAULT, EFFECT_PRIORITY_HIGH }

Public Member Functions

 EffectProperties ()

Public Attributes

QString name
QString shortName
bool hasAbout
bool hasSettings
int priority

Detailed Description

Helper class to store effect plugin properties.

Author:
Ilya Kotov <forkotov02@hotmail.ru>

Member Enumeration Documentation

enum Priority

This enum describes effect preferd position.

Enumerator:
EFFECT_PRIORITY_LOW 

Low priority

EFFECT_PRIORITY_DEFAULT 

Default priority

EFFECT_PRIORITY_HIGH 

High priority


Constructor & Destructor Documentation

EffectProperties ( ) [inline]

Constructor


Member Data Documentation

bool hasAbout

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

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

QString name

Effect plugin full name

int priority

Effect priority. Effecs with higher priority will be applied first

QString shortName

Effect plugin short name for internal usage


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator