ROOT
6.06/09
Reference Guide
|
Definition at line 59 of file TQRootDialog.h.
Public Slots | |
void | Receive () |
void | ExecuteMethod () |
Execute ROOT methods. More... | |
Public Member Functions | |
TQRootDialog (QWidget *parent, const char *name, Qt::WFlags f=0, TObject *obj=0, TMethod *meth=0) | |
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 | |
QVBox * | fArgBox |
QLineEdit * | fLineEdit |
TObject * | fCurObj |
TMethod * | fCurMethod |
TCanvas * | fCurCanvas |
QWidget * | fParent |
QList< QLineEdit > | fList |
Private Member Functions | |
TQRootDialog (const TQRootDialog &) | |
TQRootDialog & | operator= (const TQRootDialog &) |
#include <TQRootDialog.h>
|
private |
TQRootDialog::TQRootDialog | ( | QWidget * | parent, |
const char * | name, | ||
Qt::WFlags | f = 0 , |
||
TObject * | obj = 0 , |
||
TMethod * | meth = 0 |
||
) |
|
virtual |
dtor
Definition at line 128 of file TQRootDialog.cxx.
void TQRootDialog::Add | ( | const char * | argname, |
const char * | value, | ||
const char * | type | ||
) |
Add widgets for arguments.
Definition at line 143 of file TQRootDialog.cxx.
Referenced by TQCanvasMenu::Dialog().
|
protected |
Handle close event.
Definition at line 168 of file TQRootDialog.cxx.
|
slot |
|
private |
void TQRootDialog::Popup | ( | ) |
Show the dialog.
Definition at line 160 of file TQRootDialog.cxx.
Referenced by TQCanvasMenu::Dialog().
|
inlineslot |
Definition at line 77 of file TQRootDialog.h.
Definition at line 74 of file TQRootDialog.h.
Referenced by TQCanvasMenu::Dialog().
|
protected |
Definition at line 82 of file TQRootDialog.h.
|
protected |
Definition at line 86 of file TQRootDialog.h.
Referenced by SetTCanvas().
|
protected |
Definition at line 85 of file TQRootDialog.h.
|
protected |
Definition at line 84 of file TQRootDialog.h.
|
protected |
Definition at line 83 of file TQRootDialog.h.
|
protected |
Definition at line 91 of file TQRootDialog.h.
|
protected |
Definition at line 87 of file TQRootDialog.h.