| library: libGed #include "TGedMarkerSelect.h"
 | 
TGedMarkerPopup
class description - source file - inheritance tree (.pdf)
    public:
                      TGedMarkerPopup(const TGWindow* p, const TGWindow* m, Style_t markerStyle)
                      TGedMarkerPopup(const TGedMarkerPopup&)
              virtual ~TGedMarkerPopup()
       static TClass* Class()
      virtual TClass* IsA() const
       virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
    protected:
      Style_t fCurrentStyle  
                                                                      
 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)                                      
                                                                      
 TGedMarkerPopup(const TGWindow *p, const TGWindow *m, Style_t markerStyle)
   : TGedPopup(p, m, 30, 30, kDoubleBorder | kRaisedFrame | kOwnBackground,
               GetDefaultFrameBackground())
 ~TGedMarkerPopup()
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Inline Functions
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
        TGedMarkerPopup TGedMarkerPopup(const TGedMarkerPopup&)
Author: Marek Biskup, Ilka Antcheva 22/07/03
Last update: root/ged:$Name:  $:$Id: TGedMarkerSelect.cxx,v 1.9 2005/09/05 10:01:46 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.