Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
IncludeImportPlugin.h
Go to the documentation of this file.
1
//-----------------------------------------------------------------------------
2
// File: IncludeImportPlugin.h
3
//-----------------------------------------------------------------------------
4
// Project: Kactus 2
5
// Author: Esko Pekkarinen
6
// Date: 09.04.2015
7
//
8
// Description:
9
// Marker interface for include import plugins.
10
//-----------------------------------------------------------------------------
11
12
#ifndef INCLUDEIMPORTPLUGIN_H
13
#define INCLUDEIMPORTPLUGIN_H
14
15
#include "
ImportPlugin.h
"
16
17
//-----------------------------------------------------------------------------
19
//-----------------------------------------------------------------------------
20
class
IncludeImportPlugin
:
public
ImportPlugin
21
{
22
public
:
23
25
virtual
~IncludeImportPlugin
() {};
26
27
};
28
29
Q_DECLARE_INTERFACE(
IncludeImportPlugin
,
"com.tut.Kactus2.IncludeImportPlugin/1.0"
)
30
31
#endif
// INCLUDEIMPORTPLUGIN_H
ImportPlugin.h
ImportPlugin
Definition
ImportPlugin.h:25
IncludeImportPlugin
Marker interface for include import plugins.
Definition
IncludeImportPlugin.h:21
IncludeImportPlugin::~IncludeImportPlugin
virtual ~IncludeImportPlugin()
The destructor.
Definition
IncludeImportPlugin.h:25
kactus2dev
KactusAPI
include
IncludeImportPlugin.h
Generated by
1.13.2