18 #ifndef PROPERTIESVIEW_H
19 #define PROPERTIESVIEW_H
21 #include "PropertiesView_global.h"
22 #include "PropertiesViewPlugin.h"
24 #include <core/extensions/IPluginFactory.h>
25 using namespace composer::extension;
53 IPlugin* createPluginInstance();
60 void releasePluginInstance(
IPlugin *);
88 QString
version() {
return NCLCOMPOSER_PLUGINS_VERSION; }
101 QString
vendor() {
return "Telemidia Lab";}
121 QString
description() {
return tr(
"Property View shows the attributes "
122 "of a current selected entity and "
123 "enables the user to change its "
126 QString url() {
return "http://composer.telemidia.puc-rio.br/debug";}
128 QString category() {
return "NCL";}
132 #endif // DEBUGCONSOLE_H