Logo ROOT   6.16/01
Reference Guide
TGeoPgonEditor.h
Go to the documentation of this file.
1// @(#):$Id$
2// Author: M.Gheata
3/*************************************************************************
4 * Copyright (C) 1995-2002, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef ROOT_TGeoPgonEditor
12#define ROOT_TGeoPgonEditor
13
14#include "TGWidget.h"
15#include "TGeoPconEditor.h"
16
17class TGNumberEntry;
18class TGTab;
19
21
22protected:
23 Int_t fNedgesi; // Initial number of edges
24 TGNumberEntry *fENedges; // Number entry for nsections
25
26 virtual void CreateEdges();
27
28public:
29 TGeoPgonEditor(const TGWindow *p = 0,
30 Int_t width = 140, Int_t height = 30,
31 UInt_t options = kChildFrame,
33 virtual ~TGeoPgonEditor();
34 virtual void SetModel(TObject *obj);
35
36 void DoNedges();
37 virtual void DoApply();
38 virtual void DoUndo();
39
40 ClassDef(TGeoPgonEditor,0) // TGeoPgon editor
41};
42#endif
ULong_t Pixel_t
Definition: GuiTypes.h:39
int Int_t
Definition: RtypesCore.h:41
unsigned int UInt_t
Definition: RtypesCore.h:42
#define ClassDef(name, id)
Definition: Rtypes.h:324
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition: TDocParser.cxx:121
@ kChildFrame
Definition: TGFrame.h:57
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:665
Definition: TGTab.h:62
Editor for a TGeoPcon.
Editor for a TGeoPgon.
virtual void SetModel(TObject *obj)
Connect to a given pgon.
virtual void DoApply()
Slot for applying modifications.
virtual ~TGeoPgonEditor()
Destructor.
virtual void DoUndo()
Slot for undoing last operation.
TGNumberEntry * fENedges
virtual void CreateEdges()
Create number entry for Nedges.
TGeoPgonEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor for polygone editor.
void DoNedges()
Change number of edges.
Mother of all ROOT objects.
Definition: TObject.h:37