ROOT
Version v6.34
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
▼
gui
►
browsable
►
browserv7
►
canvaspainter
►
cefdisplay
doc
►
fitpanel
►
fitpanelv7
►
ged
▼
gui
doc
▼
inc
►
HelpText.h
TG3DLine.h
TGApplication.h
►
TGButton.h
TGButtonGroup.h
►
TGCanvas.h
►
TGClient.h
TGColorDialog.h
TGColorSelect.h
►
TGComboBox.h
TGCommandPlugin.h
TGDimension.h
►
TGDNDManager.h
►
TGDockableFrame.h
►
TGDoubleSlider.h
TGEventHandler.h
TGFileBrowser.h
►
TGFileDialog.h
►
TGFont.h
►
TGFontDialog.h
►
TGFrame.h
►
TGFSComboBox.h
►
TGFSContainer.h
►
TGGC.h
TGIcon.h
TGIdleHandler.h
►
TGImageMap.h
TGInputDialog.h
TGLabel.h
►
TGLayout.h
TGListBox.h
►
TGListTree.h
►
TGListView.h
TGMdi.h
►
TGMdiDecorFrame.h
TGMdiFrame.h
►
TGMdiMainFrame.h
►
TGMdiMenu.h
►
TGMenu.h
TGMimeTypes.h
►
TGMsgBox.h
►
TGNumberEntry.h
TGObject.h
►
TGPack.h
TGPasswdDialog.h
►
TGPicture.h
►
TGProgressBar.h
TGRedirectOutputGuard.h
TGResourcePool.h
►
TGScrollBar.h
TGShapedFrame.h
►
TGShutter.h
TGSimpleTable.h
TGSimpleTableInterface.h
►
TGSlider.h
TGSpeedo.h
►
TGSplitFrame.h
►
TGSplitter.h
TGStatusBar.h
TGString.h
TGTab.h
►
TGTable.h
TGTableCell.h
TGTableContainer.h
►
TGTableHeader.h
►
TGTableLayout.h
►
TGText.h
TGTextBuffer.h
TGTextEdit.h
►
TGTextEditDialogs.h
TGTextEditor.h
TGTextEntry.h
►
TGTextView.h
►
TGTextViewStream.h
►
TGToolBar.h
TGToolTip.h
TGTripleSlider.h
►
TGuiBuilder.h
►
TGView.h
►
TGWidget.h
TGWindow.h
TGXYLayout.h
TRootApplication.h
TRootBrowser.h
TRootBrowserLite.h
TRootCanvas.h
TRootContextMenu.h
TRootControlBar.h
TRootDialog.h
TRootEmbeddedCanvas.h
TRootGuiFactory.h
TRootHelpDialog.h
►
TVirtualDragManager.h
►
WidgetMessageTypes.h
►
src
►
guibuilder
►
guihtml
►
qt5webdisplay
►
qt6webdisplay
►
recorder
►
sessionviewer
►
webdisplay
►
webgui6
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TGInputDialog.h
Go to the documentation of this file.
1
// @(#)root/gui:$Id$
2
// Author: David Gonzalez Maline 19/07/2006
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, 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_TGInputDialog
13
#define ROOT_TGInputDialog
14
15
16
#include "
TGFrame.h
"
17
18
class
TGLabel
;
19
class
TGTextEntry
;
20
class
TGTextButton
;
21
22
class
TGInputDialog
:
public
TGTransientFrame
{
23
24
private
:
25
TGLabel
*
fLabel
{
nullptr
};
///< text entry label
26
TGTextEntry
*
fTE
{
nullptr
};
///< text entry widget
27
TGTextButton
*
fOk
{
nullptr
};
///< ok button
28
TGTextButton
*
fCancel
{
nullptr
};
///< cancel button
29
char
*
fRetStr
{
nullptr
};
///< address to store return string
30
char
*
fOwnBuf
{
nullptr
};
///< internal buffer when return string not specified
31
32
TGInputDialog
(
const
TGInputDialog
&) =
delete
;
33
TGInputDialog
&
operator=
(
const
TGInputDialog
&) =
delete
;
34
35
public
:
36
TGInputDialog
(
const
TGWindow
*
p
=
nullptr
,
const
TGWindow
*
main
=
nullptr
,
37
const
char
*
prompt
=
nullptr
,
const
char
*
defval
=
nullptr
,
38
char
*
retstr
=
nullptr
,
UInt_t
options =
kVerticalFrame
);
39
~TGInputDialog
()
override
;
40
41
Bool_t
ProcessMessage
(
Longptr_t
msg
,
Longptr_t
parm1
,
Longptr_t
)
override
;
42
43
ClassDefOverride
(
TGInputDialog
, 0)
// Simple input dialog
44
45
};
46
47
#endif
kVerticalFrame
@ kVerticalFrame
Definition
GuiTypes.h:381
main
int main()
Definition
Prototype.cxx:12
Longptr_t
long Longptr_t
Definition
RtypesCore.h:75
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:346
TGFrame.h
p
winID h TVirtualViewer3D TVirtualGLPainter p
Definition
TGWin32VirtualGLProxy.cxx:51
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TGInputDialog
Input Dialog Widget.
Definition
TGInputDialog.h:22
TGInputDialog::TGInputDialog
TGInputDialog(const TGInputDialog &)=delete
TGInputDialog::fCancel
TGTextButton * fCancel
cancel button
Definition
TGInputDialog.h:28
TGInputDialog::fOwnBuf
char * fOwnBuf
internal buffer when return string not specified
Definition
TGInputDialog.h:30
TGInputDialog::fRetStr
char * fRetStr
address to store return string
Definition
TGInputDialog.h:29
TGInputDialog::operator=
TGInputDialog & operator=(const TGInputDialog &)=delete
TGInputDialog::ProcessMessage
Bool_t ProcessMessage(Longptr_t msg, Longptr_t parm1, Longptr_t) override
Handle button and text enter events.
Definition
TGInputDialog.cxx:143
TGInputDialog::fOk
TGTextButton * fOk
ok button
Definition
TGInputDialog.h:27
TGInputDialog::~TGInputDialog
~TGInputDialog() override
Cleanup dialog.
Definition
TGInputDialog.cxx:134
TGInputDialog::fTE
TGTextEntry * fTE
text entry widget
Definition
TGInputDialog.h:26
TGInputDialog::fLabel
TGLabel * fLabel
text entry label
Definition
TGInputDialog.h:25
TGLabel
This class handles GUI labels.
Definition
TGLabel.h:24
TGTextButton
Yield an action as soon as it is clicked.
Definition
TGButton.h:142
TGTextEntry
A TGTextEntry is a one line text input widget.
Definition
TGTextEntry.h:24
TGTransientFrame
Defines transient windows that typically are used for dialogs windows.
Definition
TGFrame.h:498
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
bool
unsigned int
gui
gui
inc
TGInputDialog.h
ROOT tags/6-34-04 - Reference Guide Generated on Sun Feb 16 2025 05:10:13 (GVA Time) using Doxygen 1.10.0