kleopatra
Kleo::MultiValidator Class Reference
#include <multivalidator.h>
Inheritance diagram for Kleo::MultiValidator:

Detailed Description
Definition at line 41 of file multivalidator.h.
Public Member Functions | |
| void | addValidator (QValidator *validator) |
| void | addValidators (const QList< QValidator * > &validators) |
| void | fixup (QString &str) const |
| MultiValidator (const QList< QValidator * > &validators, QObject *parent=0) | |
| MultiValidator (QValidator *validator1, QValidator *validator2=0, QObject *parent=0) | |
| MultiValidator (QObject *parent=0) | |
| void | removeValidator (QValidator *validator) |
| void | removeValidators (const QList< QValidator * > &validators) |
| State | validate (QString &str, int &pos) const |
| ~MultiValidator () | |
Constructor & Destructor Documentation
| Kleo::MultiValidator::MultiValidator | ( | QObject * | parent = 0 |
) | [inline, explicit] |
Definition at line 44 of file multivalidator.h.
| Kleo::MultiValidator::MultiValidator | ( | QValidator * | validator1, | |
| QValidator * | validator2 = 0, |
|||
| QObject * | parent = 0 | |||
| ) | [inline, explicit] |
Definition at line 46 of file multivalidator.h.
| Kleo::MultiValidator::MultiValidator | ( | const QList< QValidator * > & | validators, | |
| QObject * | parent = 0 | |||
| ) | [inline, explicit] |
Definition at line 48 of file multivalidator.h.
| MultiValidator::~MultiValidator | ( | ) |
Definition at line 49 of file multivalidator.cpp.
Member Function Documentation
| void MultiValidator::addValidator | ( | QValidator * | validator | ) |
Definition at line 51 of file multivalidator.cpp.
| void MultiValidator::addValidators | ( | const QList< QValidator * > & | validators | ) |
Definition at line 60 of file multivalidator.cpp.
| void MultiValidator::fixup | ( | QString & | str | ) | const |
Definition at line 78 of file multivalidator.cpp.
| void MultiValidator::removeValidator | ( | QValidator * | validator | ) |
Definition at line 64 of file multivalidator.cpp.
| void MultiValidator::removeValidators | ( | const QList< QValidator * > & | validators | ) |
Definition at line 74 of file multivalidator.cpp.
| QValidator::State MultiValidator::validate | ( | QString & | str, | |
| int & | pos | |||
| ) | const |
Definition at line 82 of file multivalidator.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference