Anoncoin  0.9.4
P2P Digital Currency
Signals | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
OptionsDialog Class Reference

Preferences dialog. More...

#include <optionsdialog.h>

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

Signals

void proxyIpChecks (QValidatedLineEdit *pUiProxyIp, int nProxyPort)
 

Public Member Functions

 OptionsDialog (QWidget *parent)
 
 ~OptionsDialog ()
 
void setClientModel (ClientModel *clientModel)
 
void setModel (OptionsModel *model)
 
void setMapper ()
 

Protected Member Functions

bool eventFilter (QObject *object, QEvent *event)
 

Private Slots

void enableOkButton ()
 
void disableOkButton ()
 
void setOkButtonState (bool fState)
 
void on_resetButton_clicked ()
 
void on_okButton_clicked ()
 
void on_cancelButton_clicked ()
 
void showRestartWarning (bool fPersistent=false)
 
void showRestartWarning_I2P ()
 
void clearStatusLabel ()
 
void updateDisplayUnit ()
 
void doProxyIpChecks (QValidatedLineEdit *pUiProxyIp, int nProxyPort)
 

Private Attributes

Ui::OptionsDialogui
 
OptionsModelmodel
 
MonitoredDataMappermapper
 
bool fProxyIpValid
 
bool fRestartWarningDisplayed_I2P
 
I2POptionsWidgettabI2P
 

Detailed Description

Preferences dialog.

Definition at line 22 of file optionsdialog.h.

Constructor & Destructor Documentation

OptionsDialog::OptionsDialog ( QWidget *  parent)
explicit

check if the locale name consists of 2 parts (language_country)

display language strings as "language - country (locale name)", e.g. "German - Germany (de)"

display language strings as "language (locale name)", e.g. "German (de)"

Definition at line 28 of file optionsdialog.cpp.

Here is the call graph for this function:

OptionsDialog::~OptionsDialog ( )

Definition at line 116 of file optionsdialog.cpp.

Here is the call graph for this function:

Member Function Documentation

void OptionsDialog::clearStatusLabel ( )
privateslot

Definition at line 299 of file optionsdialog.cpp.

Here is the caller graph for this function:

void OptionsDialog::disableOkButton ( )
privateslot

Definition at line 219 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::doProxyIpChecks ( QValidatedLineEdit pUiProxyIp,
int  nProxyPort 
)
privateslot

Definition at line 313 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::enableOkButton ( )
privateslot

Definition at line 212 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OptionsDialog::eventFilter ( QObject *  object,
QEvent *  event 
)
protected

Definition at line 335 of file optionsdialog.cpp.

void OptionsDialog::on_cancelButton_clicked ( )
privateslot

Definition at line 266 of file optionsdialog.cpp.

void OptionsDialog::on_okButton_clicked ( )
privateslot

Definition at line 260 of file optionsdialog.cpp.

void OptionsDialog::on_resetButton_clicked ( )
privateslot

Definition at line 229 of file optionsdialog.cpp.

Here is the call graph for this function:

void OptionsDialog::proxyIpChecks ( QValidatedLineEdit pUiProxyIp,
int  nProxyPort 
)
signal

Definition at line 181 of file moc_optionsdialog.cpp.

Here is the caller graph for this function:

void OptionsDialog::setClientModel ( ClientModel clientModel)

Here is the caller graph for this function:

void OptionsDialog::setMapper ( )

Definition at line 178 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::setModel ( OptionsModel model)

Definition at line 122 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::setOkButtonState ( bool  fState)
privateslot

Definition at line 224 of file optionsdialog.cpp.

Here is the caller graph for this function:

void OptionsDialog::showRestartWarning ( bool  fPersistent = false)
privateslot

Definition at line 271 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OptionsDialog::showRestartWarning_I2P ( )
privateslot

Here is the caller graph for this function:

void OptionsDialog::updateDisplayUnit ( )
privateslot

Definition at line 304 of file optionsdialog.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool OptionsDialog::fProxyIpValid
private

Definition at line 61 of file optionsdialog.h.

bool OptionsDialog::fRestartWarningDisplayed_I2P
private

Definition at line 63 of file optionsdialog.h.

MonitoredDataMapper* OptionsDialog::mapper
private

Definition at line 60 of file optionsdialog.h.

OptionsModel* OptionsDialog::model
private

Definition at line 59 of file optionsdialog.h.

I2POptionsWidget* OptionsDialog::tabI2P
private

Definition at line 64 of file optionsdialog.h.

Ui::OptionsDialog* OptionsDialog::ui
private

Definition at line 58 of file optionsdialog.h.


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