#include <PortValidator.h>
Public Member Functions | |
| PortValidator (QObject *parent) | |
| QValidator::State | validate (QString &input, int &pos) const |
Definition at line 23 of file PortValidator.h.
| PortValidator::PortValidator | ( | QObject * | parent | ) |
Constructor.
Definition at line 25 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 32 of file PortValidator.cpp.
References MATCH_ALL.
1.6.3