ICP  1
Public Member Functions | Private Attributes | List of all members
DAEProgressHandler Class Reference

#include <isisdae.h>

Public Member Functions

 DAEProgressHandler ()
 
void onProgress (Poco::TaskProgressNotification *pNf)
 
void onFinished (Poco::TaskFinishedNotification *pNf)
 
void setNumTasks (long ntasks)
 
long nFinished ()
 

Private Attributes

LONG m_nfinished
 
LONG m_ntasks
 

Detailed Description

Definition at line 31 of file isisdae.h.

Constructor & Destructor Documentation

DAEProgressHandler::DAEProgressHandler ( )
inline

Definition at line 37 of file isisdae.h.

Member Function Documentation

long DAEProgressHandler::nFinished ( )
inline

Definition at line 53 of file isisdae.h.

References m_nfinished.

void DAEProgressHandler::onFinished ( Poco::TaskFinishedNotification *  pNf)
inline

Definition at line 45 of file isisdae.h.

References m_nfinished.

Referenced by ISISDAE::ISISDAE(), and ISISDAE::~ISISDAE().

void DAEProgressHandler::onProgress ( Poco::TaskProgressNotification *  pNf)
inline

Definition at line 40 of file isisdae.h.

Referenced by ISISDAE::ISISDAE(), and ISISDAE::~ISISDAE().

void DAEProgressHandler::setNumTasks ( long  ntasks)
inline

Definition at line 52 of file isisdae.h.

References m_nfinished, and m_ntasks.

Member Data Documentation

LONG DAEProgressHandler::m_nfinished
private

Definition at line 33 of file isisdae.h.

Referenced by nFinished(), onFinished(), and setNumTasks().

LONG DAEProgressHandler::m_ntasks
private

Definition at line 34 of file isisdae.h.

Referenced by setNumTasks().


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