KGameLCDList Class Reference
This widget holds a list of QLCDNumber arranged in a vertical layout. More...
#include <kgamelcd.h>
Inheritance diagram for KGameLCDList:


Public Member Functions | |
KGameLCDList (const QString &title, QWidget *parent=0, const char *name=0) | |
KGameLCDList (QWidget *parent=0, const char *name=0) | |
void | append (QLCDNumber *lcd) |
void | append (const QString &leading, QLCDNumber *lcd) |
void | clear () |
QLabel * | title () const |
QLCDNumber * | lcd (uint i) const |
uint | size () const |
Detailed Description
This widget holds a list of QLCDNumber arranged in a vertical layout.It also shows a label at the top of the list.
- Since:
- 3.2
Definition at line 190 of file kgamelcd.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 194 of file kgamelcd.cpp. |
Member Function Documentation
|
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. |
|
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(). |
|
Delete all QLCDNumber and clear the list.
Definition at line 242 of file kgamelcd.cpp. |
|
Definition at line 227 of file kgamelcd.h. |
|
Definition at line 232 of file kgamelcd.h. |
|
Definition at line 237 of file kgamelcd.h. Referenced by append(). |
The documentation for this class was generated from the following files: