#include <mfc_dlog_app_base.h>
Inheritance diagram for CMFCDialogAppBase:

Public Member Functions | |
| CMFCDialogAppBase () | |
| virtual BOOL | InitInstance () |
| virtual UINT | StartWorkerThread () |
Protected Member Functions | |
| virtual bool | PrepApp (const char *p_configfilename) |
| bool | ParseCommandFile (LPTSTR p_filename) |
| virtual bool | InitApp () |
| virtual CWnd * | GetMainWindow ()=0 |
| virtual void | OpenMainDialog ()=0 |
| virtual char * | GetApplicationName ()=0 |
Protected Attributes | |
| bool | Running |
| int | LoggingLevel |
|
|
Definition at line 61 of file mfc_dlog_app_base.cpp. References LoggingLevel. |
|
|
Referenced by InitInstance(). |
|
|
Referenced by InitInstance(), and CMFCDialogModuleBase::StatusAndReadLoop(). |
|
|
Reimplemented in CMFCDialogModuleBase. Definition at line 100 of file mfc_dlog_app_base.h. Referenced by InitInstance(). |
|
|
Definition at line 75 of file mfc_dlog_app_base.cpp. References TLogger::Close(), FALSE, GetApplicationName(), GetMainWindow(), InitApp(), TLogger::Logit(), OpenMainDialog(), ParseCommandFile(), PrepApp(), Running, and TLogger::TruncateOnOpen(). |
|
|
Referenced by InitInstance(). |
|
|
Definition at line 146 of file mfc_dlog_app_base.cpp. References COMFILE_EOF, COMFILE_ERROR, TConfigurable::HandleConfigLine(), HANDLER_UNUSED, TConfigurable::IsReady(), TLogger::Logit(), ConfigSource::NextToken(), TComFileParser::Open(), and TComFileParser::ReadLine(). Referenced by InitInstance(). |
|
|
Reimplemented in CMFCDialogModuleBase. Definition at line 86 of file mfc_dlog_app_base.h. Referenced by InitInstance(). |
|
|
Reimplemented in CMFCDialogModuleBase. Definition at line 154 of file mfc_dlog_app_base.h. Referenced by StartMFCWorkerThread(). |
|
|
Definition at line 75 of file mfc_dlog_app_base.h. Referenced by CMFCDialogModuleBase::CheckConfig(), CMFCDialogAppBase(), CMFCDialogModuleBase::PrepApp(), and CMFCDialogModuleBase::SendStatus(). |
|
|
Definition at line 73 of file mfc_dlog_app_base.h. Referenced by InitInstance(), CMFCDialogModuleBase::SendStatus(), and CMFCDialogModuleBase::StatusAndReadLoop(). |
1.3-rc3