ATLAS Offline Software
graphics
VP1
VP1Gui
VP1Gui
VP1SelectEvent.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// //
7
// Header file for class VP1SelectEvent //
8
// //
9
// Description: Dialog for the selection of a specific event in a file //
10
// //
11
// Author: Sebastian Andreas Merkt (sebastian.andreas.merkt@cern.ch) //
12
// Initial version: August 2018 //
13
// //
15
16
#ifndef VP1SELECTEVENT_H
17
#define VP1SELECTEVENT_H
18
19
#include <QDialog>
20
#include <QPushButton>
21
#include <QDialogButtonBox>
22
#include <QSpinBox>
23
24
class
VP1SelectEvent
:
public
QDialog
25
{
26
Q_OBJECT
27
public
:
28
explicit
VP1SelectEvent
(
int
totEvtNr,
int
evtNr, QWidget *
parent
= 0);
29
30
public
Q_SLOTS:
31
32
private
:
33
void
passEvtNr
();
34
void
reject
();
35
36
QPushButton*
m_cancelButton
;
37
QPushButton*
m_openButton
;
38
QDialogButtonBox*
m_buttonBox
;
39
QSpinBox*
m_spinBox
;
40
};
41
42
#endif // VP1SELECTEVENT_H
VP1SelectEvent::m_buttonBox
QDialogButtonBox * m_buttonBox
Definition:
VP1SelectEvent.h:38
VP1SelectEvent::m_spinBox
QSpinBox * m_spinBox
Definition:
VP1SelectEvent.h:39
VP1SelectEvent::VP1SelectEvent
VP1SelectEvent(int totEvtNr, int evtNr, QWidget *parent=0)
Definition:
VP1SelectEvent.cxx:32
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
VP1SelectEvent::m_openButton
QPushButton * m_openButton
Definition:
VP1SelectEvent.h:37
VP1SelectEvent::reject
void reject()
Definition:
VP1SelectEvent.cxx:74
VP1SelectEvent
Definition:
VP1SelectEvent.h:25
VP1SelectEvent::m_cancelButton
QPushButton * m_cancelButton
Definition:
VP1SelectEvent.h:36
VP1SelectEvent::passEvtNr
void passEvtNr()
Definition:
VP1SelectEvent.cxx:68
Generated on Thu Nov 7 2024 21:31:44 for ATLAS Offline Software by
1.8.18