ATLAS Offline Software
Loading...
Searching...
No Matches
graphics
VP1
VP1Plugins
VP1LightPlugin
src
VP1LightPlugin_VP1AutoFactory.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include <QtPlugin>
6
#include "
VP1LightPlugin/VP1LightPlugin_VP1AutoFactory.h
"
7
#include "
VP1LightPlugin/VP1LightChannel.h
"
8
9
QStringList
VP1LightPlugin_VP1AutoFactory::channelWidgetsProvided
()
const
10
{
11
return
QStringList()
12
<<
"VP1Light"
13
;
14
}
15
16
IVP1ChannelWidget
*
VP1LightPlugin_VP1AutoFactory::getChannelWidget
(
const
QString & channelwidget)
17
{
18
if
(channelwidget ==
"VP1Light"
)
19
return
new
VP1LightChannel
();
20
21
return
0;
22
}
VP1LightChannel.h
VP1LightPlugin_VP1AutoFactory.h
IVP1ChannelWidget
Definition
IVP1ChannelWidget.h:34
VP1LightChannel
Definition
VP1LightChannel.h:20
VP1LightPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition
VP1LightPlugin_VP1AutoFactory.cxx:9
VP1LightPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition
VP1LightPlugin_VP1AutoFactory.cxx:16
Generated on
for ATLAS Offline Software by
1.14.0