KVIrc
4.9.2
DeveloperAPIs
|
#include <KviSelectors.h>
Public Slots | |
virtual void | setEnabled (bool bEnabled) |
Public Member Functions | |
virtual void | commit () |
KviFontSelector (QWidget *par, const QString &txt, QFont *pOption, bool bEnabled) | |
QString | textForSearch () |
QWidget * | widgetToHighlight () |
~KviFontSelector () | |
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 Slots | |
void | changeClicked () |
Private Member Functions | |
void | setButtonFont (QFont *pOption) |
Private Attributes | |
QPushButton * | m_pButton |
QLabel * | m_pLabel |
QFont * | m_pOption |
Additional Inherited Members | |
Protected Member Functions inherited from KviTalHBox | |
virtual void | childEvent (QChildEvent *e) |
KviFontSelector::KviFontSelector | ( | QWidget * | par, |
const QString & | txt, | ||
QFont * | pOption, | ||
bool | bEnabled | ||
) |
|
inline |
|
privateslot |
References m_pButton, and setButtonFont().
Referenced by KviFontSelector().
|
virtual |
Reimplemented from KviSelectorInterface.
|
private |
References m_pButton.
Referenced by changeClicked(), and KviFontSelector().
|
virtualslot |
References m_pButton, and m_pLabel.
Referenced by KviFontSelector().
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
inlinevirtual |
Reimplemented from KviSelectorInterface.
|
private |
Referenced by changeClicked(), commit(), KviFontSelector(), setButtonFont(), and setEnabled().
|
private |
Referenced by KviFontSelector(), and setEnabled().
|
private |
Referenced by commit(), and KviFontSelector().