#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 |
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