Operator Console
|
a thread class for creating modeless dialogs which can operate without halting the main dialog More...
#include <ModelessDialogThread.h>
Public Member Functions | |
ModelessDialogThread () | |
virtual | ~ModelessDialogThread () |
void | SetText (LPCTSTR text) |
void | SetTitle (LPCTSTR title) |
void | Show (bool show) |
BOOL | InitInstance () |
int | ExitInstance () |
ModelessDialogThread () | |
virtual | ~ModelessDialogThread () |
void | SetText (LPCTSTR text) |
void | SetTitle (LPCTSTR title) |
void | Show (bool show) |
BOOL | InitInstance () |
int | ExitInstance () |
Protected Member Functions | |
void | OnModelessQuit (WPARAM wParam, LPARAM lParam) |
void | OnModelessQuit (WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
TextDlg * | m_dialog |
a thread class for creating modeless dialogs which can operate without halting the main dialog
ModelessDialogThread::ModelessDialogThread | ( | ) |
References m_dialog.
ModelessDialogThread::ModelessDialogThread | ( | ) |
|
virtual |
int ModelessDialogThread::ExitInstance | ( | ) |
References m_dialog.
int ModelessDialogThread::ExitInstance | ( | ) |
BOOL ModelessDialogThread::InitInstance | ( | ) |
BOOL ModelessDialogThread::InitInstance | ( | ) |
|
protected |
|
protected |
void ModelessDialogThread::SetText | ( | LPCTSTR | text | ) |
void ModelessDialogThread::SetText | ( | LPCTSTR | text | ) |
References m_dialog, and TextDlg::SetText().
Referenced by COperatorConsoleApp::OnShowJSON().
void ModelessDialogThread::SetTitle | ( | LPCTSTR | title | ) |
void ModelessDialogThread::SetTitle | ( | LPCTSTR | title | ) |
References m_dialog, and TextDlg::SetTitle().
Referenced by COperatorConsoleApp::OnShowJSON().
void ModelessDialogThread::Show | ( | bool | show | ) |
References m_dialog, and TextDlg::Show().
Referenced by COperatorConsoleApp::OnShowJSON().
void ModelessDialogThread::Show | ( | bool | show | ) |
|
protected |
Referenced by ExitInstance(), InitInstance(), SetText(), SetTitle(), and Show().