Canorus  0.0
Public Slots | Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
CAProgressStatusBar Class Reference

#include <progressstatusbar.h>

Inheritance diagram for CAProgressStatusBar:
Inheritance graph
[legend]

Public Slots

void setProgress (QString label, int value)
 
void setProgress (int value)
 
void setProgress (QString label)
 

Signals

void cancelButtonClicked (bool)
 

Public Member Functions

 CAProgressStatusBar (QWidget *parent)
 
 ~CAProgressStatusBar ()
 

Private Slots

void on_cancelButton_clicked (bool)
 

Private Attributes

QLabel * _progressLabel
 
QProgressBar * _progressBar
 
QPushButton * _cancelButton
 

Constructor & Destructor Documentation

◆ CAProgressStatusBar()

CAProgressStatusBar::CAProgressStatusBar ( QWidget *  parent)

Copyright (c) 2009, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.

Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.

References _cancelButton, _progressBar, _progressLabel, and on_cancelButton_clicked().

Here is the call graph for this function:

◆ ~CAProgressStatusBar()

CAProgressStatusBar::~CAProgressStatusBar ( )

Member Function Documentation

◆ cancelButtonClicked

void CAProgressStatusBar::cancelButtonClicked ( bool  )
signal

Referenced by on_cancelButton_clicked().

Here is the caller graph for this function:

◆ on_cancelButton_clicked

void CAProgressStatusBar::on_cancelButton_clicked ( bool  c)
privateslot

References _cancelButton, and cancelButtonClicked().

Referenced by CAProgressStatusBar().

Here is the caller graph for this function:

◆ setProgress [1/3]

void CAProgressStatusBar::setProgress ( int  value)
slot

References _progressBar.

◆ setProgress [2/3]

void CAProgressStatusBar::setProgress ( QString  label)
slot

References _progressLabel.

◆ setProgress [3/3]

void CAProgressStatusBar::setProgress ( QString  label,
int  value 
)
slot

References _progressBar, and _progressLabel.

Referenced by CAMainWinProgressCtl::on_updateTimer_timeout().

Here is the caller graph for this function:

Member Data Documentation

◆ _cancelButton

QPushButton* CAProgressStatusBar::_cancelButton
private

◆ _progressBar

QProgressBar* CAProgressStatusBar::_progressBar
private

◆ _progressLabel

QLabel* CAProgressStatusBar::_progressLabel
private

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