Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

dmn::QtDominoProgress Class Reference

Shows a Label with a progress bar. More...

#include <qt_domino_progress.h>

Collaboration diagram for dmn::QtDominoProgress:

Collaboration graph
[legend]
List of all members.

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.


Detailed Description

Shows a Label with a progress bar.


Constructor & Destructor Documentation

dmn::QtDominoProgress::QtDominoProgress HalfDomino  half,
int  max,
int  value = 0,
QWidget *  parent = NULL,
const char *  name = NULL
 

Constructor.

Parameters:
half half value
max max value
value actual value
parent widget parent
name name of the widget


Member Function Documentation

HalfDomino dmn::QtDominoProgress::half  )  const
 

Half.

Returns:
the half

int dmn::QtDominoProgress::max  )  const
 

Max value.

Returns:
the value

void dmn::QtDominoProgress::setHalf HalfDomino  half  )  [slot]
 

Set the half.

Parameters:
half half

void dmn::QtDominoProgress::setMax int  max  )  [slot]
 

Set the max value.

Parameters:
max value

void dmn::QtDominoProgress::setValue int  value  )  [slot]
 

Set the actual value.

Parameters:
value value

int dmn::QtDominoProgress::value  )  const
 

Actual value.

Returns:
the value


The documentation for this class was generated from the following file:
Generated on Fri Dec 26 22:56:19 2003 for dmn by doxygen 1.3.4