UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
ZqDlgProgress Class Reference

#include <zqdlg_progress.hpp>

Public Member Functions

 ZqDlgProgress (QWidget *parent, int iTotalValue=100)
 
virtual ~ZqDlgProgress ()
 
void setProgressValue (int iCurValue)
 
void setTotalValue (int iTotalValue)
 
void setTitle (const QString &qsTitle)
 
void setCaption (const QString &qsCaption)
 

Protected Attributes

Progressm_pDlg
 

Detailed Description

The class implements modal dialog wibdow with text label and progress bar.

Constructor & Destructor Documentation

ZqDlgProgress::ZqDlgProgress ( QWidget *  parent,
int  iTotalValue = 100 
)

Create progress indicator with given parent window.

virtual ZqDlgProgress::~ZqDlgProgress ( )
virtual

Destroy the dialog window.

Member Function Documentation

void ZqDlgProgress::setCaption ( const QString &  qsCaption)

Set the caption of the dialog windows.

void ZqDlgProgress::setProgressValue ( int  iCurValue)

Set the current progress value (up to iTotalValue).

void ZqDlgProgress::setTitle ( const QString &  qsTitle)

Set the title text label.

void ZqDlgProgress::setTotalValue ( int  iTotalValue)

Set the maximum (target) value of the progress bar.

Member Data Documentation

Progress* ZqDlgProgress::m_pDlg
protected

Set the text label in progress bar. Pointer to the progress dialog window form.


The documentation for this class was generated from the following file: