Raven Core  3.0.0
P2P Digital Currency
Public Types | Signals | Public Member Functions | Private Member Functions | Private Attributes | List of all members
OptionsModel Class Reference

Interface from Qt to configuration data structure for Raven client. More...

#include <optionsmodel.h>

Inheritance diagram for OptionsModel:
[legend]
Collaboration diagram for OptionsModel:
[legend]

Public Types

enum  OptionID {
  StartAtStartup, HideTrayIcon, MinimizeToTray, MapPortUPnP,
  MinimizeOnClose, ProxyUse, ProxyIP, ProxyPort,
  ProxyUseTor, ProxyIPTor, ProxyPortTor, DisplayUnit,
  ThirdPartyTxUrls, Language, CoinControlFeatures, ThreadsScriptVerif,
  DatabaseCache, SpendZeroConfChange, Listen, CustomFeeFeatures,
  DarkModeEnabled, OptionIDRowCount
}
 

Signals

void displayUnitChanged (int unit)
 
void coinControlFeaturesChanged (bool)
 
void customFeeFeaturesChanged (bool)
 
void hideTrayIconChanged (bool)
 

Public Member Functions

 OptionsModel (QObject *parent=0, bool resetSettings=false)
 
void Init (bool resetSettings=false)
 
void Reset ()
 
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)
 
void setDisplayUnit (const QVariant &value)
 Updates current unit in memory, settings and emits displayUnitChanged(newUnit) signal. More...
 
bool getHideTrayIcon () const
 
bool getMinimizeToTray () const
 
bool getMinimizeOnClose () const
 
int getDisplayUnit () const
 
QString getThirdPartyTxUrls () const
 
bool getProxySettings (QNetworkProxy &proxy) const
 
bool getCoinControlFeatures () const
 
bool getCustomFeeFeatures () const
 
bool getDarkModeEnabled () const
 
const QString & getOverriddenByCommandLine ()
 
void setRestartRequired (bool fRequired)
 
bool isRestartRequired () const
 

Private Member Functions

void addOverriddenOption (const std::string &option)
 
void checkAndMigrate ()
 

Private Attributes

bool fHideTrayIcon
 
bool fMinimizeToTray
 
bool fMinimizeOnClose
 
QString language
 
int nDisplayUnit
 
QString strThirdPartyTxUrls
 
bool fCoinControlFeatures
 
bool fCustomFeeFeatures
 RVN START. More...
 
bool fDarkModeEnabled
 
QString strOverriddenByCommandLine
 RVN END. More...
 

Detailed Description

Interface from Qt to configuration data structure for Raven 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 23 of file optionsmodel.h.

Member Enumeration Documentation

◆ OptionID

Enumerator
StartAtStartup 
HideTrayIcon 
MinimizeToTray 
MapPortUPnP 
MinimizeOnClose 
ProxyUse 
ProxyIP 
ProxyPort 
ProxyUseTor 
ProxyIPTor 
ProxyPortTor 
DisplayUnit 
ThirdPartyTxUrls 
Language 
CoinControlFeatures 
ThreadsScriptVerif 
DatabaseCache 
SpendZeroConfChange 
Listen 
CustomFeeFeatures 
DarkModeEnabled 
OptionIDRowCount 

Definition at line 30 of file optionsmodel.h.

Constructor & Destructor Documentation

◆ OptionsModel()

OptionsModel::OptionsModel ( QObject *  parent = 0,
bool  resetSettings = false 
)
explicit

Definition at line 33 of file optionsmodel.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ addOverriddenOption()

void OptionsModel::addOverriddenOption ( const std::string &  option)
private

Definition at line 39 of file optionsmodel.cpp.

Here is the call graph for this function:

◆ checkAndMigrate()

void OptionsModel::checkAndMigrate ( )
private

Definition at line 495 of file optionsmodel.cpp.

Here is the caller graph for this function:

◆ coinControlFeaturesChanged

void OptionsModel::coinControlFeaturesChanged ( bool  )
signal
Here is the caller graph for this function:

◆ customFeeFeaturesChanged

void OptionsModel::customFeeFeaturesChanged ( bool  )
signal
Here is the caller graph for this function:

◆ data()

QVariant OptionsModel::data ( const QModelIndex &  index,
int  role = Qt::DisplayRole 
) const

Definition at line 214 of file optionsmodel.cpp.

Here is the call graph for this function:

◆ displayUnitChanged

void OptionsModel::displayUnitChanged ( int  unit)
signal
Here is the caller graph for this function:

◆ getCoinControlFeatures()

bool OptionsModel::getCoinControlFeatures ( ) const
inline

Definition at line 71 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getCustomFeeFeatures()

bool OptionsModel::getCustomFeeFeatures ( ) const
inline

Definition at line 72 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getDarkModeEnabled()

bool OptionsModel::getDarkModeEnabled ( ) const
inline

Definition at line 73 of file optionsmodel.h.

◆ getDisplayUnit()

int OptionsModel::getDisplayUnit ( ) const
inline

Definition at line 68 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getHideTrayIcon()

bool OptionsModel::getHideTrayIcon ( ) const
inline

Definition at line 65 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getMinimizeOnClose()

bool OptionsModel::getMinimizeOnClose ( ) const
inline

Definition at line 67 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getMinimizeToTray()

bool OptionsModel::getMinimizeToTray ( ) const
inline

Definition at line 66 of file optionsmodel.h.

Here is the caller graph for this function:

◆ getOverriddenByCommandLine()

const QString& OptionsModel::getOverriddenByCommandLine ( )
inline

Definition at line 74 of file optionsmodel.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getProxySettings()

bool OptionsModel::getProxySettings ( QNetworkProxy &  proxy) const

Definition at line 465 of file optionsmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getThirdPartyTxUrls()

QString OptionsModel::getThirdPartyTxUrls ( ) const
inline

Definition at line 69 of file optionsmodel.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hideTrayIconChanged

void OptionsModel::hideTrayIconChanged ( bool  )
signal
Here is the caller graph for this function:

◆ Init()

void OptionsModel::Init ( bool  resetSettings = false)

Definition at line 45 of file optionsmodel.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isRestartRequired()

bool OptionsModel::isRestartRequired ( ) const

Definition at line 489 of file optionsmodel.cpp.

Here is the caller graph for this function:

◆ Reset()

void OptionsModel::Reset ( )

Definition at line 183 of file optionsmodel.cpp.

Here is the caller graph for this function:

◆ rowCount()

int OptionsModel::rowCount ( const QModelIndex &  parent = QModelIndex()) const

Definition at line 208 of file optionsmodel.cpp.

◆ setData()

bool OptionsModel::setData ( const QModelIndex &  index,
const QVariant &  value,
int  role = Qt::EditRole 
)

Definition at line 294 of file optionsmodel.cpp.

Here is the call graph for this function:

◆ setDisplayUnit()

void OptionsModel::setDisplayUnit ( const QVariant &  value)

Updates current unit in memory, settings and emits displayUnitChanged(newUnit) signal.

Definition at line 454 of file optionsmodel.cpp.

Here is the caller graph for this function:

◆ setRestartRequired()

void OptionsModel::setRestartRequired ( bool  fRequired)

Definition at line 483 of file optionsmodel.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ fCoinControlFeatures

bool OptionsModel::fCoinControlFeatures
private

Definition at line 88 of file optionsmodel.h.

◆ fCustomFeeFeatures

bool OptionsModel::fCustomFeeFeatures
private

RVN START.

Definition at line 90 of file optionsmodel.h.

◆ fDarkModeEnabled

bool OptionsModel::fDarkModeEnabled
private

Definition at line 91 of file optionsmodel.h.

◆ fHideTrayIcon

bool OptionsModel::fHideTrayIcon
private

Definition at line 82 of file optionsmodel.h.

◆ fMinimizeOnClose

bool OptionsModel::fMinimizeOnClose
private

Definition at line 84 of file optionsmodel.h.

◆ fMinimizeToTray

bool OptionsModel::fMinimizeToTray
private

Definition at line 83 of file optionsmodel.h.

◆ language

QString OptionsModel::language
private

Definition at line 85 of file optionsmodel.h.

◆ nDisplayUnit

int OptionsModel::nDisplayUnit
private

Definition at line 86 of file optionsmodel.h.

◆ strOverriddenByCommandLine

QString OptionsModel::strOverriddenByCommandLine
private

RVN END.

Definition at line 94 of file optionsmodel.h.

◆ strThirdPartyTxUrls

QString OptionsModel::strThirdPartyTxUrls
private

Definition at line 87 of file optionsmodel.h.


The documentation for this class was generated from the following files: