#include <tqrootdialog.h>
Public Slots | |
void | receive () |
void | executeMethod () |
void | executeMethod1 () |
Public Methods | |
TQRootDialog (QWidget *parent, const char *name, WFlags f=0, TObject *obj=0, TMethod *meth=0) | |
~TQRootDialog () | |
void | add (const char *argname, const char *value, const char *type) |
void | popup () |
void | setTCanvas (TCanvas *aCanvas) |
Protected Methods | |
void | closeEvent (QCloseEvent *ce) |
Protected Attributes | |
QVBox * | fArgBox |
QLineEdit * | fLineEdit |
QPtrList< QLineEdit > | aList |
TObject * | fCurObj |
TObject * | fPrevObj |
TMethod * | fCurMethod |
TMethod * | fPrevMethod |
TCanvas * | fCurCanvas |
QWidget * | fParent |
A TQRootDialog is used to prompt for the arguments of an object's member function. It is called by the TQCanvasMenu class
Definition at line 56 of file tqrootdialog.h.
|
Definition at line 86 of file tqrootdialog.cpp. References executeMethod(), fArgBox, fCurMethod, fCurObj, fLineEdit, fParent, fPrevMethod, and fPrevObj. |
|
Definition at line 64 of file tqrootdialog.h. |
|
Definition at line 302 of file tqrootdialog.cpp. References aList, fArgBox, and fLineEdit. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 325 of file tqrootdialog.cpp. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 74 of file tqrootdialog.h. References fCurCanvas. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 77 of file tqrootdialog.h. References executeMethod(). |
|
Definition at line 123 of file tqrootdialog.cpp. References aList, fCurMethod, fCurObj, and fParent. Referenced by receive(), and TQRootDialog(). |
|
Definition at line 192 of file tqrootdialog.cpp. References aList, fCurMethod, fCurObj, fPrevMethod, and fPrevObj. |
|
Definition at line 329 of file tqrootdialog.cpp. |
|
Definition at line 85 of file tqrootdialog.h. Referenced by add(), TQRootDialog(), and ~TQRootDialog(). |
|
Definition at line 86 of file tqrootdialog.h. Referenced by add(), TQRootDialog(), and ~TQRootDialog(). |
|
Definition at line 87 of file tqrootdialog.h. Referenced by add(), executeMethod(), executeMethod1(), and ~TQRootDialog(). |
|
Definition at line 88 of file tqrootdialog.h. Referenced by executeMethod(), executeMethod1(), and TQRootDialog(). |
|
Definition at line 88 of file tqrootdialog.h. Referenced by executeMethod1(), and TQRootDialog(). |
|
Definition at line 89 of file tqrootdialog.h. Referenced by executeMethod(), executeMethod1(), and TQRootDialog(). |
|
Definition at line 89 of file tqrootdialog.h. Referenced by executeMethod1(), and TQRootDialog(). |
|
Definition at line 90 of file tqrootdialog.h. Referenced by setTCanvas(). |
|
Definition at line 91 of file tqrootdialog.h. Referenced by executeMethod(), and TQRootDialog(). |