|
Qmmp
|
#include <effectfactory.h>
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 |
Helper class to store effect plugin properties.
| enum Priority |
| EffectProperties | ( | ) | [inline] |
Constructor
| bool hasAbout |
Should be true if plugin has about dialog, otherwise returns false
| bool hasSettings |
Should be true if plugin has settings dialog, otherwise returns false
1.7.6.1