#include <console.h>
List of all members.
Public Member Functions |
| ~CConsole () |
CLSID const & | GetClsid () |
virtual BOOL | Create (LPCTSTR, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CCreateContext *) |
BOOL | Create (LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CWnd *pParentWnd, UINT nID, CFile *pPersist=NULL, BOOL bStorage=FALSE, BSTR bstrLicKey=NULL) |
CString | GetContents () |
void | SetContents (LPCTSTR) |
CString | Get_Contents () |
void | Set_Contents (LPCTSTR) |
void | Message (LPCTSTR str, short type) |
void | Clear () |
void | AboutBox () |
void | SetGMEApp (IDispatch *idp) |
void | SetGMEProj (IDispatch *idp) |
void | NavigateTo (LPCTSTR url) |
void | RunCode (BSTR code) |
Detailed Description
Definition at line 15 of file console.h.
Constructor & Destructor Documentation
Member Function Documentation
virtual BOOL CConsole::Create |
( |
LPCTSTR |
, |
|
|
LPCTSTR |
lpszWindowName, |
|
|
DWORD |
dwStyle, |
|
|
const RECT & |
rect, |
|
|
CWnd * |
pParentWnd, |
|
|
UINT |
nID, |
|
|
CCreateContext * |
|
|
) |
| [inline, virtual] |
BOOL CConsole::Create |
( |
LPCTSTR |
lpszWindowName, |
|
|
DWORD |
dwStyle, |
|
|
const RECT & |
rect, |
|
|
CWnd * |
pParentWnd, |
|
|
UINT |
nID, |
|
|
CFile * |
pPersist = NULL , |
|
|
BOOL |
bStorage = FALSE , |
|
|
BSTR |
bstrLicKey = NULL |
|
) |
| [inline] |
The documentation for this class was generated from the following files: