![]() |
ATLAS Offline Software
|
Public Member Functions | |
| void | emit_basename_availableChannelListChanged () |
| void | emit_basename_availableUnusedChannelListChanged () |
| IVP1ChannelWidget * | constructChannel (const QString &channelbasename, QString &err, bool init=true) |
| QString | channelTypeToIconLocation (const IVP1ChannelWidget::Type &type) const |
Public Attributes | |
| VP1ChannelManager * | channelmanager {} |
| VP1ExecutionScheduler * | scheduler {} |
| VP1MainWindow * | mainwindow {} |
| std::map< QString, std::set< IVP1ChannelWidget * > > | basename_2_channels |
| std::map< QString, IVP1ChannelWidget * > | uniquename_2_channel |
| std::map< QString, std::pair< QStringList, IVP1ChannelWidgetFactory * > > | pluginfile_2_basenamesAndFactory |
| std::map< QString, QString > | basename_2_pluginfile |
| std::map< QString, QPluginLoader * > | pluginfile_2_pluginloader |
| QList< QObject * > | additionalOwnedObjects |
| std::map< IVP1ChannelWidget *, QWidget * > | channel_2_controller |
| QMap< QString, QString > | basename2iconlocation |
Definition at line 73 of file VP1ChannelManager.cxx.
| QString VP1ChannelManager::Imp::channelTypeToIconLocation | ( | const IVP1ChannelWidget::Type & | type | ) | const |
Definition at line 570 of file VP1ChannelManager.cxx.
| IVP1ChannelWidget * VP1ChannelManager::Imp::constructChannel | ( | const QString & | channelbasename, |
| QString & | err, | ||
| bool | init = true ) |
Definition at line 365 of file VP1ChannelManager.cxx.
| void VP1ChannelManager::Imp::emit_basename_availableChannelListChanged | ( | ) |
Definition at line 485 of file VP1ChannelManager.cxx.
| void VP1ChannelManager::Imp::emit_basename_availableUnusedChannelListChanged | ( | ) |
Definition at line 509 of file VP1ChannelManager.cxx.
| QList<QObject*> VP1ChannelManager::Imp::additionalOwnedObjects |
Definition at line 90 of file VP1ChannelManager.cxx.
| QMap<QString,QString> VP1ChannelManager::Imp::basename2iconlocation |
Definition at line 95 of file VP1ChannelManager.cxx.
| std::map<QString,std::set<IVP1ChannelWidget*> > VP1ChannelManager::Imp::basename_2_channels |
Definition at line 82 of file VP1ChannelManager.cxx.
| std::map<QString,QString> VP1ChannelManager::Imp::basename_2_pluginfile |
Definition at line 87 of file VP1ChannelManager.cxx.
| std::map<IVP1ChannelWidget*,QWidget*> VP1ChannelManager::Imp::channel_2_controller |
Definition at line 94 of file VP1ChannelManager.cxx.
| VP1ChannelManager* VP1ChannelManager::Imp::channelmanager {} |
Definition at line 77 of file VP1ChannelManager.cxx.
| VP1MainWindow* VP1ChannelManager::Imp::mainwindow {} |
Definition at line 79 of file VP1ChannelManager.cxx.
| std::map<QString,std::pair<QStringList,IVP1ChannelWidgetFactory *> > VP1ChannelManager::Imp::pluginfile_2_basenamesAndFactory |
Definition at line 86 of file VP1ChannelManager.cxx.
| std::map<QString,QPluginLoader*> VP1ChannelManager::Imp::pluginfile_2_pluginloader |
Definition at line 88 of file VP1ChannelManager.cxx.
| VP1ExecutionScheduler* VP1ChannelManager::Imp::scheduler {} |
Definition at line 78 of file VP1ChannelManager.cxx.
| std::map<QString,IVP1ChannelWidget*> VP1ChannelManager::Imp::uniquename_2_channel |
Definition at line 83 of file VP1ChannelManager.cxx.