ATLAS Offline Software
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 }
VP1LightChannel.h
VP1LightChannel
Definition: VP1LightChannel.h:20
IVP1ChannelWidgetFactory::channelWidgetsProvided
virtual QStringList channelWidgetsProvided() const =0
VP1LightPlugin_VP1AutoFactory.h
IVP1ChannelWidget
Definition: IVP1ChannelWidget.h:34
IVP1ChannelWidgetFactory::getChannelWidget
virtual IVP1ChannelWidget * getChannelWidget(const QString &channelwidget)=0