13 #ifndef GEV_SPECTRA_PLOT_MODE_WIDGET_HH
14 #define GEV_SPECTRA_PLOT_MODE_WIDGET_HH
17 #include "RGHistoPlotAttrSelect.hh"
22 #include <TGNumberEntry.h>
23 #include <TGColorSelect.h>
25 #include "RGColorNumberSelect.hh"
26 #include "RGLineAttrSelect.hh"
27 #include "RGFillAttrSelect.hh"
28 #include "RGMarkerAttrSelect.hh"
33 spmwNoLineAtt = 0x00000001,
34 spmwNoMarkerAtt = 0x00000002,
35 spmwNoFillAtt = 0x00000004,
36 spmwNoOpt1D = 0x00000008,
37 spmwNoOpt2D = 0x00000010,
38 spmwNoOpt3D = 0x00000020
85 const UInt_t opt = 0 );
89 const UInt_t opt = 0 );
126 void SetLineColor (
const Color_t c,
const Bool_t emit = kTRUE );
128 void SetLineWidth (
const Width_t w,
const Bool_t emit = kTRUE );
129 void SetLineStyle (
const Style_t s,
const Bool_t emit = kTRUE );
131 void SetMarkerColor (
const Color_t c,
const Bool_t emit = kTRUE );
133 void SetMarkerStyle (
const Style_t s,
const Bool_t emit = kTRUE );
134 void SetMarkerSize (
const Size_t s,
const Bool_t emit = kTRUE );
136 void SetFillColor (
const Color_t c,
const Bool_t emit = kTRUE );
138 void SetFillStyle (
const Style_t s,
const Bool_t emit = kTRUE );
140 void Set1DPlotMode (
const UInt_t mode,
const Bool_t emit = kTRUE );
141 void Set2DPlotMode (
const UInt_t mode,
const Bool_t emit = kTRUE );
142 void Set3DPlotMode (
const UInt_t mode,
const Bool_t emit = kTRUE );
Definition: GEVSpectraPlotMode.hh:28