#include <enginefactory.h>
Public Member Functions | |
| EngineProperties () | |
Public Attributes | |
| QString | name |
| QString | shortName |
| QString | filter |
| QString | description |
| QString | contentType |
| QString | protocols |
| bool | hasAbout |
| bool | hasSettings |
| EngineProperties::EngineProperties | ( | ) | [inline] |
Constructor
| QString EngineProperties::contentType |
Supported content types
| QString EngineProperties::description |
File filter description
| QString EngineProperties::filter |
File filter (example: "*.mp3 *.ogg")
Should be true if plugin has about dialog, otherwise returns false
Should be true if plugin has settings dialog, otherwise returns false
| QString EngineProperties::name |
Input plugin full name
| QString EngineProperties::protocols |
Supported protocols. Should be empty if plugin uses stream input.
| QString EngineProperties::shortName |
Input plugin short name for internal usage
1.5.9