Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
ProgressDialog Class Reference

#include <progress_dialog.hpp>

Inheritance diagram for ProgressDialog:
Inheritance graph
[legend]

Signals

void drawProgress (const int value, const QString msg)
 
void drawProgress (const int value)
 
void drawProgress (const QString msg)
 

Public Member Functions

 ProgressDialog ()
 

Private Slots

void progressChanged (const int value, const QString msg)
 
void progressChanged (const int value)
 
void progressChanged (const QString msg)
 
void progressValueChanged ()
 

Private Attributes

QPushButton * cancel_button_
 
QLabel * progress_message_
 
QProgressBar * progress_value_
 

Detailed Description

Definition at line 14 of file progress_dialog.hpp.

Constructor & Destructor Documentation

ProgressDialog::ProgressDialog ( )

Definition at line 3 of file progress_dialog.cpp.

Member Function Documentation

void ProgressDialog::drawProgress ( const int  value,
const QString  msg 
)
signal
void ProgressDialog::drawProgress ( const int  value)
signal
void ProgressDialog::drawProgress ( const QString  msg)
signal
void ProgressDialog::progressChanged ( const int  value,
const QString  msg 
)
privateslot

Definition at line 36 of file progress_dialog.cpp.

void ProgressDialog::progressChanged ( const int  value)
privateslot

Definition at line 46 of file progress_dialog.cpp.

void ProgressDialog::progressChanged ( const QString  msg)
privateslot

Definition at line 52 of file progress_dialog.cpp.

void ProgressDialog::progressValueChanged ( )
privateslot

Definition at line 29 of file progress_dialog.cpp.

Member Data Documentation

QPushButton* ProgressDialog::cancel_button_
private

Definition at line 42 of file progress_dialog.hpp.

QLabel* ProgressDialog::progress_message_
private

Definition at line 40 of file progress_dialog.hpp.

QProgressBar* ProgressDialog::progress_value_
private

Definition at line 41 of file progress_dialog.hpp.


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


rqt_bag_exporter
Author(s): Romain Hernandez, Victor Lamoine - Institut Maupertuis
autogenerated on Mon Jun 10 2019 14:57:01