ICP
1
|
#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 |
|
inline |
Definition at line 53 of file isisdae.h.
References m_nfinished.
|
inline |
Definition at line 45 of file isisdae.h.
References m_nfinished.
Referenced by ISISDAE::ISISDAE(), and ISISDAE::~ISISDAE().
|
inline |
Definition at line 40 of file isisdae.h.
Referenced by ISISDAE::ISISDAE(), and ISISDAE::~ISISDAE().
|
inline |
Definition at line 52 of file isisdae.h.
References m_nfinished, and m_ntasks.
|
private |
Definition at line 33 of file isisdae.h.
Referenced by nFinished(), onFinished(), and setNumTasks().
|
private |
Definition at line 34 of file isisdae.h.
Referenced by setNumTasks().