ATLAS Offline Software
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
VP1LightChannel
Definition:
VP1LightChannel.h:20
IVP1ChannelWidgetFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const =0
VP1LightPlugin_VP1AutoFactory.h
IVP1ChannelWidget
Definition:
IVP1ChannelWidget.h:34
IVP1ChannelWidgetFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)=0
Generated on Tue Dec 24 2024 21:22:44 for ATLAS Offline Software by
1.8.18