ATLAS Offline Software
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>
9 
11 {
12  return QStringList()
13  << "Geometry"
14  ;
15 }
16 
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