ATLAS Offline Software
Loading...
Searching...
No Matches
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
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)