OSTC Companion  3.0
Companion sofftware for H&W dive computers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
ProgressEvent.h File Reference

User event to pass async progress-bar updates to the main window. More...

#include <QEvent>
Include dependency graph for ProgressEvent.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ProgressEvent
 
class  ProgressManager
 

Macros

#define PROGRESS(current, range)   ProgressManager::getInstance()->post(current, range)
 
#define PROGRESS_THROTTLE()   ProgressManager::getInstance()->post(0, 0)
 
#define PROGRESS_RESET()   ProgressManager::getInstance()->post()
 

Detailed Description

User event to pass async progress-bar updates to the main window.

Author
JD Gascuel.
Id
ProgressEvent.h,v 8969b7277f69 2016/06/01 23:14:05 jDG

Macro Definition Documentation

#define PROGRESS (   current,
  range 
)    ProgressManager::getInstance()->post(current, range)
#define PROGRESS_RESET ( )    ProgressManager::getInstance()->post()
#define PROGRESS_THROTTLE ( )    ProgressManager::getInstance()->post(0, 0)