GME
13
|
#include <GMEConsole.h>
Public Types | |
enum | { IDD = IDD_CONSOLE_DIALOG } |
Public Member Functions | |
CGMEConsole (CWnd *pParent=NULL) | |
virtual | ~CGMEConsole () |
void | Clear () |
void | Message (CString str, short type) |
CString | GetContents () |
void | SetContents (const CString &contents) |
void | SetGMEApp (IDispatch *idp) |
void | SetGMEProj (IDispatch *idp) |
void | NavigateTo (CString url) |
IDispatch * | GetInterface () |
Public Attributes | |
CConsole | m_Console |
Static Public Attributes | |
static CGMEConsole * | theInstance = 0 |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnClickMGAIDConsoleCtrl (LPCTSTR objid) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Definition at line 12 of file GMEConsole.h.
anonymous enum |
Definition at line 29 of file GMEConsole.h.
CGMEConsole::CGMEConsole | ( | CWnd * | pParent = NULL | ) |
Definition at line 25 of file GMEConsole.cpp.
virtual CGMEConsole::~CGMEConsole | ( | ) | [inline, virtual] |
Definition at line 17 of file GMEConsole.h.
void CGMEConsole::Clear | ( | ) |
Definition at line 99 of file GMEConsole.cpp.
void CGMEConsole::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 35 of file GMEConsole.cpp.
CString CGMEConsole::GetContents | ( | ) |
Definition at line 110 of file GMEConsole.cpp.
IDispatch* CGMEConsole::GetInterface | ( | ) | [inline] |
Definition at line 35 of file GMEConsole.h.
void CGMEConsole::Message | ( | CString | str, |
short | type | ||
) |
Definition at line 104 of file GMEConsole.cpp.
void CGMEConsole::NavigateTo | ( | CString | url | ) |
Definition at line 130 of file GMEConsole.cpp.
void CGMEConsole::OnClickMGAIDConsoleCtrl | ( | LPCTSTR | objid | ) | [protected] |
Definition at line 92 of file GMEConsole.cpp.
int CGMEConsole::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 54 of file GMEConsole.cpp.
void CGMEConsole::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) | [protected] |
Definition at line 77 of file GMEConsole.cpp.
virtual BOOL CGMEConsole::PreTranslateMessage | ( | MSG * | pMsg | ) | [inline, protected, virtual] |
Definition at line 64 of file GMEConsole.h.
void CGMEConsole::SetContents | ( | const CString & | contents | ) |
Definition at line 115 of file GMEConsole.cpp.
void CGMEConsole::SetGMEApp | ( | IDispatch * | idp | ) |
Definition at line 120 of file GMEConsole.cpp.
void CGMEConsole::SetGMEProj | ( | IDispatch * | idp | ) |
Definition at line 125 of file GMEConsole.cpp.
Definition at line 30 of file GMEConsole.h.
CGMEConsole * CGMEConsole::theInstance = 0 [static] |
Definition at line 33 of file GMEConsole.h.