QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
qxrdnamedplugininterface.h
Go to the documentation of this file.
1
#ifndef QXRDNAMEDPLUGININTERFACE_H
2
#define QXRDNAMEDPLUGININTERFACE_H
3
4
#include <QtPlugin>
5
6
class
QxrdNamedPluginInterface
7
{
8
public
:
9
virtual
~QxrdNamedPluginInterface
() {}
10
11
virtual
QString
name
()
const
= 0;
12
};
13
14
//Q_DECLARE_INTERFACE(QxrdNamedPluginInterface, "gov.anl.aps.cep.Qxrd.NamedPluginInterface/1.0")
15
16
#endif // QXRDNAMEDPLUGININTERFACE_H
QxrdNamedPluginInterface::name
virtual QString name() const =0
QxrdNamedPluginInterface
Definition:
qxrdnamedplugininterface.h:6
QxrdNamedPluginInterface::~QxrdNamedPluginInterface
virtual ~QxrdNamedPluginInterface()
Definition:
qxrdnamedplugininterface.h:9
Generated by
1.8.10