Dialog that let the user choose setup parameters for functions. More...
#include <FunctionParametersDialog.h>
Public Member Functions | |
FunctionParametersDialog (const QString &name, const std::vector< unsigned > ¶meters) | |
Create a dialog for function name with initial parameters vector. | |
std::vector< unsigned > | getParameters () const |
Write the result of this dialog in parameters. | |
Private Slots | |
void | addParameter () |
void | argumentSelectionChanged () |
void | cellClicked (int row, int column) |
void | deleteParameter () |
Private Member Functions | |
void | addEntry (int value) |
Add a new entry in the parameter table with a specific value. | |
Private Attributes | |
QPushButton * | addParameterButton |
QPushButton * | delParameterButton |
QTableWidget * | parametersTable |
SpinBoxDelegate | spinBoxDelegate |
Dialog that let the user choose setup parameters for functions.
Definition at line 17 of file FunctionParametersDialog.h.
QPushButton* Aseba::FunctionParametersDialog::addParameterButton [private] |
Definition at line 39 of file FunctionParametersDialog.h.
QPushButton* Aseba::FunctionParametersDialog::delParameterButton [private] |
Definition at line 40 of file FunctionParametersDialog.h.
QTableWidget* Aseba::FunctionParametersDialog::parametersTable [private] |
Definition at line 38 of file FunctionParametersDialog.h.
Definition at line 37 of file FunctionParametersDialog.h.