KVIrc 5.2.6
Developer APIs
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.
 
void addStretch (int iStretch)
 Adds the stretch factor.
 
 KviTalHBox (QWidget *pParent, char *pcName=nullptr)
 Constructs an horizontal box object.
 
void setAlignment (Qt::Alignment alignment)
 Sets the alignment of the box.
 
void setAlignment (QWidget *pChild, Qt::Alignment alignment)
 Sets the alignment of the box.
 
void setMargin (int iMargin)
 Sets the margin of the box.
 
void setSpacing (int iSpace)
 Sets the spacing of the box.
 
void setStretchFactor (QWidget *pChild, int iStretch)
 Sets the stretch factor for an object.
 
 ~KviTalHBox ()
 Destroys an horizontal box object.
 

Protected Slots

void checkToggled (int state)
 

Protected Attributes

QCheckBox * m_pCheckBox
 
QLineEdit * m_pLineEdit
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ KviPasswordLineEdit()

◆ ~KviPasswordLineEdit()

KviPasswordLineEdit::~KviPasswordLineEdit ( )
default

Member Function Documentation

◆ checkToggled

void KviPasswordLineEdit::checkToggled ( int state)
protectedslot

References m_pLineEdit.

Referenced by KviPasswordLineEdit().

◆ setEnabled

void KviPasswordLineEdit::setEnabled ( bool bEnabled)
virtualslot

References m_pCheckBox, and m_pLineEdit.

◆ setText()

void KviPasswordLineEdit::setText ( const QString & text)

References m_pLineEdit, and text().

◆ text()

QString KviPasswordLineEdit::text ( )

References m_pLineEdit.

Referenced by setText().

Member Data Documentation

◆ m_pCheckBox

QCheckBox* KviPasswordLineEdit::m_pCheckBox
protected

Referenced by KviPasswordLineEdit(), and setEnabled().

◆ m_pLineEdit

QLineEdit* KviPasswordLineEdit::m_pLineEdit
protected

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