Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <abiparamitem.h>
Public Slots | |
void | on_addItemClicked () |
void | on_removeItemClicked () |
Signals | |
void | on_addItemClicked (int position) |
void | on_removeItemClicked (int position) |
Public Member Functions | |
ABIParamItem (const PlatformStyle *platformStyle, const ParameterABI ¶m, QWidget *parent=0) | |
QString | getValue () |
void | setFixed (bool isFixed) |
int | getPosition () const |
void | setPosition (int position) |
bool | getIsDeleted () const |
void | setIsDeleted (bool isLast) |
bool | isValid () |
Private Attributes | |
QToolButton * | m_buttonAdd |
QToolButton * | m_buttonRemove |
QValidatedLineEdit * | m_itemValue |
int | m_position |
bool | m_isDeleted |
Definition at line 11 of file abiparamitem.h.
|
explicit |
bool ABIParamItem::getIsDeleted | ( | ) | const |
Definition at line 77 of file abiparamitem.cpp.
int ABIParamItem::getPosition | ( | ) | const |
Definition at line 57 of file abiparamitem.cpp.
QString ABIParamItem::getValue | ( | ) |
Definition at line 46 of file abiparamitem.cpp.
bool ABIParamItem::isValid | ( | ) |
|
signal |
Definition at line 142 of file moc_abiparamitem.cpp.
|
slot |
|
signal |
Definition at line 149 of file moc_abiparamitem.cpp.
|
slot |
void ABIParamItem::setFixed | ( | bool | isFixed | ) |
void ABIParamItem::setIsDeleted | ( | bool | isLast | ) |
void ABIParamItem::setPosition | ( | int | position | ) |
Definition at line 62 of file abiparamitem.cpp.
|
private |
Definition at line 38 of file abiparamitem.h.
|
private |
Definition at line 39 of file abiparamitem.h.
|
private |
Definition at line 42 of file abiparamitem.h.
|
private |
Definition at line 40 of file abiparamitem.h.
|
private |
Definition at line 41 of file abiparamitem.h.