#include <kgamelcd.h>
Collaboration diagram for KGameLCDList:

Public Member Functions | |
| KGameLCDList (const QString &title, QWidget *parent=0, const char *name=0) | |
| Constructor. | |
| KGameLCDList (QWidget *parent=0, const char *name=0) | |
| ~KGameLCDList () | |
| void | append (QLCDNumber *lcd) |
| Append a QLCDNumber at the bottom of the list. | |
| void | append (const QString &leading, QLCDNumber *lcd) |
| Append a QLCDNumber at the bottom of the list. | |
| void | clear () |
| Delete all QLCDNumber and clear the list. | |
| QLabel * | title () const |
| QLCDNumber * | lcd (uint i) const |
| uint | size () const |
Classes | |
| class | KGameLCDListPrivate |
It also shows a label at the top of the list.
Definition at line 190 of file kgamelcd.h.
|
||||||||||||||||
|
Constructor.
Definition at line 194 of file kgamelcd.cpp. |
|
||||||||||||
|
Definition at line 201 of file kgamelcd.cpp. |
|
|
Definition at line 207 of file kgamelcd.cpp. |
|
||||||||||||
|
Append a QLCDNumber at the bottom of the list. The QLCDNumber should have the KGameLCDList as parent. Definition at line 229 of file kgamelcd.cpp. References size(). Here is the call graph for this function: ![]() |
|
|
Append a QLCDNumber at the bottom of the list. The QLCDNumber should have the KGameLCDList as parent. Definition at line 224 of file kgamelcd.cpp. |
|
|
Delete all QLCDNumber and clear the list.
Definition at line 242 of file kgamelcd.cpp. References KGameLCDList::KGameLCDListPrivate::_leadings. |
|
|
Definition at line 232 of file kgamelcd.h. |
|
|
Definition at line 237 of file kgamelcd.h. Referenced by append(). |
|
|
Definition at line 227 of file kgamelcd.h. |
1.4.6