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

Public Member Functions | |
| MultiValidator (QObject *parent=0) | |
| MultiValidator (QValidator *validator1, QValidator *validator2=0, QObject *parent=0) | |
| MultiValidator (const QList< QValidator * > &validators, QObject *parent=0) | |
| ~MultiValidator () | |
| void | addValidator (QValidator *validator) | 
| void | addValidators (const QList< QValidator * > &validators) | 
| void | fixup (QString &str) const | 
| void | removeValidator (QValidator *validator) | 
| void | removeValidators (const QList< QValidator * > &validators) | 
| State | validate (QString &str, int &pos) const | 
Detailed Description
Definition at line 41 of file multivalidator.h.
Constructor & Destructor Documentation
      
  | 
  inlineexplicit | 
Definition at line 44 of file multivalidator.h.
      
  | 
  inlineexplicit | 
Definition at line 46 of file multivalidator.h.
      
  | 
  inlineexplicit | 
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference