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

#include <KviSelectors.h>

+ Inheritance diagram for KviPasswordSelector:

Public Slots

virtual void setEnabled (bool bEnabled)
 

Public Member Functions

virtual void commit ()
 
 KviPasswordSelector (QWidget *par, const QString &txt, QString *pOption, bool bEnabled)
 
void setMinimumLabelWidth (unsigned int uWidth)
 
void setText (const QString &text)
 
void setValidator (QValidator *v)
 
 ~KviPasswordSelector ()
 
- 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...
 
- Public Member Functions inherited from KviSelectorInterface
 KviSelectorInterface ()
 
virtual ~KviSelectorInterface ()
 

Protected Slots

void checkToggled (int state)
 

Protected Member Functions

QString textForSearch ()
 
QWidget * widgetToHighlight ()
 
- Protected Member Functions inherited from KviTalHBox
virtual void childEvent (QChildEvent *e)
 

Protected Attributes

QCheckBox * m_pCheckBox
 
QLabel * m_pLabel
 
QLineEdit * m_pLineEdit
 
QString * m_pOption
 

Constructor & Destructor Documentation

KviPasswordSelector::KviPasswordSelector ( QWidget *  par,
const QString &  txt,
QString *  pOption,
bool  bEnabled 
)
KviPasswordSelector::~KviPasswordSelector ( )
default

Member Function Documentation

void KviPasswordSelector::checkToggled ( int  state)
protectedslot

References m_pLineEdit, and Normal.

Referenced by KviPasswordSelector().

void KviPasswordSelector::commit ( void  )
virtual

Reimplemented from KviSelectorInterface.

References m_pLineEdit, and m_pOption.

void KviPasswordSelector::setEnabled ( bool  bEnabled)
virtualslot

References m_pCheckBox, m_pLabel, and m_pLineEdit.

Referenced by KviPasswordSelector().

void KviPasswordSelector::setMinimumLabelWidth ( unsigned int  uWidth)
inline
void KviPasswordSelector::setText ( const QString &  text)

References m_pLineEdit.

void KviPasswordSelector::setValidator ( QValidator *  v)
inline
QString KviPasswordSelector::textForSearch ( )
inlineprotectedvirtual

Reimplemented from KviSelectorInterface.

QWidget* KviPasswordSelector::widgetToHighlight ( )
inlineprotectedvirtual

Reimplemented from KviSelectorInterface.

Member Data Documentation

QCheckBox* KviPasswordSelector::m_pCheckBox
protected

Referenced by KviPasswordSelector(), and setEnabled().

QLabel* KviPasswordSelector::m_pLabel
protected

Referenced by KviPasswordSelector(), and setEnabled().

QLineEdit* KviPasswordSelector::m_pLineEdit
protected
QString* KviPasswordSelector::m_pOption
protected

Referenced by commit(), and KviPasswordSelector().


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