ATLAS Offline Software
graphics
VP1
VP1Plugins
VP1GeometryPlugin
src
VP1GeometryPlugin_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
//Autogenerated VP1 Factory Code Implementation File (Fri Aug 19 13:36:52 CEST 2016)
5
6
#include <QtPlugin>
7
#include "
VP1GeometryPlugin/VP1GeometryPlugin_VP1AutoFactory.h
"
8
#include "
VP1GeometryPlugin/VP1GeometryChannel.h
"
9
10
QStringList
VP1GeometryPlugin_VP1AutoFactory::channelWidgetsProvided
()
const
11
{
12
return
QStringList()
13
<<
"Geometry"
14
;
15
}
16
17
IVP1ChannelWidget
*
VP1GeometryPlugin_VP1AutoFactory::getChannelWidget
(
const
QString & channelwidget)
18
{
19
if
(channelwidget ==
"Geometry"
)
20
return
new
VP1GeometryChannel
();
21
22
return
0;
23
}
24
VP1GeometryPlugin_VP1AutoFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)
Definition:
VP1GeometryPlugin_VP1AutoFactory.cxx:17
VP1GeometryPlugin_VP1AutoFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const
Definition:
VP1GeometryPlugin_VP1AutoFactory.cxx:10
IVP1ChannelWidget
Definition:
IVP1ChannelWidget.h:34
VP1GeometryChannel.h
VP1GeometryPlugin_VP1AutoFactory.h
VP1GeometryChannel
Definition:
VP1GeometryChannel.h:20
Generated on Thu Nov 7 2024 21:31:40 for ATLAS Offline Software by
1.8.18