|
Vidalia 0.2.15
|
#include <PortValidator.h>
Public Member Functions | |
| PortValidator (QObject *parent) | |
| QValidator::State | validate (QString &input, int &pos) const |
Definition at line 22 of file PortValidator.h.
| PortValidator::PortValidator | ( | QObject * | parent | ) |
Constructor.
Definition at line 24 of file PortValidator.cpp.
| QValidator::State PortValidator::validate | ( | QString & | input, |
| int & | pos | ||
| ) | const |
Validates that the given port is either a valid port or a "*".
Definition at line 31 of file PortValidator.cpp.
References MATCH_ALL.
1.7.4