GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4ScaleOptions.h
Go to the documentation of this file.
1 // $Id: TGo4ScaleOptions.h 963 2013-05-06 14:15:07Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4SCALEOPTIONS_H
15 #define TGO4SCALEOPTIONS_H
16 
17 #include "QGo4Widget.h"
18 #include "ui_TGo4ScaleOptions.h"
19 
20 class TGo4ScaleOptions : public QGo4Widget, public Ui::TGo4ScaleOptions
21  {
22  Q_OBJECT
23 
24  public:
25  TGo4ScaleOptions(QWidget *parent = 0, const char* name=0);
26  void MoveScale(int xaction, int yaction, int zaction);
27 
28  public slots:
29 
30  virtual void SlotShiftL();
31 
32  virtual void SlotShiftR();
33 
34  virtual void SlotShiftU();
35 
36  virtual void SlotShiftD();
37 
38  virtual void SlotShiftZU();
39 
40  virtual void SlotShiftZD();
41 
42  virtual void SlotExpandX();
43 
44  virtual void SlotExpandY();
45 
46  virtual void SlotExpandZ();
47 
48  virtual void SlotUExpandX();
49 
50  virtual void SlotUExpandY();
51 
52  virtual void SlotUExpandZ();
53 
54  virtual void resizeall();
55 
56  virtual void SetScaleValues();
57 
58  virtual void AutoZoomScales();
59 
60  };
61 
62 #endif
virtual void SlotExpandY()
virtual void SlotUExpandY()
TGo4ScaleOptions(QWidget *parent=0, const char *name=0)
virtual void SlotShiftR()
virtual void SetScaleValues()
virtual void SlotUExpandX()
virtual void SlotShiftD()
virtual void AutoZoomScales()
virtual void SlotShiftZU()
void MoveScale(int xaction, int yaction, int zaction)
virtual void resizeall()
virtual void SlotUExpandZ()
virtual void SlotShiftL()
virtual void SlotShiftZD()
virtual void SlotExpandZ()
virtual void SlotShiftU()
virtual void SlotExpandX()