![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Interface from Qt to configuration data structure for Bitcoin client. More...
#include <optionsmodel.h>
Public Types | |
enum | OptionID { StartAtStartup, MinimizeToTray, MapPortUPnP, MinimizeOnClose, ProxyUse, ProxyIP, ProxyPort, ProxySocksVersion, Fee, DisplayUnit, DisplayAddresses, Language, CoinControlFeatures, OptionIDRowCount } |
Signals | |
void | displayUnitChanged (int unit) |
void | transactionFeeChanged (qint64) |
void | coinControlFeaturesChanged (bool) |
Public Member Functions | |
OptionsModel (QObject *parent=0) | |
void | Init () |
void | Reset () |
bool | Upgrade () |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
qint64 | getTransactionFee () |
bool | getMinimizeToTray () |
bool | getMinimizeOnClose () |
int | getDisplayUnit () |
bool | getDisplayAddresses () |
QString | getLanguage () |
bool | getCoinControlFeatures () |
Private Attributes | |
int | nDisplayUnit |
bool | bDisplayAddresses |
bool | fMinimizeToTray |
bool | fMinimizeOnClose |
QString | language |
bool | fCoinControlFeatures |
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 12 of file optionsmodel.h.
Enumerator | |
---|---|
StartAtStartup | |
MinimizeToTray | |
MapPortUPnP | |
MinimizeOnClose | |
ProxyUse | |
ProxyIP | |
ProxyPort | |
ProxySocksVersion | |
Fee | |
DisplayUnit | |
DisplayAddresses | |
Language | |
CoinControlFeatures | |
OptionIDRowCount |
Definition at line 19 of file optionsmodel.h.
|
explicit |
Definition at line 10 of file optionsmodel.cpp.
|
signal |
QVariant OptionsModel::data | ( | const QModelIndex & | index, |
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 148 of file optionsmodel.cpp.
|
signal |
bool OptionsModel::getCoinControlFeatures | ( | ) |
Definition at line 304 of file optionsmodel.cpp.
|
inline |
Definition at line 51 of file optionsmodel.h.
|
inline |
Definition at line 50 of file optionsmodel.h.
|
inline |
Definition at line 52 of file optionsmodel.h.
|
inline |
Definition at line 49 of file optionsmodel.h.
|
inline |
Definition at line 48 of file optionsmodel.h.
qint64 OptionsModel::getTransactionFee | ( | ) |
Definition at line 299 of file optionsmodel.cpp.
void OptionsModel::Init | ( | ) |
Definition at line 40 of file optionsmodel.cpp.
void OptionsModel::Reset | ( | ) |
Definition at line 65 of file optionsmodel.cpp.
int OptionsModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 143 of file optionsmodel.cpp.
bool OptionsModel::setData | ( | const QModelIndex & | index, |
const QVariant & | value, | ||
int | role = Qt::EditRole |
||
) |
Definition at line 209 of file optionsmodel.cpp.
|
signal |
bool OptionsModel::Upgrade | ( | ) |
Definition at line 83 of file optionsmodel.cpp.
|
private |
Definition at line 57 of file optionsmodel.h.
|
private |
Definition at line 61 of file optionsmodel.h.
|
private |
Definition at line 59 of file optionsmodel.h.
|
private |
Definition at line 58 of file optionsmodel.h.
|
private |
Definition at line 60 of file optionsmodel.h.
|
private |
Definition at line 56 of file optionsmodel.h.