FactDev  0.1
Gui::Widgets::CheckFields::CheckLogin Class Reference

The CheckLogin class Line Edit of login with a check icon. More...

#include <checklogin.h>

Inheritance diagram for Gui::Widgets::CheckFields::CheckLogin:
Gui::Widgets::CheckFields::CheckUntilField Gui::Widgets::CheckFields::CheckQLineEdit Gui::Widgets::CheckFields::ICheckField

Public Slots

void passwordPreviousInputed (const QString &text)
 CheckLogin::fieldTextChanged For each new characater inputed or removed, displays an icon to show if the field is valid or not.
 
- Public Slots inherited from Gui::Widgets::CheckFields::CheckQLineEdit
void fieldTextChanged (const QString &text)
 CheckQLineEdit::fieldTextChanged For each new characater inputed or removed, displays an icon to show if the field is valid or not.
 

Public Member Functions

 CheckLogin (QWidget *w=0, QPushButton *btn=0)
 CheckLogin::CheckLogin Construct a CheckLogin. More...
 
bool check (QString text)
 CheckLogin::check Check if the field contains only numbers. More...
 
- Public Member Functions inherited from Gui::Widgets::CheckFields::CheckUntilField
 CheckUntilField (QWidget *w=0, QPushButton *btn=0)
 CheckUntilField::CheckUntilField Construct a CheckUntilField. More...
 
bool check (QString text)
 CheckUntilField::check Check if the field is valid. To be valid, a name should be composed of a character. More...
 
- Public Member Functions inherited from Gui::Widgets::CheckFields::CheckQLineEdit
 CheckQLineEdit (QWidget *parent=0, QPushButton *btn=0)
 CheckQLineEdit::CheckQLineEdit Construct a CheckQLineEdit. More...
 
void displayCheckValidFieldIcon ()
 CheckQLineEdit::displayCheckValidFieldIcon Display a valid icon into the field.
 
void displayCheckNoValidFieldIcon ()
 CheckQLineEdit::displayCheckNoValidFieldIcon Display a "no valid" icon into the field.
 
QPushButton * getBtnValid () const
 CheckQLineEdit::getBtnValid. More...
 
void setBtnValid (QPushButton *getBtnValid)
 CheckQLineEdit::setBtnValid. More...
 
bool isValid ()
 isValid Return true if the current field if valid More...
 

Detailed Description

The CheckLogin class Line Edit of login with a check icon.

Author
Florent BERBIE
See Also
CheckQLineEdit
CheckUntilField

Constructor & Destructor Documentation

Gui::Widgets::CheckFields::CheckLogin::CheckLogin ( QWidget *  w = 0,
QPushButton *  btn = 0 
)

CheckLogin::CheckLogin Construct a CheckLogin.

Parameters
wQWidget linked to CheckIpAddress

Member Function Documentation

bool Gui::Widgets::CheckFields::CheckLogin::check ( QString  text)
virtual

CheckLogin::check Check if the field contains only numbers.

Parameters
textText to check
Returns
boolean Validity of the text

Implements Gui::Widgets::CheckFields::ICheckField.


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