#include <KviSelectors.h>
|
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 () |
|
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.
|
|
| KviSelectorInterface () |
|
virtual | ~KviSelectorInterface () |
|
◆ KviUIntSelector()
KviUIntSelector::KviUIntSelector |
( |
QWidget * | par, |
|
|
const QString & | txt, |
|
|
unsigned int * | pOption, |
|
|
unsigned int | uLowBound, |
|
|
unsigned int | uHighBound, |
|
|
unsigned int | uDefault, |
|
|
bool | bEnabled, |
|
|
bool | bShortInt = false ) |
References KviSelectorInterface::KviSelectorInterface(), KviTalHBox::KviTalHBox(), m_bIsShortInt, m_pLabel, m_pOption, m_pSpinBox, m_uDefault, m_uHighBound, m_uLowBound, setEnabled(), KviTalHBox::setMargin(), and KviTalHBox::setStretchFactor().
◆ ~KviUIntSelector()
KviUIntSelector::~KviUIntSelector |
( |
| ) |
|
|
inline |
◆ commit()
void KviUIntSelector::commit |
( |
| ) |
|
|
virtual |
◆ setEnabled
void KviUIntSelector::setEnabled |
( |
bool | bEnabled | ) |
|
|
virtualslot |
◆ setPrefix()
void KviUIntSelector::setPrefix |
( |
const QString & | txt | ) |
|
|
virtual |
◆ setSuffix()
void KviUIntSelector::setSuffix |
( |
const QString & | txt | ) |
|
|
virtual |
◆ textForSearch()
QString KviUIntSelector::textForSearch |
( |
| ) |
|
|
inlinevirtual |
◆ widgetToHighlight()
QWidget * KviUIntSelector::widgetToHighlight |
( |
| ) |
|
|
inlinevirtual |
◆ m_bIsShortInt
bool KviUIntSelector::m_bIsShortInt |
|
private |
◆ m_pLabel
QLabel* KviUIntSelector::m_pLabel |
|
private |
◆ m_pOption
unsigned int* KviUIntSelector::m_pOption |
|
private |
◆ m_pSpinBox
QSpinBox* KviUIntSelector::m_pSpinBox |
|
private |
◆ m_uDefault
unsigned int KviUIntSelector::m_uDefault |
|
private |
◆ m_uHighBound
unsigned int KviUIntSelector::m_uHighBound |
|
private |
◆ m_uLowBound
unsigned int KviUIntSelector::m_uLowBound |
|
private |
The documentation for this class was generated from the following files: