QXRD  0.11.16
qxrdnamedplugininterface.h
Go to the documentation of this file.
1 #ifndef QXRDNAMEDPLUGININTERFACE_H
2 #define QXRDNAMEDPLUGININTERFACE_H
3 
4 #include <QtPlugin>
5 
7 {
8 public:
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
virtual QString name() const =0