Frapper
1.0a
Main Page
Namespaces
Classes
Files
File List
File Members
plugins
nodes
Utility
ImageSaver
ImageSaverNodePlugin.h
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
#ifndef IMAGESAVERNODEPLUGIN_H
11
#define IMAGESAVERNODEPLUGIN_H
12
13
#include "
NodeTypeInterface.h
"
14
15
namespace
ImageSaverNode {
16
using namespace
Frapper;
17
21
class
ImageSaverNodePlugin
:
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 ImageSaverNode
41
42
#endif
Generated on Tue Sep 18 2012 11:43:02 for Frapper by
1.8.2