ROOT 6.16/01 Reference Guide |
Definition at line 32 of file TQRootDialog.h.
Public Slots | |
void | ExecuteMethod () |
Execute ROOT methods. More... | |
void | Receive () |
Public Member Functions | |
TQRootDialog (QWidget *parent, const QString &title, TObject *obj=nullptr, TMethod *method=nullptr) | |
ctor More... | |
virtual | ~TQRootDialog () |
dtor More... | |
void | Add (const char *argname, const char *value, const char *type) |
Add widgets for arguments. More... | |
void | Popup () |
Show the dialog. More... | |
void | SetTCanvas (TCanvas *aCanvas) |
Protected Member Functions | |
void | closeEvent (QCloseEvent *ce) |
Handle close event. More... | |
Protected Attributes | |
TCanvas * | fCurCanvas |
TMethod * | fCurMethod |
TObject * | fCurObj |
QLineEdit * | fLineEdit |
QList< QLineEdit * > | fList |
QWidget * | fParent |
Private Member Functions | |
TQRootDialog (const TQRootDialog &) | |
TQRootDialog & | operator= (const TQRootDialog &) |
#include <TQRootDialog.h>
|
private |
TQRootDialog::TQRootDialog | ( | QWidget * | parent, |
const QString & | title, | ||
TObject * | obj = nullptr , |
||
TMethod * | method = nullptr |
||
) |
ctor
Definition at line 29 of file TQRootDialog.cxx.
|
virtual |
dtor
Definition at line 55 of file TQRootDialog.cxx.
void TQRootDialog::Add | ( | const char * | argname, |
const char * | value, | ||
const char * | type | ||
) |
Add widgets for arguments.
Definition at line 105 of file TQRootDialog.cxx.
|
protected |
Handle close event.
Definition at line 130 of file TQRootDialog.cxx.
|
slot |
Execute ROOT methods.
Definition at line 65 of file TQRootDialog.cxx.
|
private |
void TQRootDialog::Popup | ( | ) |
Show the dialog.
Definition at line 122 of file TQRootDialog.cxx.
|
inlineslot |
Definition at line 50 of file TQRootDialog.h.
Definition at line 47 of file TQRootDialog.h.
|
protected |
Definition at line 58 of file TQRootDialog.h.
|
protected |
Definition at line 57 of file TQRootDialog.h.
|
protected |
Definition at line 56 of file TQRootDialog.h.
|
protected |
Definition at line 55 of file TQRootDialog.h.
|
protected |
Definition at line 60 of file TQRootDialog.h.
|
protected |
Definition at line 59 of file TQRootDialog.h.