#include <TxqListBoxText.h>
Inheritance diagram for TxqListBoxText::

Public Methods | |
| TxqListBoxText (const QString &text=QString::null, bool bold=false) | |
| Constructs a TxqListBoxText with the given text. More... | |
| ~TxqListBoxText () | |
| The destructor will destroy the object and free any allocated resources. More... | |
| bool | boldSelected () |
| Return if this is a bold item. More... | |
| void | setBoldSelect (bool b) |
| Set true if this is to be painted bold. More... | |
Protected Methods | |
| virtual void | paint (QPainter *p) |
| Paint method overloaded to set the text bold if selected. More... | |
Private Attributes | |
| bool | boldFlag |
| The internal bold flag. More... | |
Definition at line 31 of file TxqListBoxText.h.
|
|
Constructs a TxqListBoxText with the given text.
Definition at line 41 of file TxqListBoxText.h. |
|
|
The destructor will destroy the object and free any allocated resources.
Definition at line 49 of file TxqListBoxText.h. |
|
|
Return if this is a bold item.
Definition at line 55 of file TxqListBoxText.h. Referenced by paint().
|
|
|
Paint method overloaded to set the text bold if selected.
Definition at line 68 of file TxqListBoxText.h. |
|
|
Set true if this is to be painted bold.
Definition at line 61 of file TxqListBoxText.h. |
|
|
The internal bold flag.
Definition at line 84 of file TxqListBoxText.h. |
Copyright Tech-X Corporation, all rights reserved.