8 #ifndef RG_MARKER_ATTR_SELECT_HH
9 #define RG_MARKER_ATTR_SELECT_HH
17 #include <TAttMarker.h>
18 #include <TGedMarkerSelect.h>
23 rgMASVerticalLayout = 0x00000000,
24 rgMASHorizontalLayout = 0x00000001
58 TAttMarker att = TAttMarker(1,20,1.),
59 UInt_t opt = rgMASVerticalLayout,
72 virtual void SetState (
const Bool_t b = kTRUE );
81 void SetMarkerColor (
const Color_t c,
const Bool_t emit = kTRUE );
83 void SetMarkerStyle (
const Style_t s,
const Bool_t emit = kTRUE );
84 void SetMarkerSize (
const Size_t s,
const Bool_t emit = kTRUE );
Pixel_t GetMarkerColorPixel() const
Definition: RGMarkerAttrSelect.icc:29
Size_t GetMarkerSize() const
Definition: RGMarkerAttrSelect.icc:37
ClassDef(RGMarkerAttrSelect, 0)
virtual ~RGMarkerAttrSelect()
Definition: RGMarkerAttrSelect.cpp:110
virtual void MarkerStyleChanged(Style_t s)
Definition: RGMarkerAttrSelect.icc:56
virtual void MapSubwindows()
Definition: RGMarkerAttrSelect.cpp:116
RGMarkerAttrSelectOptions
! RGMarkerAttrSelect widget options
Definition: RGMarkerAttrSelect.hh:21
TGNumberEntry * GetSizeWidget() const
Definition: RGMarkerAttrSelect.icc:19
Definition: RGMarkerAttrSelect.hh:41
TGedMarkerSelect * w_style
Marker style widget pointer.
Definition: RGMarkerAttrSelect.hh:51
Definition: RGColorNumberSelect.hh:27
TAttMarker GetMarkerAttr() const
Definition: RGMarkerAttrSelect.icc:41
RGColorNumberSelect * GetColorWidget() const
Definition: RGMarkerAttrSelect.icc:11
void SetMarkerColor(const Color_t c, const Bool_t emit=kTRUE)
Definition: RGMarkerAttrSelect.cpp:149
virtual void SetState(const Bool_t b=kTRUE)
Definition: RGMarkerAttrSelect.cpp:131
Color_t GetMarkerColor() const
Definition: RGMarkerAttrSelect.icc:25
TGNumberEntry * w_size
Marker size widget pointer.
Definition: RGMarkerAttrSelect.hh:52
RGColorNumberSelect * w_color
Marker color widget pointer.
Definition: RGMarkerAttrSelect.hh:50
RGMarkerAttrSelect(TGWindow *p, TAttMarker att=TAttMarker(1, 20, 1.), UInt_t opt=rgMASVerticalLayout, Int_t wc=3, Int_t ws=4, Int_t sep=4)
Definition: RGMarkerAttrSelect.cpp:23
virtual void MarkerSizeEntryChanged(const char *str)
Definition: RGMarkerAttrSelect.cpp:194
Style_t GetMarkerStyle() const
Definition: RGMarkerAttrSelect.icc:33
void SetMarkerStyle(const Style_t s, const Bool_t emit=kTRUE)
Definition: RGMarkerAttrSelect.cpp:169
TGedMarkerSelect * GetStyleWidget() const
Definition: RGMarkerAttrSelect.icc:15
void SetMarkerColorPixel(const Pixel_t c, const Bool_t emit=kTRUE)
Definition: RGMarkerAttrSelect.cpp:159
GObject(RGMarkerAttrSelect)
void SetMarkerSize(const Size_t s, const Bool_t emit=kTRUE)
Definition: RGMarkerAttrSelect.cpp:181
virtual void MarkerSizeChanged(Size_t s)
Definition: RGMarkerAttrSelect.icc:62
virtual void MarkerColorChanged(Color_t c)
Definition: RGMarkerAttrSelect.icc:50