#include <QRootDialog.h>
Public Member Functions | |
| QRootDialog () | |
| void | addArg (const char *argname, const char *value, const char *type) |
| QString | getArg (int n) |
Protected Attributes | |
| QVBoxLayout * | argLayout |
| QVector< QLineEdit * > | fArgs |
A QRootDialog is used to prompt for the arguments of an object's member function. It is called by the QRootCanvas class
Definition at line 49 of file QRootDialog.h.
| QRootDialog::QRootDialog | ( | ) |
Definition at line 36 of file QRootDialog.cpp.
References argLayout.
| void QRootDialog::addArg | ( | const char * | argname, | |
| const char * | value, | |||
| const char * | type | |||
| ) |
Definition at line 63 of file QRootDialog.cpp.
References argLayout, and fArgs.
Referenced by QRootCanvas::methodDialog().
| QString QRootDialog::getArg | ( | int | n | ) |
Definition at line 77 of file QRootDialog.cpp.
References fArgs.
Referenced by QRootCanvas::methodDialog().
QVBoxLayout* QRootDialog::argLayout [protected] |
Definition at line 60 of file QRootDialog.h.
Referenced by addArg(), and QRootDialog().
QVector<QLineEdit*> QRootDialog::fArgs [protected] |
Definition at line 62 of file QRootDialog.h.
1.7.1