KVIrc
4.9.2
DeveloperAPIs
|
#include <KviSelectors.h>
Public Slots | |
virtual void | setEnabled (bool bEnabled) |
Public Member Functions | |
virtual void | commit () |
KviUIntSelector (QWidget *par, const QString &txt, unsigned int *pOption, unsigned int uLowBound, unsigned int uHighBound, unsigned int uDefault, bool bEnabled, bool bShortInt=false) | |
virtual void | setPrefix (const QString &txt) |
virtual void | setSuffix (const QString &txt) |
QString | textForSearch () |
QWidget * | widgetToHighlight () |
~KviUIntSelector () | |
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 () |
Private Attributes | |
bool | m_bIsShortInt |
QLabel * | m_pLabel |
unsigned int * | m_pOption |
QSpinBox * | m_pSpinBox |
unsigned int | m_uDefault |
unsigned int | m_uHighBound |
unsigned int | m_uLowBound |
Additional Inherited Members | |
Protected Member Functions inherited from KviTalHBox | |
virtual void | childEvent (QChildEvent *e) |
KviUIntSelector::KviUIntSelector | ( | QWidget * | par, |
const QString & | txt, | ||
unsigned int * | pOption, | ||
unsigned int | uLowBound, | ||
unsigned int | uHighBound, | ||
unsigned int | uDefault, | ||
bool | bEnabled, | ||
bool | bShortInt = false |
||
) |
|
inline |
|
virtual |
Reimplemented from KviSelectorInterface.
References m_bIsShortInt, m_pOption, m_pSpinBox, m_uDefault, m_uHighBound, m_uLowBound, and KviCString::toUInt().
|
virtualslot |
References m_pLabel, and m_pSpinBox.
Referenced by KviUIntSelector(), and OptionsWidget_alerts::OptionsWidget_alerts().
|
virtual |
References m_pSpinBox.
|
virtual |
References m_pSpinBox.
Referenced by OptionsWidget_avatar::OptionsWidget_avatar(), OptionsWidget_channelAdvanced::OptionsWidget_channelAdvanced(), OptionsWidget_connection::OptionsWidget_connection(), OptionsWidget_connectionSocket::OptionsWidget_connectionSocket(), OptionsWidget_ctcpFloodProtection::OptionsWidget_ctcpFloodProtection(), OptionsWidget_dccAdvanced::OptionsWidget_dccAdvanced(), OptionsWidget_dccSendAdvanced::OptionsWidget_dccSendAdvanced(), OptionsWidget_dccVoice::OptionsWidget_dccVoice(), OptionsWidget_inputFeatures::OptionsWidget_inputFeatures(), OptionsWidget_ircViewFeatures::OptionsWidget_ircViewFeatures(), OptionsWidget_ircViewMarker::OptionsWidget_ircViewMarker(), OptionsWidget_lag::OptionsWidget_lag(), OptionsWidget_logging::OptionsWidget_logging(), OptionsWidget_notifier::OptionsWidget_notifier(), OptionsWidget_notify::OptionsWidget_notify(), OptionsWidget_query::OptionsWidget_query(), OptionsWidget_themeTransparency::OptionsWidget_themeTransparency(), OptionsWidget_windowListClassic::OptionsWidget_windowListClassic(), and OptionsWidget_windowListTreeFeatures::OptionsWidget_windowListTreeFeatures().
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
private |
Referenced by commit(), and KviUIntSelector().
|
private |
Referenced by KviUIntSelector(), and setEnabled().
|
private |
Referenced by commit(), and KviUIntSelector().
|
private |
Referenced by commit(), KviUIntSelector(), setEnabled(), setPrefix(), and setSuffix().
|
private |
Referenced by commit(), and KviUIntSelector().
|
private |
Referenced by commit(), and KviUIntSelector().
|
private |
Referenced by commit(), and KviUIntSelector().