Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ProxyAddressValidator Class Reference

Proxy address widget validator, checks for a valid proxy address. More...

#include <optionsdialog.h>

+ Inheritance diagram for ProxyAddressValidator:
+ Collaboration diagram for ProxyAddressValidator:

Public Member Functions

 ProxyAddressValidator (QObject *parent)
 
State validate (QString &input, int &pos) const
 

Detailed Description

Proxy address widget validator, checks for a valid proxy address.

Definition at line 26 of file optionsdialog.h.

Constructor & Destructor Documentation

◆ ProxyAddressValidator()

ProxyAddressValidator::ProxyAddressValidator ( QObject *  parent)
explicit

Definition at line 478 of file optionsdialog.cpp.

Member Function Documentation

◆ validate()

QValidator::State ProxyAddressValidator::validate ( QString &  input,
int &  pos 
) const

Definition at line 483 of file optionsdialog.cpp.

References DEFAULT_GUI_PROXY_PORT, proxyType::IsValid(), and LookupNumeric().


The documentation for this class was generated from the following files:
Released under the MIT license