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