Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
addressbooktests.cpp File Reference
#include <qt/test/addressbooktests.h>
#include <qt/test/util.h>
#include <test/util/setup_common.h>
#include <interfaces/chain.h>
#include <interfaces/node.h>
#include <qt/addressbookpage.h>
#include <qt/clientmodel.h>
#include <qt/editaddressdialog.h>
#include <qt/optionsmodel.h>
#include <qt/platformstyle.h>
#include <qt/qvalidatedlineedit.h>
#include <qt/walletmodel.h>
#include <key.h>
#include <key_io.h>
#include <wallet/wallet.h>
#include <wallet/test/util.h>
#include <walletinitinterface.h>
#include <chrono>
#include <QApplication>
#include <QLineEdit>
#include <QMessageBox>
#include <QTableView>
#include <QTimer>
Include dependency graph for addressbooktests.cpp:

Go to the source code of this file.

Classes

struct  WalletContext

Functions

bool AddWallet (WalletContext &context, const std::shared_ptr< CWallet > &wallet)
std::unique_ptr< WalletDatabase > CreateMockableWalletDatabase (MockableData records)
bool RemoveWallet (WalletContext &context, const std::shared_ptr< CWallet > &wallet, std::optional< bool > load_on_start, std::vector< bilingual_str > &warnings)

Function Documentation

◆ AddWallet()

bool wallet::AddWallet ( WalletContext & context,
const std::shared_ptr< CWallet > & wallet )

Definition at line 151 of file wallet.cpp.

Here is the caller graph for this function:

◆ CreateMockableWalletDatabase()

std::unique_ptr< WalletDatabase > wallet::CreateMockableWalletDatabase ( MockableData records = {})

Definition at line 211 of file util.cpp.

◆ RemoveWallet()

bool wallet::RemoveWallet ( WalletContext & context,
const std::shared_ptr< CWallet > & wallet,
std::optional< bool > load_on_start,
std::vector< bilingual_str > & warnings )

Definition at line 163 of file wallet.cpp.

Here is the caller graph for this function: