Qmmp
|
Helper class to store general plugin properies. More...
#include <generalfactory.h>
Public Member Functions | |
GeneralProperties () | |
Public Attributes | |
QString | name |
QString | shortName |
bool | hasAbout |
bool | hasSettings |
bool | visibilityControl |
Helper class to store general plugin properies.
GeneralProperties | ( | ) | [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
QString name |
File dialog plugin full name
QString shortName |
File dialog short name for internal usage
bool visibilityControl |
Should be true if plugin can show/hide main window of the player, otherwise returns false