Simple wrapper around some TG dialogs.
More...
#include <Dialog.h>
|
| Dialog (const TGWindow *window, const TGWindow *main) |
|
| ~Dialog () |
|
std::string | SelectFile (EFileDialogMode dlg_type=kFDOpen, std::string inidir=".", std::string inifilename="") |
|
void | SetText (std::string title, std::string text, UInt_t w=600, UInt_t h=300) |
|
std::string | IniDir () |
|
std::string | GetInput (std::string prompt, std::string defstr="") |
|
Simple wrapper around some TG dialogs.
Definition at line 15 of file Dialog.h.
Dialog::Dialog |
( |
const TGWindow * |
window, |
|
|
const TGWindow * |
main |
|
) |
| |
string Dialog::GetInput |
( |
std::string |
prompt, |
|
|
std::string |
defstr = "" |
|
) |
| |
string Dialog::IniDir |
( |
| ) |
|
string Dialog::SelectFile |
( |
EFileDialogMode |
dlg_type = kFDOpen , |
|
|
std::string |
inidir = "." , |
|
|
std::string |
inifilename = "" |
|
) |
| |
void Dialog::SetText |
( |
std::string |
title, |
|
|
std::string |
text, |
|
|
UInt_t |
w = 600 , |
|
|
UInt_t |
h = 300 |
|
) |
| |
The documentation for this class was generated from the following files: