library: libGeomBuilder
#include "TGeoPconEditor.h"

TGeoPconSection


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

class TGeoPconSection : public TGCompositeFrame, public TGWidget

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

    protected:
virtual void ConnectSignals2Slots() public:
TGeoPconSection(const TGWindow* p, UInt_t w, UInt_t h, Int_t id) TGeoPconSection(const TGeoPconSection&) virtual ~TGeoPconSection() virtual void Changed(Int_t i) static TClass* Class() void DoRmax() void DoRmin() void DoZ() Double_t GetRmax() const Double_t GetRmin() const Double_t GetZ() const void HideDaughters() virtual TClass* IsA() const void SetRmax(Double_t rmax) void SetRmin(Double_t rmin) void SetZ(Double_t z) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fNumber Id for the section TGNumberEntry* fEZ Number entry for Z position TGNumberEntry* fERmin Number entry for Rmin position TGNumberEntry* fERmax Number entry for Rmax position

Class Description

                                                                      
  TGeoPconEditor                                                      
                                                                      

TGeoPconSection(const TGWindow *p, UInt_t w, UInt_t h, Int_t id)
 Ctor.
~TGeoPconSection()
 Destructor
void HideDaughters()
 Hide daughter frames
void Changed(Int_t i)
 Emit Changed(Int_t) signal.
void ConnectSignals2Slots()
 Connect signals to slots.
Double_t GetZ()
 Z value getter
Double_t GetRmin()
 Rmin value getter
Double_t GetRmax()
 Rmax value getter
void SetZ(Double_t z)
 Z value setter
void SetRmin(Double_t rmin)
 Rmin value setter
void SetRmax(Double_t rmax)
 Rmax value setter
void DoZ()
 Z slot.
void DoRmin()
 Rmin slot.
void DoRmax()
 Rmax slot.
TGeoPconSection(const TGWindow *p, UInt_t w, UInt_t h, Int_t id)

Author: M.Gheata
Last update: :$Name: $:$Id: TGeoPconEditor.cxx,v 1.4 2006/06/24 08:30:18 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.