Fabcoin Core
0.16.2
P2P Digital Currency
|
The ABIParamsField class List of parameters for contract function. More...
#include <abiparamsfield.h>
Public Member Functions | |
ABIParamsField (const PlatformStyle *platformStyle, QWidget *parent=0) | |
ABIParamsField Constructor. More... | |
void | updateParamsField (const FunctionABI &function) |
updateParamsField Populate the GUI control with function parameters More... | |
QStringList | getParamValue (int paramID) |
getParamValue Get the value of a specific parameter More... | |
QList< QStringList > | getParamsValues () |
getParamsValues Get the values of the whole list of input parameters More... | |
bool | isValid () |
Private Attributes | |
QVBoxLayout * | m_mainLayout |
QList< ABIParam * > | m_listParams |
const PlatformStyle * | m_platfromStyle |
The ABIParamsField class List of parameters for contract function.
Definition at line 16 of file abiparamsfield.h.
|
explicit |
ABIParamsField Constructor.
parent | Parent windows of the GUI control |
Definition at line 7 of file abiparamsfield.cpp.
QList< QStringList > ABIParamsField::getParamsValues | ( | ) |
getParamsValues Get the values of the whole list of input parameters
Definition at line 39 of file abiparamsfield.cpp.
QStringList ABIParamsField::getParamValue | ( | int | paramID | ) |
getParamValue Get the value of a specific parameter
paramID | Number of the parameter into the input list (0, 1, ...) |
Definition at line 33 of file abiparamsfield.cpp.
bool ABIParamsField::isValid | ( | ) |
Definition at line 49 of file abiparamsfield.cpp.
void ABIParamsField::updateParamsField | ( | const FunctionABI & | function | ) |
updateParamsField Populate the GUI control with function parameters
function | Contract function interface |
Definition at line 17 of file abiparamsfield.cpp.
|
private |
Definition at line 53 of file abiparamsfield.h.
|
private |
Definition at line 52 of file abiparamsfield.h.
|
private |
Definition at line 54 of file abiparamsfield.h.