library: libGed
#include "TGedAttFrame.h"

TGedAttMarkerFrame


class description - source file - inheritance tree (.ps)

class TGedAttMarkerFrame : public TGedAttFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
TGWidget
<-
TGedAttFrame
<-
TGedAttMarkerFrame

    protected:
static TGComboBox* BuildMarkerSizeComboBox(TGFrame* parent, Int_t id) public:
TGedAttMarkerFrame(const TGWindow* p, Int_t id, Int_t width = 140, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground()) TGedAttMarkerFrame(const TGedAttMarkerFrame&) virtual ~TGedAttMarkerFrame() static TClass* Class() virtual TClass* IsA() const virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2) virtual void SetModel(TPad* pad, TObject* obj, Int_t event) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TGFontTypeComboBox* fTypeCombo font style combo box TGComboBox* fSizeCombo font size combo box TGColorSelect* fColorSelect color selection widget TGedMarkerSelect* fMarkerSelect marker selection widget

Class Description

                                                                      
  TGedAttFrame, TGedAttNameFrame, TGedAttFillFrame,                   
  TGedAttLineFrame, TGedAttTextFrame, TGedAttMarkerFrame              
                                                                      
  Frames with object attributes, just like on TAttCanvases.           
                                                                      


TGedAttMarkerFrame(const TGWindow *p, Int_t id, Int_t width, Int_t height,UInt_t options, Pixel_t back) : TGedAttFrame(p, id, width, height, options | kVerticalFrame, back)
 Constructor of marker attributes GUI.

void SetModel(TPad* pad, TObject* obj, Int_t)
 Pick up the values of used marker attributes.

Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
 Process message.

TGComboBox* BuildMarkerSizeComboBox(TGFrame* parent, Int_t id)
 Marker size combobox.



Inline Functions


                      void ~TGedAttMarkerFrame()
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
                      void StreamerNVirtual(TBuffer& b)
        TGedAttMarkerFrame TGedAttMarkerFrame(const TGedAttMarkerFrame&)


Author: Marek Biskup, Ilka Antcheva 22/07/03
Last update: root/ged:$Name: $:$Id: TGedAttFrame.cxx,v 1.16 2004/05/07 05:27:57 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.