Bitcoin ABC 0.26.3
P2P Digital Currency
|
Interface from Qt to configuration data structure for Bitcoin client. More...
#include <optionsmodel.h>
Public Types | |
enum | OptionID { StartAtStartup , HideTrayIcon , MinimizeToTray , MapPortUPnP , MapPortNatpmp , MinimizeOnClose , ProxyUse , ProxyIP , ProxyPort , ProxyUseTor , ProxyIPTor , ProxyPortTor , DisplayUnit , ThirdPartyTxUrls , Language , CoinControlFeatures , ThreadsScriptVerif , Prune , PruneSize , DatabaseCache , SpendZeroConfChange , Listen , OptionIDRowCount } |
Signals | |
void | displayUnitChanged (int unit) |
void | coinControlFeaturesChanged (bool) |
void | hideTrayIconChanged (bool) |
Private Member Functions | |
void | addOverriddenOption (const std::string &option) |
void | checkAndMigrate () |
Interface from Qt to configuration data structure for Bitcoin client.
To Qt, the options are presented as a list with the different options laid out vertically. This can be changed to a tree once the settings become sufficiently complex.
Definition at line 48 of file optionsmodel.h.
Definition at line 55 of file optionsmodel.h.
|
private |
Definition at line 39 of file optionsmodel.cpp.
|
private |
Definition at line 583 of file optionsmodel.cpp.
|
override |
|
inline |
Definition at line 100 of file optionsmodel.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 101 of file optionsmodel.h.
bool OptionsModel::getProxySettings | ( | QNetworkProxy & | proxy | ) | const |
|
inline |
Definition at line 98 of file optionsmodel.h.
Definition at line 46 of file optionsmodel.cpp.
bool OptionsModel::isRestartRequired | ( | ) | const |
Definition at line 578 of file optionsmodel.cpp.
|
inline |
Definition at line 113 of file optionsmodel.h.
void OptionsModel::Reset | ( | ) |
Definition at line 234 of file optionsmodel.cpp.
|
override |
Definition at line 259 of file optionsmodel.cpp.
|
override |
Updates current unit in memory, settings and emits displayUnitChanged(newUnit) signal.
Definition at line 545 of file optionsmodel.cpp.
|
inline |
Definition at line 117 of file optionsmodel.h.
Definition at line 298 of file optionsmodel.cpp.
Definition at line 313 of file optionsmodel.cpp.
Definition at line 573 of file optionsmodel.cpp.
|
private |
Definition at line 131 of file optionsmodel.h.
|
private |
Definition at line 125 of file optionsmodel.h.
|
private |
Definition at line 127 of file optionsmodel.h.
|
private |
Definition at line 126 of file optionsmodel.h.
|
private |
Definition at line 128 of file optionsmodel.h.
|
private |
Definition at line 123 of file optionsmodel.h.
|
private |
Definition at line 129 of file optionsmodel.h.
|
private |
Definition at line 133 of file optionsmodel.h.
|
private |
Definition at line 130 of file optionsmodel.h.