ATLAS Offline Software
Loading...
Searching...
No Matches
VP1PluginDialog.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6// //
7// Header file for class VP1PluginDialog //
8// //
9// Author: Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
10// //
11// Initial version: April 2007 //
12// //
14
15#ifndef VP1PLUGINDIALOG_H
16#define VP1PLUGINDIALOG_H
17
18#include <QDialog>
19
22
23class VP1PluginDialog : public QDialog {
24
25 Q_OBJECT
26
27public:
28
30 virtual ~VP1PluginDialog();
31
32 const QString& unloadfile();
33private:
34
35 class Imp;
37
38private Q_SLOTS:
39 void pluginSelected(int i);
40 void unloadclicked();
41 void updateRefreshInfo();
42};
43
44#endif
void pluginSelected(int i)
const QString & unloadfile()
VP1PluginDialog(QWidget *parent, VP1ChannelManager *, VP1ExecutionScheduler *)
virtual ~VP1PluginDialog()