12#ifndef ROOT_TGedMarkerSelect
13#define ROOT_TGedMarkerSelect
#define ClassDef(name, id)
The TGPicture class implements pictures and icons used in the different GUI elements and widgets.
ROOT GUI Window base class.
The TGedMarkerSelect widget is a button showing selected marker and a little down arrow.
void SetMarkerStyle(Style_t pattern)
Set marker.
virtual TGDimension GetDefaultSize() const
default size
virtual void DoRedraw()
Draw selected marker type as current one.
Style_t fMarkerStyle
marker style
virtual Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t parm2)
Process messages according to the user input.
Style_t GetMarkerStyle() const
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save the pattern select widget as a C++ statement(s) on output stream out.
const TGPicture * fPicture
image used for popup window
virtual ~TGedMarkerSelect()
virtual void MarkerSelected(Style_t marker=0)
is button that shows popup window when clicked.
void Emit(const char *signal, const T &arg)
Activate signal with single parameter.