KVIrc  4.9.2
DeveloperAPIs
Public Slots | Public Member Functions | Protected Slots | Protected Attributes | List of all members
KviPasswordLineEdit Class Reference

#include <KviSelectors.h>

+ Inheritance diagram for KviPasswordLineEdit:

Public Slots

virtual void setEnabled (bool bEnabled)
 

Public Member Functions

 KviPasswordLineEdit (QWidget *par)
 
void setText (const QString &text)
 
QString text ()
 
 ~KviPasswordLineEdit ()
 
- Public Member Functions inherited from KviTalHBox
void addSpacing (int iSpace)
 Adds a non-stretchable spacing item. More...
 
void addStretch (int iStretch)
 Adds the stretch factor. More...
 
 KviTalHBox (QWidget *pParent, char *pcName=0)
 Constructs an horizontal box object. More...
 
void setAlignment (Qt::Alignment alignment)
 Sets the alignment of the box. More...
 
void setAlignment (QWidget *pChild, Qt::Alignment alignment)
 Sets the alignment of the box. More...
 
void setMargin (int iMargin)
 Sets the margin of the box. More...
 
void setSpacing (int iSpace)
 Sets the spacing of the box. More...
 
void setStretchFactor (QWidget *pChild, int iStretch)
 Sets the stretch factor for an object. More...
 
 ~KviTalHBox ()
 Destroys an horizontal box object. More...
 

Protected Slots

void checkToggled (int state)
 

Protected Attributes

QCheckBox * m_pCheckBox
 
QLineEdit * m_pLineEdit
 

Additional Inherited Members

- Protected Member Functions inherited from KviTalHBox
virtual void childEvent (QChildEvent *e)
 

Constructor & Destructor Documentation

KviPasswordLineEdit::KviPasswordLineEdit ( QWidget *  par)
KviPasswordLineEdit::~KviPasswordLineEdit ( )
default

Member Function Documentation

void KviPasswordLineEdit::checkToggled ( int  state)
protectedslot

References m_pLineEdit, and Normal.

Referenced by KviPasswordLineEdit().

void KviPasswordLineEdit::setEnabled ( bool  bEnabled)
virtualslot

References m_pCheckBox, and m_pLineEdit.

void KviPasswordLineEdit::setText ( const QString &  text)
QString KviPasswordLineEdit::text ( )

Member Data Documentation

QCheckBox* KviPasswordLineEdit::m_pCheckBox
protected

Referenced by KviPasswordLineEdit(), and setEnabled().

QLineEdit* KviPasswordLineEdit::m_pLineEdit
protected

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