ATLAS Offline Software
VP1GeometryPlugin_VP1AutoFactory.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 //Autogenerated VP1 Factory Code Header File (Fri Aug 19 13:36:52 CEST 2016)
5 
6 #ifndef VP1GeometryPlugin_VP1AutoFactory_H
7 #define VP1GeometryPlugin_VP1AutoFactory_H
8 
9 #include <QObject>
10 #include <QStringList>
11 
13 
15 {
16  Q_OBJECT
17  Q_PLUGIN_METADATA(IID "VP1GeometryPlugin" )
18  Q_INTERFACES(IVP1ChannelWidgetFactory)
19 
20 public:
21  virtual QStringList channelWidgetsProvided() const;
22  virtual IVP1ChannelWidget * getChannelWidget(const QString & channelwidget);
23 };
24 
25 #endif
VP1GeometryPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition: VP1GeometryPlugin_VP1AutoFactory.cxx:17
VP1GeometryPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition: VP1GeometryPlugin_VP1AutoFactory.cxx:10
IVP1ChannelWidgetFactory.h
VP1GeometryPlugin_VP1AutoFactory
Definition: VP1GeometryPlugin_VP1AutoFactory.h:15
IVP1ChannelWidgetFactory
Definition: IVP1ChannelWidgetFactory.h:25
IVP1ChannelWidget
Definition: IVP1ChannelWidget.h:34