library: libGed
#include "TGedMarkerSelect.h"

TGedMarkerPopup


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

class TGedMarkerPopup : public TGedPopup

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGedPopup
<-
TGedMarkerPopup

    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)

Data Members


    protected:
Style_t fCurrentStyle currently selected style

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)                                      
                                                                      

TGedMarkerPopup(const TGWindow *p, const TGWindow *m, Style_t markerStyle)
 Create marker popup window.
~TGedMarkerPopup()
 Destructor.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
 Process messages generated by the marker popup window.
TGedMarkerPopup(const TGWindow *p, const TGWindow *m, Style_t markerStyle)

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.