#include <qt_domino_progress.h>
Collaboration diagram for dmn::QtDominoProgress:

Public Slots | |
| void | setHalf (HalfDomino half) |
| Set the half. | |
| void | setMax (int max) |
| Set the max value. | |
| void | setValue (int value) |
| Set the actual value. | |
Public Member Functions | |
| QtDominoProgress (HalfDomino half, int max, int value=0, QWidget *parent=NULL, const char *name=NULL) | |
| Constructor. | |
| HalfDomino | half () const |
| Half. | |
| int | max () const |
| Max value. | |
| int | value () const |
| Actual value. | |
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Half.
|
|
|
Max value.
|
|
|
Set the half.
|
|
|
Set the max value.
|
|
|
Set the actual value.
|
|
|
Actual value.
|
1.3.4