GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4HisDrawOptionsShort.h
Go to the documentation of this file.
1// $Id$
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 fuer 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 TGO4HISDRAWOPTIONSSHORT_H
15#define TGO4HISDRAWOPTIONSSHORT_H
16
17#include "QGo4Widget.h"
18#include "ui_TGo4HisDrawOptionsShort.h"
19
20class TGo4HisDrawOptionsShort : public QGo4Widget, public Ui::TGo4HisDrawOptionsShort
21{
22 Q_OBJECT
23
24public:
25 TGo4HisDrawOptionsShort(QWidget *parent = nullptr, const char *name = nullptr);
26
27 void ChangeColor(int kind);
28
29 void SetDrawOpt(int kind, int value, const char *dropt);
30
31public slots:
32
33 virtual void SlotXlin();
34 virtual void SlotXlog();
35 virtual void SlotYlin();
36 virtual void SlotYlog();
37 virtual void SlotZlin();
38 virtual void SlotZlog();
39 virtual void SlotD1his();
40 virtual void SlotD1line();
41 virtual void SlotD2scatter();
42 virtual void SlotD2pixel();
43 virtual void SlotD2surfcol();
44 virtual void SlotD2lego();
45 virtual void SlotD2contfill();
46 virtual void SlotD2contline();
47 virtual void SlotLineColor();
48 virtual void SlotFillColor();
49 virtual void SlotMarkerColor();
50
51};
52
53#endif
QGo4Widget(QWidget *parent=nullptr, const char *name=nullptr, Qt::WindowFlags f=Qt::Widget)
void SetDrawOpt(int kind, int value, const char *dropt)
TGo4HisDrawOptionsShort(QWidget *parent=nullptr, const char *name=nullptr)