84   svalue.ReplaceAll(
"\\", 
"\\\\");
 
   88   t->
Connect(
"TabPressed()", 
"TRootDialog", 
this, 
"TabPressed()");
 
 
  122   while ((obj = next())) {        
 
  129      const char *
type = str ? str->GetString().Data() : 0;
 
  130      const char *
data = 0;
 
  139         if (params.
Length()) params += 
",";
 
  145      if (params.
Length()) params += 
",";
 
  159      if (params.
Length()) params += 
",";
 
  165   return params.
Data();
 
 
  189      height = 
b->GetDefaultHeight();
 
  197      height = 
b->GetDefaultHeight();
 
  205      height = 
b->GetDefaultHeight();
 
  213      height = 
b->GetDefaultHeight();
 
 
  270   while ( 
TObject* obj = next() ) {
 
  284   while ( 
TObject* obj = next() ) {
 
 
  307      while ( 
TObject* obj = next() ) {
 
 
const Mask_t kKeyPressMask
 
const Mask_t kLeaveWindowMask
 
const Mask_t kEnterWindowMask
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
TGTextEntry * gBlinkingEntry
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void SetMWMHints
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t SetWMSizeHints
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
 
TGTextEntry * gBlinkingEntry
 
void WaitFor(TGWindow *w)
Wait for window to be destroyed.
 
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
 
UInt_t GetDefaultWidth() const override
 
void MapSubwindows() override
Map all sub windows that are part of the composite frame.
 
UInt_t GetDefaultHeight() const override
 
void SetEditDisabled(UInt_t on=1) override
Set edit disable flag for this frame and subframes.
 
void AddInput(UInt_t emask)
Add events specified in the emask to the events the frame should handle.
 
void Resize(UInt_t w=0, UInt_t h=0) override
Resize the frame.
 
virtual UInt_t GetDefaultHeight() const
 
void MapWindow() override
map window
 
virtual void SendMessage(const TGWindow *w, Longptr_t msg, Longptr_t parm1, Longptr_t parm2)
Send message (i.e.
 
A composite frame that layout their children in horizontal way.
 
This class handles GUI labels.
 
This class describes layout hints used by the layout classes.
 
void SetIconName(const char *name)
Set window icon name. This is typically done via the window manager.
 
void SetWMSize(UInt_t w, UInt_t h)
Give the window manager a window size hint.
 
void SetWindowName(const char *name=nullptr) override
Set window name. This is typically done via the window manager.
 
Bool_t HandleKey(Event_t *event) override
Handle keyboard events.
 
TGClient * fClient
Connection to display server.
 
A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc.
 
Yield an action as soon as it is clicked.
 
A TGTextEntry is a one line text input widget.
 
Defines transient windows that typically are used for dialogs windows.
 
virtual void CenterOnParent(Bool_t croot=kTRUE, EPlacement pos=kCenter)
Position transient frame centered relative to the parent frame.
 
ROOT GUI Window base class.
 
@ kEditDisable
disable edit of this window
 
void Add(TObject *obj) override
 
void Delete(Option_t *option="") override
Remove all objects from the list AND delete all heap based objects.
 
Collectable string class.
 
Mother of all ROOT objects.
 
virtual TClass * IsA() const
 
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.
 
A TRootDialog is used to prompt for the arguments of an object's member function.
 
TGLayoutHints * fL2
text entry layout
 
TGLayoutHints * fL1
label layout
 
void CloseWindow() override
Called when closed via window manager action.
 
virtual void Add(const char *argname, const char *value, const char *type)
Add a label and text input field.
 
TRootDialog(TRootContextMenu *cmenu=nullptr, const TGWindow *main=nullptr, const char *title="ROOT Dialog", Bool_t okB=kTRUE, Bool_t cancelB=kTRUE, Bool_t applyB=kFALSE, Bool_t helpB=kTRUE)
Create a method argument prompt dialog.
 
Bool_t fHelp
if true show Online Help button
 
virtual const char * GetParameters()
Get parameter string (called by contextmenu after OK or Apply has been selected).
 
void TabPressed()
Handle Tab keyboard navigation in this dialog.
 
Bool_t fCancel
if true show Cancel button
 
~TRootDialog() override
Delete the dialog.
 
Bool_t fApply
if true show Apply button
 
TList * fWidgets
label and text field widgets created in dialog
 
virtual void Popup()
Popup dialog.
 
Bool_t fOk
if true show OK button
 
TRootContextMenu * fMenu
associated context menu
 
Bool_t HandleKey(Event_t *event) override
The key press event handler in this dialog.
 
void Clear()
Clear string without changing its capacity.
 
const char * Data() const
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
Short_t Max(Short_t a, Short_t b)
Returns the largest of a and b.