Frapper  1.0a
TridelityNodePlugin.h
Go to the documentation of this file.
1 
2 
3 
4 
5 
6 
7 
8 
9 
10 #ifndef TRIDELITYNODEPLUGIN_H
11 #define TRIDELITYNODEPLUGIN_H
12 
13 #include "NodeTypeInterface.h"
14 
15 namespace TridelityNode {
16 using namespace Frapper;
17 
21 class TridelityNodePlugin : public QObject, public NodeTypeInterface
22 {
23 
24  Q_OBJECT
25  Q_INTERFACES(NodeTypeInterface)
26 
27 public: // functions
28 
36  virtual Node * createNode ( const QString &name, ParameterGroup *parameterRoot );
37 
38 };
39 
40 } // namespace TridelityNode
41 #endif