#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) |
void | SetCanMenu (TQCanvasMenu *menu) |
Protected Member Functions | |
void | closeEvent (QCloseEvent *ce) |
Protected Attributes | |
QVBox * | fArgBox |
QPtrList< QLineEdit > | aList |
TObject * | fCurObj |
TObject * | fPrevObj |
TMethod * | fCurMethod |
TMethod * | fPrevMethod |
TCanvas * | fCurCanvas |
QWidget * | fParent |
TQCanvasMenu * | fMenu |
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 54 of file tqrootdialog.h.
|
Definition at line 86 of file tqrootdialog.cpp. References executeMethod(), fArgBox, fCurMethod, fCurObj, fMenu, fParent, fPrevMethod, and fPrevObj. |
|
Definition at line 121 of file tqrootdialog.cpp. |
|
Definition at line 213 of file tqrootdialog.cpp. References aList, and fArgBox. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 230 of file tqrootdialog.cpp. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 65 of file tqrootdialog.h. References fCurCanvas. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 66 of file tqrootdialog.h. References fMenu. Referenced by TQCanvasMenu::dialog(). |
|
Definition at line 127 of file tqrootdialog.cpp. References executeMethod(). |
|
Definition at line 132 of file tqrootdialog.cpp. References aList, TQCanvasMenu::EmitMenuCommandExecuted(), fCurCanvas, fCurMethod, fCurObj, fMenu, fParent, l, and TRUE. Referenced by receive(), and TQRootDialog(). |
|
Definition at line 236 of file tqrootdialog.cpp. |
|
Definition at line 76 of file tqrootdialog.h. Referenced by add(), TQRootDialog(), and ~TQRootDialog(). |
|
Definition at line 77 of file tqrootdialog.h. Referenced by add(), executeMethod(), and ~TQRootDialog(). |
|
Definition at line 78 of file tqrootdialog.h. Referenced by executeMethod(), and TQRootDialog(). |
|
Definition at line 79 of file tqrootdialog.h. Referenced by TQRootDialog(). |
|
Definition at line 80 of file tqrootdialog.h. Referenced by executeMethod(), and TQRootDialog(). |
|
Definition at line 81 of file tqrootdialog.h. Referenced by TQRootDialog(). |
|
Definition at line 82 of file tqrootdialog.h. Referenced by executeMethod(), and setTCanvas(). |
|
Definition at line 83 of file tqrootdialog.h. Referenced by executeMethod(), and TQRootDialog(). |
|
Definition at line 84 of file tqrootdialog.h. Referenced by executeMethod(), SetCanMenu(), and TQRootDialog(). |