#include <contactsdropdown.h>
|
| void | contactSelected (QString address, QString label) |
| |
| void | message (const QString &title, const QString &body, unsigned int style, bool *ret=nullptr) |
| |
| void | showHide (bool show) |
| |
| bool | execDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
| |
|
| | ContactsDropdown (int minWidth, int minHeight, PWidget *parent=nullptr) |
| |
| | ContactsDropdown (int minWidth, int minHeight, PIVXGUI *_window=nullptr, QWidget *parent=nullptr) |
| |
| void | resizeList (int minWidth, int mintHeight) |
| |
| void | setWalletModel (WalletModel *_model, const QStringList &type) |
| |
| void | setType (const QStringList &type) |
| |
| void | changeTheme (bool isLightTheme, QString &theme) override |
| |
| | PWidget (PIVXGUI *_window=nullptr, QWidget *parent=nullptr) |
| |
| | PWidget (PWidget *parent=nullptr) |
| |
| void | setClientModel (ClientModel *model) |
| |
| void | setWalletModel (WalletModel *model) |
| |
| PIVXGUI * | getWindow () |
| |
| void | run (int type) override |
| |
| void | onError (QString error, int type) override |
| |
| void | inform (const QString &message) |
| |
| void | emitMessage (const QString &title, const QString &message, unsigned int style, bool *ret=nullptr) |
| |
| QString | translate (const char *msg) override |
| |
|
| void | init (int minWidth, int minHeight) |
| |
Definition at line 27 of file contactsdropdown.h.
◆ ContactsDropdown() [1/2]
| ContactsDropdown::ContactsDropdown |
( |
int |
minWidth, |
|
|
int |
minHeight, |
|
|
PWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ContactsDropdown() [2/2]
| ContactsDropdown::ContactsDropdown |
( |
int |
minWidth, |
|
|
int |
minHeight, |
|
|
PIVXGUI * |
_window = nullptr, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
◆ changeTheme()
| void ContactsDropdown::changeTheme |
( |
bool |
isLightTheme, |
|
|
QString & |
theme |
|
) |
| |
|
overridevirtual |
◆ contactSelected
| void ContactsDropdown::contactSelected |
( |
QString |
address, |
|
|
QString |
label |
|
) |
| |
|
signal |
◆ handleClick
| void ContactsDropdown::handleClick |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ init()
| void ContactsDropdown::init |
( |
int |
minWidth, |
|
|
int |
minHeight |
|
) |
| |
|
private |
◆ resizeList()
| void ContactsDropdown::resizeList |
( |
int |
minWidth, |
|
|
int |
mintHeight |
|
) |
| |
◆ setType()
| void ContactsDropdown::setType |
( |
const QStringList & |
type | ) |
|
◆ setWalletModel()
| void ContactsDropdown::setWalletModel |
( |
WalletModel * |
_model, |
|
|
const QStringList & |
type |
|
) |
| |
◆ delegate
◆ filter
◆ frameList
| QFrame* ContactsDropdown::frameList |
|
private |
◆ list
| QListView* ContactsDropdown::list |
|
private |
◆ model
The documentation for this class was generated from the following files: