ATLAS Offline Software
VP1TrackPlugin_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 // Originally autogenerated by CMT with VP1 Factory Code Header File (Fri Aug 19 13:36:52 CEST 2016)
5 // Now we add this file to plugins by hand, to simplify the CMake compilation
6 
7 #ifndef VP1TrackPlugin_VP1AutoFactory_H
8 #define VP1TrackPlugin_VP1AutoFactory_H
9 
10 #include <QObject>
11 #include <QStringList>
12 
14 
16 {
17  Q_OBJECT
18  Q_PLUGIN_METADATA(IID "VP1TrackPlugin" )
19  Q_INTERFACES(IVP1ChannelWidgetFactory)
20 
21 public:
22  virtual QStringList channelWidgetsProvided() const;
23  virtual IVP1ChannelWidget * getChannelWidget(const QString & channelwidget);
24 };
25 
26 #endif
VP1TrackPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition: VP1TrackPlugin_VP1AutoFactory.cxx:13
IVP1ChannelWidgetFactory.h
IVP1ChannelWidgetFactory
Definition: IVP1ChannelWidgetFactory.h:25
IVP1ChannelWidget
Definition: IVP1ChannelWidget.h:34
VP1TrackPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition: VP1TrackPlugin_VP1AutoFactory.cxx:20
VP1TrackPlugin_VP1AutoFactory
Definition: VP1TrackPlugin_VP1AutoFactory.h:16