#include <mie/jobbase.h>
Inheritance diagram for MIE::JOB_BASE:

Public Member Functions | |
| ERRVALUE | ExportBegin (const RVC::OBJITEM &SrcObj) |
| ERRVALUE | ExportEnd (const RVC::OBJITEM &SrcObj) |
| const FORMAT & | GetFormat () const |
| GetLogLevel (LOGMSG level) | |
| LOGMSG | GetLogLevel () const |
| ERRVALUE | ImportBegin (const RVC::OBJITEM &DestObj) |
| ERRVALUE | ImportEnd (const RVC::OBJITEM &DestObj) |
| JOB_BASE (const FORMAT &p_format) | |
| void | LogPrint (UINT8 msglevel, TEXTID textid) |
| void | LogPrint (UINT8 msglevel, const UNICODE *message) |
| int | SetupTrans () |
| virtual | ~JOB_BASE () |
Private Member Functions | |
| virtual void | v_CleanupAfterExportError () |
| virtual void | v_CleanupAfterImportError () |
| virtual ERRVALUE | v_ExportBegin (const RVC::OBJITEM &SrcObj) |
| virtual ERRVALUE | v_ExportEnd (const RVC::OBJITEM &SrcObj) |
| virtual ERRVALUE | v_ImportBegin (const RVC::OBJITEM &DestObj) |
| virtual ERRVALUE | v_ImportEnd (const RVC::OBJITEM &DestObj) |
Private Attributes | |
| const FORMAT & | m_Format |
| LOGMSG | m_LogLevel |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set the current log message level log messages below the current level will be ignored.
|
|
|
Get the current log message level log messages below the current level will be ignored.
|
|
|
|
|
|
|
|
||||||||||||
|
Append a message to the log.
|
|
||||||||||||
|
Append a message to the log XXX note: I'll probably make the log a FILE_TEXT and have a method to just get a reference to it so you can << into the file.
|
|
|
Setup external-to-object transformation Was _mieSetupTrans.
|
|
|
Will go away in favor of doing cleanup in dtor.
|
|
|
Will go away in favor of doing cleanup in dtor.
Reimplemented in MIE::JOB_VECTOR. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8-20040913