NCL Composer
0.1.5
|
Handles the creation and deletion of OutlineView objects. More...
#include <OutlineViewFactory.h>
Public Member Functions | |
OutlineViewFactory () | |
Constructor. | |
IPlugin * | createPluginInstance () |
Creates an OutlineViewPlugin instance. More... | |
void | releasePluginInstance (IPlugin *) |
Destroy an instance of OutlineViewPlugin. More... | |
QString | id () const |
QString | name () const |
QIcon | icon () const |
QString | version () |
Returns the version of Outline View implementation. More... | |
QString | compatVersion () |
Returns the core version that is compatible with this plugin. More... | |
QString | vendor () |
Returns the vendor of Outline View (i.e. More... | |
QString | copyright () |
Returns the copyright of Outline View. More... | |
QString | license () |
Returns the license of Outline View plugin (i.e. More... | |
QString | description () |
Returns a description of the Outline View. More... | |
QString | url () |
QString | category () |
virtual QWidget * | getPreferencePageWidget () |
virtual void | setDefaultValues () |
virtual void | applyValues () |
virtual QList< LanguageType > | getSupportedLanguages () |
Handles the creation and deletion of OutlineView objects.
Definition at line 31 of file OutlineViewFactory.h.
|
inlinevirtual |
Returns the core version that is compatible with this plugin.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 87 of file OutlineViewFactory.h.
|
inlinevirtual |
Returns the copyright of Outline View.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 99 of file OutlineViewFactory.h.
|
virtual |
Creates an OutlineViewPlugin instance.
Implements composer::extension::IPluginFactory.
Definition at line 24 of file OutlineViewFactory.cpp.
|
inlinevirtual |
Returns a description of the Outline View.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 113 of file OutlineViewFactory.h.
|
virtual |
Reimplemented from composer::extension::IPluginFactory.
Definition at line 50 of file OutlineViewFactory.cpp.
|
virtual |
Implements composer::extension::IPluginFactory.
Definition at line 40 of file OutlineViewFactory.cpp.
|
inlinevirtual |
Returns the license of Outline View plugin (i.e.
GPLv3).
Reimplemented from composer::extension::IPluginFactory.
Definition at line 106 of file OutlineViewFactory.h.
|
virtual |
Implements composer::extension::IPluginFactory.
Definition at line 45 of file OutlineViewFactory.cpp.
|
virtual |
Destroy an instance of OutlineViewPlugin.
IPlugin* | the instance that must be destroyed. |
Implements composer::extension::IPluginFactory.
Definition at line 29 of file OutlineViewFactory.cpp.
|
inlinevirtual |
Returns the vendor of Outline View (i.e.
Telemidia Lab).
Reimplemented from composer::extension::IPluginFactory.
Definition at line 93 of file OutlineViewFactory.h.
|
inlinevirtual |
Returns the version of Outline View implementation.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 80 of file OutlineViewFactory.h.