UNIVERS
15.3
UNIVERS base processing software API
|
#include <hds_batch_module.hpp>
Public Member Functions | |
BatchModule (QObject *pParrent=0x0) | |
virtual | ~BatchModule () |
void | setContext (const hds::BatchModuleContext &context) |
const hds::BatchModuleContext & | context () const |
void | infoMsg (const QString &str) const |
void | warningMsg (const QString &str) const |
void | errorMsg (const QString &str) const |
void | debugMsg (const QString &str) const |
const hds::ModuleProgress & | progress () const |
void | attachMessenger (const hds::Messenger &messenger) |
void | removeMessengers () |
Public Member Functions inherited from hds::Module | |
Module (QObject *pParrent=0x0) | |
virtual | ~Module () |
Additional Inherited Members | |
Public Slots inherited from hds::Module | |
virtual hds::ErrCode | init ()=0 |
virtual hds::ErrCode | exec ()=0 |
Common interface to the batch module.
hds::BatchModule::BatchModule | ( | QObject * | pParrent = 0x0 | ) |
Default constructor. Application widget not defined by default.
|
virtual |
Destructor.
void hds::BatchModule::attachMessenger | ( | const hds::Messenger & | messenger | ) |
Attach messenger. (Just copy a pointer, not the object.)
|
inline |
Access to the module execution context.
void hds::BatchModule::debugMsg | ( | const QString & | str | ) | const |
Debug message.
void hds::BatchModule::errorMsg | ( | const QString & | str | ) | const |
Error message.
void hds::BatchModule::infoMsg | ( | const QString & | str | ) | const |
Info message.
|
inline |
Progress object access.
void hds::BatchModule::removeMessengers | ( | ) |
Remove all loggers from the module.
|
inline |
Set module execution context.
void hds::BatchModule::warningMsg | ( | const QString & | str | ) | const |
Warning message.