KVIrc
4.9.2
DeveloperAPIs
|
#include <KviSelectors.h>
Public Slots | |
virtual void | setEnabled (bool bEnabled) |
Public Member Functions | |
virtual void | commit () |
QString | currentText () |
KviStringSelector (QWidget *par, const QString &txt, QString *pOption, bool bEnabled) | |
QLineEdit * | lineEdit () |
void | setMinimumLabelWidth (unsigned int uWidth) |
void | setText (const QString &text) |
void | setValidator (QValidator *v) |
QString | textForSearch () |
QWidget * | widgetToHighlight () |
~KviStringSelector () | |
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 Attributes | |
QLabel * | m_pLabel |
QLineEdit * | m_pLineEdit |
QString * | m_pOption |
Additional Inherited Members | |
Protected Member Functions inherited from KviTalHBox | |
virtual void | childEvent (QChildEvent *e) |
KviStringSelector::KviStringSelector | ( | QWidget * | par, |
const QString & | txt, | ||
QString * | pOption, | ||
bool | bEnabled | ||
) |
|
default |
|
virtual |
Reimplemented from KviSelectorInterface.
References m_pLineEdit, and m_pOption.
Referenced by SetupWizard::accept().
|
inline |
Referenced by SetupWizard::enableOrDisableIdentityPageNextButton().
|
inline |
Referenced by SetupWizard::SetupWizard().
|
virtualslot |
|
inline |
Referenced by KviIdentityGeneralOptionsWidget::KviIdentityGeneralOptionsWidget(), OptionsWidget_ctcp::OptionsWidget_ctcp(), OptionsWidget_dccVoice::OptionsWidget_dccVoice(), OptionsWidget_identityAdvanced::OptionsWidget_identityAdvanced(), OptionsWidget_urlHandlers::OptionsWidget_urlHandlers(), and SetupWizard::SetupWizard().
void KviStringSelector::setText | ( | const QString & | text | ) |
References m_pLineEdit.
Referenced by SetupWizard::SetupWizard().
|
inline |
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
protected |
Referenced by KviStringSelector(), and setEnabled().
|
protected |
Referenced by commit(), KviStringSelector(), setEnabled(), and setText().
|
protected |
Referenced by commit(), and KviStringSelector().