ATLAS Offline Software
Loading...
Searching...
No Matches
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>
8
10{
11 return QStringList()
12 << "VP1Light"
13 ;
14}
15
17{
18 if (channelwidget == "VP1Light")
19 return new VP1LightChannel();
20
21 return 0;
22}
virtual QStringList channelWidgetsProvided() const
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)