ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
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
17
class
TGNumberEntry
;
18
class
TGTab
;
19
20
class
TGeoPgonEditor
:
public
TGeoPconEditor
{
21
22
protected
:
23
Int_t
fNedgesi
;
// Initial number of edges
24
TGNumberEntry
*
fENedges
;
// Number entry for nsections
25
26
virtual
void
CreateEdges
();
27
28
public
:
29
TGeoPgonEditor
(
const
TGWindow
*p = 0,
30
Int_t
width
= 140,
Int_t
height = 30,
31
UInt_t
options =
kChildFrame
,
32
Pixel_t
back =
GetDefaultFrameBackground
());
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
kChildFrame
@ kChildFrame
Definition
GuiTypes.h:379
Pixel_t
ULong_t Pixel_t
Pixel value.
Definition
GuiTypes.h:40
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:325
width
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition
TDocParser.cxx:121
TGWidget.h
TGeoPconEditor.h
TGFrame::GetDefaultFrameBackground
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition
TGFrame.cxx:683
TGNumberEntry
TGNumberEntry is a number entry input widget with up/down buttons.
Definition
TGNumberEntry.h:148
TGTab
A tab widget contains a set of composite frames each with a little tab with a name (like a set of fol...
Definition
TGTab.h:46
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
TGeoPconEditor
Editor for a TGeoPcon.
Definition
TGeoPconEditor.h:29
TGeoPgonEditor
Editor for a TGeoPgon.
Definition
TGeoPgonEditor.h:20
TGeoPgonEditor::SetModel
virtual void SetModel(TObject *obj)
Connect to a given pgon.
Definition
TGeoPgonEditor.cxx:72
TGeoPgonEditor::DoApply
virtual void DoApply()
Slot for applying modifications.
Definition
TGeoPgonEditor.cxx:105
TGeoPgonEditor::~TGeoPgonEditor
virtual ~TGeoPgonEditor()
Destructor.
Definition
TGeoPgonEditor.cxx:58
TGeoPgonEditor::DoUndo
virtual void DoUndo()
Slot for undoing last operation.
Definition
TGeoPgonEditor.cxx:182
TGeoPgonEditor::fENedges
TGNumberEntry * fENedges
Definition
TGeoPgonEditor.h:24
TGeoPgonEditor::fNedgesi
Int_t fNedgesi
Definition
TGeoPgonEditor.h:23
TGeoPgonEditor::CreateEdges
virtual void CreateEdges()
Create number entry for Nedges.
Definition
TGeoPgonEditor.cxx:191
TGeoPgonEditor::DoNedges
void DoNedges()
Change number of edges.
Definition
TGeoPgonEditor.cxx:210
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
int
unsigned int
geom
geombuilder
inc
TGeoPgonEditor.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:18 (GVA Time) using Doxygen 1.9.8