ROOT
v6-32
Reference Guide
Loading...
Searching...
No Matches
TEveWindowEditor.h
Go to the documentation of this file.
1
// @(#)root/eve:$Id$
2
// Author: Matevz Tadel 2007
3
4
/*************************************************************************
5
* Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_TEveWindowEditor
13
#define ROOT_TEveWindowEditor
14
15
#include "
TGedFrame.h
"
16
17
class
TGButton
;
18
class
TGCheckButton
;
19
class
TGNumberEntry
;
20
class
TGColorSelect
;
21
22
class
TEveWindow
;
23
24
class
TEveWindowEditor
:
public
TGedFrame
25
{
26
private
:
27
TEveWindowEditor
(
const
TEveWindowEditor
&);
// Not implemented
28
TEveWindowEditor
&
operator=
(
const
TEveWindowEditor
&);
// Not implemented
29
30
protected
:
31
TEveWindow
*
fM
;
// Model object.
32
33
TGCheckButton
*
fShowTitleBar
;
34
35
public
:
36
TEveWindowEditor
(
const
TGWindow
*
p
=
nullptr
,
Int_t
width
=170,
Int_t
height
=30,
37
UInt_t
options=
kChildFrame
,
Pixel_t
back=
GetDefaultFrameBackground
());
38
~TEveWindowEditor
()
override
{}
39
40
void
SetModel
(
TObject
* obj)
override
;
41
42
void
DoShowTitleBar
();
43
44
ClassDefOverride
(
TEveWindowEditor
, 0);
// GUI editor for TEveWindow.
45
};
46
47
#endif
kChildFrame
@ kChildFrame
Definition
GuiTypes.h:379
Pixel_t
ULong_t Pixel_t
Pixel value.
Definition
GuiTypes.h:40
p
winID h TVirtualViewer3D TVirtualGLPainter p
Definition
TGWin32VirtualGLProxy.cxx:51
width
Option_t Option_t width
Definition
TGWin32VirtualXProxy.cxx:56
height
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Definition
TGWin32VirtualXProxy.cxx:164
TGedFrame.h
TEveWindowEditor
GUI editor for TEveWindow.
Definition
TEveWindowEditor.h:25
TEveWindowEditor::TEveWindowEditor
TEveWindowEditor(const TEveWindowEditor &)
TEveWindowEditor::~TEveWindowEditor
~TEveWindowEditor() override
Definition
TEveWindowEditor.h:38
TEveWindowEditor::operator=
TEveWindowEditor & operator=(const TEveWindowEditor &)
TEveWindowEditor::ClassDefOverride
ClassDefOverride(TEveWindowEditor, 0)
TEveWindowEditor::SetModel
void SetModel(TObject *obj) override
Set model object.
Definition
TEveWindowEditor.cxx:44
TEveWindowEditor::fShowTitleBar
TGCheckButton * fShowTitleBar
Definition
TEveWindowEditor.h:33
TEveWindowEditor::fM
TEveWindow * fM
Definition
TEveWindowEditor.h:31
TEveWindowEditor::DoShowTitleBar
void DoShowTitleBar()
Slot for ShowTitleBar.
Definition
TEveWindowEditor.cxx:54
TEveWindow
Abstract base-class for representing eve-windows.
Definition
TEveWindow.h:210
TGButton
A button abstract base class.
Definition
TGButton.h:68
TGCheckButton
Selects different options.
Definition
TGButton.h:264
TGColorSelect
Like a checkbutton but instead of the check mark there is color area with a little down arrow.
Definition
TGColorSelect.h:104
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
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
TGedFrame
Base frame for implementing GUI - a service class.
Definition
TGedFrame.h:27
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
int
unsigned int
graf3d
eve
inc
TEveWindowEditor.h
ROOT v6-32 - Reference Guide Generated on Fri Nov 1 2024 15:07:31 (GVA Time) using Doxygen 1.9.8