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