library: libGed
#include "TGedMarkerSelect.h"

TGedMarkerSelect


class description - header file - source file - inheritance tree (.pdf)

class TGedMarkerSelect : public TGedSelect

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
TGWidget
<-
TGButton
<-
TGTextButton
<-
TGCheckButton
<-
TGedSelect
<-
TGedMarkerSelect

    protected:
virtual void DoRedraw() public:
TGedMarkerSelect(const TGWindow* p, Style_t markerStyle, Int_t id) TGedMarkerSelect(const TGedMarkerSelect&) virtual ~TGedMarkerSelect() static TClass* Class() virtual TGDimension GetDefaultSize() const Style_t GetMarkerStyle() const virtual TClass* IsA() const virtual void MarkerSelected(Style_t marker = 0) virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2) virtual void SavePrimitive(ostream& out, Option_t* = "") void SetMarkerStyle(Style_t pattern) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Style_t fMarkerStyle marker style const TGPicture* fPicture image used for popup window

Class Description

                                                                      
 TGedMarkerSelect, TGedMarkerPopup                                    
                                                                      
 The TGedMarkerPopup is a popup containing buttons to                 
 select marker style.                                                 
                                                                      
 The TGedMarkerSelect widget is a button showing selected marker      
 and a little down arrow. When clicked on the arrow the               
 TGedMarkerPopup pops up.                                             
                                                                      
 Selecting a marker in this widget will generate the event:           
 kC_MARKERSEL, kMAR_SELCHANGED, widget id, style.                     
                                                                      
 and the signal:                                                      
 MarkerSelected(Style_t marker)                                      
                                                                      

TGedMarkerSelect(const TGWindow *p, Style_t markerStyle, Int_t id)
 Create and show marker popup window.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
 Process messages according to the user input.
void DoRedraw()
 Draw selected marker type as current one.
void SetMarkerStyle(Style_t markerStyle)
 Set marker.
void SavePrimitive(ostream &out, Option_t * /*= ""*/)
 Save the pattern select widget as a C++ statement(s) on output stream out
TGedMarkerSelect(const TGWindow *p, Style_t markerStyle, Int_t id)
virtual ~TGedMarkerSelect()
Style_t GetMarkerStyle()
void MarkerSelected(Style_t marker = 0)
TGDimension GetDefaultSize()

Author: Marek Biskup, Ilka Antcheva 22/07/03
Last update: root/ged:$Name: $:$Id: TGedMarkerSelect.cxx,v 1.13 2006/07/03 16:10:43 brun Exp $
Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.