KVIrc
4.9.2
DeveloperAPIs
|
#include <KviSelectors.h>
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 |
KviPasswordSelector::KviPasswordSelector | ( | QWidget * | par, |
const QString & | txt, | ||
QString * | pOption, | ||
bool | bEnabled | ||
) |
|
default |
|
protectedslot |
References m_pLineEdit, and Normal.
Referenced by KviPasswordSelector().
|
virtual |
Reimplemented from KviSelectorInterface.
References m_pLineEdit, and m_pOption.
|
virtualslot |
References m_pCheckBox, m_pLabel, and m_pLineEdit.
Referenced by KviPasswordSelector().
|
inline |
void KviPasswordSelector::setText | ( | const QString & | text | ) |
References m_pLineEdit.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from KviSelectorInterface.
|
inlineprotectedvirtual |
Reimplemented from KviSelectorInterface.
|
protected |
Referenced by KviPasswordSelector(), and setEnabled().
|
protected |
Referenced by KviPasswordSelector(), and setEnabled().
|
protected |
Referenced by checkToggled(), commit(), KviPasswordSelector(), setEnabled(), and setText().
|
protected |
Referenced by commit(), and KviPasswordSelector().