Specialized dialog to enter arguments for method exection.
Definition at line 28 of file QRootMethodDialog.h.
Signals | |
| void | MenuCommandExecuted (TObject *obj, const char *method_name) |
Public Member Functions | |
| QRootMethodDialog () | |
| Create method dialog. | |
| void | addArg (const char *argname, const char *value, const char *type) |
| Add argument. | |
| QString | getArg (int n) |
| Get argument value. | |
| void | methodDialog (TContextMenu *menu, TObject *object, TFunction *func) |
| Run method dialog. | |
Protected Attributes | |
| QVBoxLayout * | argLayout {nullptr} |
| QVector< QLineEdit * > | fArgs |
#include </github/home/ROOT-CI/src/gui/qt6canvas/src/QRootMethodDialog.h>
| QRootMethodDialog::QRootMethodDialog | ( | ) |
Create method dialog.
Definition at line 44 of file QRootMethodDialog.cpp.
Add argument.
Definition at line 74 of file QRootMethodDialog.cpp.
| QString QRootMethodDialog::getArg | ( | int | n | ) |
Get argument value.
Definition at line 91 of file QRootMethodDialog.cpp.
| void QRootMethodDialog::methodDialog | ( | TContextMenu * | menu, |
| TObject * | object, | ||
| TFunction * | func ) |
Run method dialog.
Definition at line 101 of file QRootMethodDialog.cpp.
|
protected |
Definition at line 44 of file QRootMethodDialog.h.
Definition at line 46 of file QRootMethodDialog.h.