ATLAS Offline Software
Loading...
Searching...
No Matches
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
21public:
22 virtual QStringList channelWidgetsProvided() const;
23 virtual IVP1ChannelWidget * getChannelWidget(const QString & channelwidget);
24};
25
26#endif
virtual QStringList channelWidgetsProvided() const
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)