#include <TQRootDialog.h>
Public Slots | |
| void | Receive () |
| void | ExecuteMethod () |
Public Member Functions | |
| TQRootDialog (QWidget *parent, const char *name, WFlags f=0, TObject *obj=0, TMethod *meth=0) | |
| virtual | ~TQRootDialog () |
| void | Add (const char *argname, const char *value, const char *type) |
| void | Popup () |
| void | SetTCanvas (TCanvas *aCanvas) |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *ce) |
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 &) |
Definition at line 59 of file TQRootDialog.h.
| TQRootDialog::TQRootDialog | ( | const TQRootDialog & | ) | [private] |
| TQRootDialog::TQRootDialog | ( | QWidget * | parent, | |
| const char * | name, | |||
| WFlags | f = 0, |
|||
| TObject * | obj = 0, |
|||
| TMethod * | meth = 0 | |||
| ) |
| TQRootDialog::~TQRootDialog | ( | ) | [virtual] |
| TQRootDialog& TQRootDialog::operator= | ( | const TQRootDialog & | ) | [private] |
| void TQRootDialog::Add | ( | const char * | argname, | |
| const char * | value, | |||
| const char * | type | |||
| ) |
Definition at line 137 of file TQRootDialog.cxx.
References fArgBox, fLineEdit, fList, and s.
Referenced by TQCanvasMenu::Dialog().
| void TQRootDialog::Popup | ( | ) |
| void TQRootDialog::SetTCanvas | ( | TCanvas * | aCanvas | ) | [inline] |
Definition at line 74 of file TQRootDialog.h.
References fCurCanvas.
Referenced by TQCanvasMenu::Dialog().
| void TQRootDialog::Receive | ( | ) | [inline, slot] |
| void TQRootDialog::ExecuteMethod | ( | ) | [slot] |
Definition at line 56 of file TQRootDialog.cxx.
References TObject::Execute(), fCurMethod, fCurObj, fList, fParent, TMethod::GetListOfMethodArgs(), TROOT::GetSelectedPad(), gPad, gROOT, kFALSE, kTRUE, l, TSeqCollection::LastIndex(), TVirtualPad::Modified(), s, TROOT::SetSelectedPad(), t, TVirtualPad::Update(), and value.
Referenced by Receive().
| void TQRootDialog::closeEvent | ( | QCloseEvent * | ce | ) | [protected] |
Definition at line 160 of file TQRootDialog.cxx.
QVBox* TQRootDialog::fArgBox [protected] |
QLineEdit* TQRootDialog::fLineEdit [protected] |
TObject* TQRootDialog::fCurObj [protected] |
TMethod* TQRootDialog::fCurMethod [protected] |
TCanvas* TQRootDialog::fCurCanvas [protected] |
QWidget* TQRootDialog::fParent [protected] |
QList<QLineEdit> TQRootDialog::fList [protected] |
Definition at line 91 of file TQRootDialog.h.
Referenced by Add(), ExecuteMethod(), and ~TQRootDialog().
1.5.1