Observer used to access the ongoing status of a running OTB Application.
More...
|
static int | Callback (TSG_UI_Callback_ID ID, CSG_UI_Parameter &Param_1, CSG_UI_Parameter &Param_2) |
| The callback function called at any SAGA-GIS module step. More...
|
|
static void | SetMessage (const char *mess) |
| Define the message value. More...
|
|
static void | FreeMessage () |
| Free the message value. More...
|
|
Observer used to access the ongoing status of a running OTB Application.
int SagaWatcher::Callback |
( |
TSG_UI_Callback_ID |
id, |
|
|
CSG_UI_Parameter & |
param1, |
|
|
CSG_UI_Parameter & |
param2 |
|
) |
| |
|
static |
The callback function called at any SAGA-GIS module step.
- Parameters
-
id | a TSG_UI_Callback_ID as defined in api_core.h (line 1290) |
param1 | |
param2 | |
void SagaWatcher::FreeConf |
( |
| ) |
|
|
inline |
Free Configuration maps (m_Conf)
static void SagaWatcher::FreeMessage |
( |
| ) |
|
|
inlinestatic |
const maps& SagaWatcher::GetConf |
( |
| ) |
|
|
inline |
Get Configuration maps (m_conf)
- Returns
- the m_conf property
void SagaWatcher::SetConf |
( |
maps ** |
conf | ) |
|
|
inline |
Copy the original conf in the m_conf property.
- Parameters
-
conf | the maps pointer to copy |
static void SagaWatcher::SetMessage |
( |
const char * |
mess | ) |
|
|
inlinestatic |
Define the message value.
- Parameters
-
conf | the maps pointer to copy |
The documentation for this class was generated from the following file: