NCL Composer
0.1.5
|
Handles the creation and deletion of PropertyView objects. More...
#include <PropertiesViewFactory.h>
Public Member Functions | |
PropertiesViewFactory () | |
Constructor. | |
~PropertiesViewFactory () | |
Destructor. | |
IPlugin * | createPluginInstance () |
Creates an PropertiesViewPlugin instance. More... | |
void | releasePluginInstance (IPlugin *) |
Destroy an instance of PropertiesViewPlugin. More... | |
QString | id () const |
QString | name () const |
QIcon | icon () 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 () |
virtual QWidget * | getPreferencePageWidget () |
virtual void | setDefaultValues () |
virtual void | applyValues () |
virtual QList< LanguageType > | getSupportedLanguages () |
Handles the creation and deletion of PropertyView objects.
Definition at line 31 of file PropertiesViewFactory.h.
|
inlinevirtual |
Returns the core version that is compatible with this plugin.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 95 of file PropertiesViewFactory.h.
|
inlinevirtual |
Returns the copyright of Property View.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 107 of file PropertiesViewFactory.h.
|
virtual |
Creates an PropertiesViewPlugin instance.
Implements composer::extension::IPluginFactory.
Definition at line 30 of file PropertiesViewFactory.cpp.
|
inlinevirtual |
Returns a description of the Property View.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 121 of file PropertiesViewFactory.h.
|
virtual |
Reimplemented from composer::extension::IPluginFactory.
Definition at line 56 of file PropertiesViewFactory.cpp.
|
virtual |
Implements composer::extension::IPluginFactory.
Definition at line 46 of file PropertiesViewFactory.cpp.
|
inlinevirtual |
Returns the license of Property View plugin (i.e.
GPLv3).
Reimplemented from composer::extension::IPluginFactory.
Definition at line 114 of file PropertiesViewFactory.h.
|
virtual |
Implements composer::extension::IPluginFactory.
Definition at line 51 of file PropertiesViewFactory.cpp.
|
virtual |
Destroy an instance of PropertiesViewPlugin.
IPlugin* | the instance that must be destroyed. |
Implements composer::extension::IPluginFactory.
Definition at line 35 of file PropertiesViewFactory.cpp.
|
inlinevirtual |
Returns the vendor of Property View (i.e.
Telemidia Lab).
Reimplemented from composer::extension::IPluginFactory.
Definition at line 101 of file PropertiesViewFactory.h.
|
inlinevirtual |
Returns the version of Property View implementation.
Reimplemented from composer::extension::IPluginFactory.
Definition at line 88 of file PropertiesViewFactory.h.