#include <exportcsv.h>
|
| 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) |
| |
| virtual void | changeTheme (bool isLightTheme, QString &theme) |
| |
| void | onChangeTheme (bool isLightTheme, QString &theme) |
| |
| virtual void | loadClientModel () |
| |
| virtual void | loadWalletModel () |
| |
| void | showHideOp (bool show) |
| |
| bool | execute (int type, std::unique_ptr< WalletModel::UnlockContext > pctx=nullptr) |
| |
| void | warn (const QString &title, const QString &message) |
| |
| bool | ask (const QString &title, const QString &message) |
| |
| void | showDialog (QDialog *dialog, int xDiv=3, int yDiv=5) |
| |
| PIVXGUI * | window = nullptr |
| |
| ClientModel * | clientModel = nullptr |
| |
| WalletModel * | walletModel = nullptr |
| |
Definition at line 17 of file exportcsv.h.
◆ SettingsExportCSV()
| SettingsExportCSV::SettingsExportCSV |
( |
PIVXGUI * |
_window, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~SettingsExportCSV()
| SettingsExportCSV::~SettingsExportCSV |
( |
| ) |
|
◆ exportAddrs
| void SettingsExportCSV::exportAddrs |
( |
const QString & |
filename | ) |
|
|
privateslot |
◆ exportTxes
| void SettingsExportCSV::exportTxes |
( |
const QString & |
filename | ) |
|
|
privateslot |
◆ selectFileOutput
| void SettingsExportCSV::selectFileOutput |
( |
const bool |
isTxExport | ) |
|
|
privateslot |
◆ addressFilter
| QSortFilterProxyModel* SettingsExportCSV::addressFilter {nullptr} |
|
private |
◆ txFilter
◆ ui
| Ui::SettingsExportCSV* SettingsExportCSV::ui |
|
private |
The documentation for this class was generated from the following files: