ATLAS Offline Software
Loading...
Searching...
No Matches
VP1LightPlugin_VP1AutoFactory Class Reference

#include <VP1LightPlugin_VP1AutoFactory.h>

Inheritance diagram for VP1LightPlugin_VP1AutoFactory:
Collaboration diagram for VP1LightPlugin_VP1AutoFactory:

Public Member Functions

virtual QStringList channelWidgetsProvided () const
virtual IVP1ChannelWidgetgetChannelWidget (const QString &channelwidget)

Detailed Description

Definition at line 13 of file VP1LightPlugin_VP1AutoFactory.h.

Member Function Documentation

◆ channelWidgetsProvided()

QStringList VP1LightPlugin_VP1AutoFactory::channelWidgetsProvided ( ) const
virtual

Implements IVP1ChannelWidgetFactory.

Definition at line 9 of file VP1LightPlugin_VP1AutoFactory.cxx.

10{
11 return QStringList()
12 << "VP1Light"
13 ;
14}

◆ getChannelWidget()

IVP1ChannelWidget * VP1LightPlugin_VP1AutoFactory::getChannelWidget ( const QString & channelwidget)
virtual

Implements IVP1ChannelWidgetFactory.

Definition at line 16 of file VP1LightPlugin_VP1AutoFactory.cxx.

17{
18 if (channelwidget == "VP1Light")
19 return new VP1LightChannel();
20
21 return 0;
22}

The documentation for this class was generated from the following files: