Fabcoin Core
0.16.2
P2P Digital Currency
|
The ABIParam class ABI parameter widget. More...
#include <abiparam.h>
Public Slots | |
void | addNewParamItem (int position) |
void | removeParamItem (int position) |
Public Member Functions | |
ABIParam (const PlatformStyle *platformStyle, int ID, const ParameterABI ¶m, QWidget *parent=0) | |
ABIParam Constructor. More... | |
QStringList | getValue () |
getValue Get the value of the parameter More... | |
bool | isValid () |
void | updateParamItemsPosition () |
Private Attributes | |
int | m_ParamID |
QLabel * | m_paramName |
QHBoxLayout * | m_mainLayout |
QVBoxLayout * | m_paramItemsLayout |
ParameterABI | m_param |
QList< ABIParamItem * > | m_listParamItems |
const PlatformStyle * | m_platformStyle |
QSpacerItem * | m_vSpacer |
QSpacerItem * | m_hSpacer |
The ABIParam class ABI parameter widget.
Definition at line 16 of file abiparam.h.
|
explicit |
ABIParam Constructor.
ID | Id if the parameter |
name | Name of the parameter |
parent | Parent windows for the GUI control |
Definition at line 9 of file abiparam.cpp.
|
slot |
Definition at line 110 of file abiparam.cpp.
QStringList ABIParam::getValue | ( | ) |
getValue Get the value of the parameter
Definition at line 80 of file abiparam.cpp.
bool ABIParam::isValid | ( | ) |
Definition at line 91 of file abiparam.cpp.
|
slot |
Definition at line 135 of file abiparam.cpp.
void ABIParam::updateParamItemsPosition | ( | ) |
|
private |
Definition at line 52 of file abiparam.h.
|
private |
Definition at line 49 of file abiparam.h.
|
private |
Definition at line 46 of file abiparam.h.
|
private |
Definition at line 48 of file abiparam.h.
|
private |
Definition at line 44 of file abiparam.h.
|
private |
Definition at line 47 of file abiparam.h.
|
private |
Definition at line 45 of file abiparam.h.
|
private |
Definition at line 50 of file abiparam.h.
|
private |
Definition at line 51 of file abiparam.h.