ATLAS Offline Software
Loading...
Searching...
No Matches
missingEtController.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5
7// //
8// Header file for class missingEtController //
9// //
10// Description: missing Et system controller . //
11// //
12// Author: Giorgi Gvaberidze (ggvaberi@cern.ch) //
13// Initial version: July 2010 //
14// //
16
17#ifndef MISSINGETCONTROLLER_H
18#define MISSINGETCONTROLLER_H
19
21
23
24 Q_OBJECT
25
26public:
27
29 virtual ~missingEtController();
30
32 int currentSettingsVersion() const;
34
36 bool changeShape() const;
37
38 signals:
40
41private Q_SLOTS:
42 void setArrow(bool);
43 void setDashline(bool);
44 void changeThickness();
45 void changeScale();
46
48
49private:
50 void refreshPivots();
51
52private:
53 class Imp;
55};
56
57#endif
VP1Controller(IVP1System *sys, const QString &classname)
void changeShapeChanged(bool)
void possibleChange_changeShape()
VP1CollectionWidget * collWidget() const
missingEtController(IVP1System *sys)
void actualRestoreSettings(VP1Deserialise &)
void actualSaveSettings(VP1Serialise &) const