NCL Composer
0.1.5
|
Handles the creation and deletion of MediaPreview objects. More...
#include <mediapreviewfactory.h>
Public Member Functions | |
~MediaPreviewFactory () | |
Destructor. | |
MediaPreviewFactory () | |
Constructor. | |
virtual IPlugin * | createPluginInstance () |
Creates an MediaPreviewPlugin instance. More... | |
virtual void | releasePluginInstance (IPlugin *mediaPlug) |
Destroy an instance of MediaPreviewPlugin. More... | |
virtual QString | id () const |
virtual QString | name () const |
QString | version () |
Returns the version of Property View implementation. More... | |
QString | compatVersion () |
Returns the core version that is compatible with this plugin. More... | |
QString | vendor () |
Returns the vendor of Property View (i.e. More... | |
QString | copyright () |
Returns the copyright of Property View. More... | |
QString | license () |
Returns the license of Property View plugin (i.e. More... | |
QString | description () |
Returns a description of the Property View. More... | |
QString | url () |
QString | category () |
Handles the creation and deletion of MediaPreview objects.
Definition at line 13 of file mediapreviewfactory.h.
|
inline |
Returns the core version that is compatible with this plugin.
Definition at line 76 of file mediapreviewfactory.h.
|
inline |
Returns the copyright of Property View.
Definition at line 88 of file mediapreviewfactory.h.
|
inlinevirtual |
Creates an MediaPreviewPlugin instance.
Definition at line 34 of file mediapreviewfactory.h.
|
inline |
Returns a description of the Property View.
Definition at line 104 of file mediapreviewfactory.h.
|
inlinevirtual |
Definition at line 55 of file mediapreviewfactory.h.
|
inline |
Returns the license of Property View plugin (i.e.
GPLv3).
Definition at line 95 of file mediapreviewfactory.h.
|
inlinevirtual |
Definition at line 62 of file mediapreviewfactory.h.
|
inlinevirtual |
Destroy an instance of MediaPreviewPlugin.
IPlugin* | the instance that must be destroyed. |
Definition at line 45 of file mediapreviewfactory.h.
|
inline |
Returns the vendor of Property View (i.e.
Telemidia Lab).
Definition at line 82 of file mediapreviewfactory.h.
|
inline |
Returns the version of Property View implementation.
Definition at line 69 of file mediapreviewfactory.h.