Fabcoin Core  0.16.2
P2P Digital Currency
Public Slots | Public Member Functions | Protected Member Functions | Private Slots | Private Attributes | List of all members
QValidatedTextEdit Class Reference

#include <qvalidatedtextedit.h>

Inheritance diagram for QValidatedTextEdit:
[legend]
Collaboration diagram for QValidatedTextEdit:
[legend]

Public Slots

void setValid (bool valid)
 
void setEnabled (bool enabled)
 
void checkValidity ()
 

Public Member Functions

 QValidatedTextEdit (QWidget *parent)
 
void clear ()
 
void setCheckValidator (const QValidator *v)
 
bool isValid ()
 
bool getEmptyIsValid () const
 
void setEmptyIsValid (bool value)
 
bool getIsValidManually () const
 
void setIsValidManually (bool value)
 

Protected Member Functions

void focusInEvent (QFocusEvent *event)
 
void focusOutEvent (QFocusEvent *event)
 

Private Slots

void markValid ()
 

Private Attributes

bool valid
 
const QValidator * checkValidator
 
bool emptyIsValid
 
bool isValidManually
 

Detailed Description

Definition at line 7 of file qvalidatedtextedit.h.

Constructor & Destructor Documentation

QValidatedTextEdit::QValidatedTextEdit ( QWidget *  parent)
explicit

Definition at line 6 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

Member Function Documentation

void QValidatedTextEdit::checkValidity ( )
slot

Definition at line 76 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QValidatedTextEdit::clear ( )

Definition at line 17 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QValidatedTextEdit::focusInEvent ( QFocusEvent *  event)
protected

Definition at line 105 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

void QValidatedTextEdit::focusOutEvent ( QFocusEvent *  event)
protected

Definition at line 111 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

bool QValidatedTextEdit::getEmptyIsValid ( ) const

Definition at line 127 of file qvalidatedtextedit.cpp.

bool QValidatedTextEdit::getIsValidManually ( ) const

Definition at line 117 of file qvalidatedtextedit.cpp.

bool QValidatedTextEdit::isValid ( )

Definition at line 28 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QValidatedTextEdit::markValid ( )
privateslot

Definition at line 99 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void QValidatedTextEdit::setCheckValidator ( const QValidator *  v)

Definition at line 23 of file qvalidatedtextedit.cpp.

Here is the caller graph for this function:

void QValidatedTextEdit::setEmptyIsValid ( bool  value)

Definition at line 132 of file qvalidatedtextedit.cpp.

void QValidatedTextEdit::setEnabled ( bool  enabled)
slot

Definition at line 60 of file qvalidatedtextedit.cpp.

Here is the call graph for this function:

void QValidatedTextEdit::setIsValidManually ( bool  value)

Definition at line 122 of file qvalidatedtextedit.cpp.

Here is the caller graph for this function:

void QValidatedTextEdit::setValid ( bool  valid)
slot

Definition at line 42 of file qvalidatedtextedit.cpp.

Here is the caller graph for this function:

Member Data Documentation

const QValidator* QValidatedTextEdit::checkValidator
private

Definition at line 29 of file qvalidatedtextedit.h.

bool QValidatedTextEdit::emptyIsValid
private

Definition at line 30 of file qvalidatedtextedit.h.

bool QValidatedTextEdit::isValidManually
private

Definition at line 31 of file qvalidatedtextedit.h.

bool QValidatedTextEdit::valid
private

Definition at line 28 of file qvalidatedtextedit.h.


The documentation for this class was generated from the following files: