Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Types | Signals | Public Member Functions | Private Attributes | List of all members
OptionsModel Class Reference

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

#include <optionsmodel.h>

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

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
 

Detailed Description

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.

Member Enumeration Documentation

Enumerator
StartAtStartup 
MinimizeToTray 
MapPortUPnP 
MinimizeOnClose 
ProxyUse 
ProxyIP 
ProxyPort 
ProxySocksVersion 
Fee 
DisplayUnit 
DisplayAddresses 
Language 
CoinControlFeatures 
OptionIDRowCount 

Definition at line 19 of file optionsmodel.h.

Constructor & Destructor Documentation

OptionsModel::OptionsModel ( QObject *  parent = 0)
explicit

Definition at line 10 of file optionsmodel.cpp.

Member Function Documentation

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

Definition at line 148 of file optionsmodel.cpp.

void OptionsModel::displayUnitChanged ( int  unit)
signal
bool OptionsModel::getCoinControlFeatures ( )

Definition at line 304 of file optionsmodel.cpp.

bool OptionsModel::getDisplayAddresses ( )
inline

Definition at line 51 of file optionsmodel.h.

int OptionsModel::getDisplayUnit ( )
inline

Definition at line 50 of file optionsmodel.h.

QString OptionsModel::getLanguage ( )
inline

Definition at line 52 of file optionsmodel.h.

bool OptionsModel::getMinimizeOnClose ( )
inline

Definition at line 49 of file optionsmodel.h.

bool OptionsModel::getMinimizeToTray ( )
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.

void OptionsModel::transactionFeeChanged ( qint64  )
signal
bool OptionsModel::Upgrade ( )

Definition at line 83 of file optionsmodel.cpp.

Member Data Documentation

bool OptionsModel::bDisplayAddresses
private

Definition at line 57 of file optionsmodel.h.

bool OptionsModel::fCoinControlFeatures
private

Definition at line 61 of file optionsmodel.h.

bool OptionsModel::fMinimizeOnClose
private

Definition at line 59 of file optionsmodel.h.

bool OptionsModel::fMinimizeToTray
private

Definition at line 58 of file optionsmodel.h.

QString OptionsModel::language
private

Definition at line 60 of file optionsmodel.h.

int OptionsModel::nDisplayUnit
private

Definition at line 56 of file optionsmodel.h.


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