ATLAS Offline Software
graphics
VP1
VP1Plugins
VP1AODPlugin
src
VP1AODPlugin_VP1AutoFactory.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 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
#include <QtPlugin>
8
#include "
VP1AODPlugin/VP1AODPlugin_VP1AutoFactory.h
"
9
#include "
VP1AODPlugin/VP1AODChannel.h
"
10
11
QStringList
VP1AODPlugin_VP1AutoFactory::channelWidgetsProvided
()
const
12
{
13
return
QStringList()
14
<<
"AOD"
15
;
16
}
17
18
IVP1ChannelWidget
*
VP1AODPlugin_VP1AutoFactory::getChannelWidget
(
const
QString & channelwidget)
19
{
20
if
(channelwidget ==
"AOD"
)
21
return
new
VP1AODChannel
();
22
23
return
0;
24
}
25
VP1AODPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition:
VP1AODPlugin_VP1AutoFactory.cxx:18
VP1AODChannel.h
VP1AODPlugin_VP1AutoFactory.h
VP1AODPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition:
VP1AODPlugin_VP1AutoFactory.cxx:11
VP1AODChannel
Definition:
VP1AODChannel.h:10
IVP1ChannelWidget
Definition:
IVP1ChannelWidget.h:34
Generated on Fri Nov 8 2024 21:31:54 for ATLAS Offline Software by
1.8.18