GME  13
Public Member Functions
CConsole Class Reference

#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

Definition at line 18 of file console.cpp.


Member Function Documentation

Definition at line 65 of file console.cpp.

void CConsole::Clear ( )

Definition at line 60 of file console.cpp.

virtual BOOL CConsole::Create ( LPCTSTR  ,
LPCTSTR  lpszWindowName,
DWORD  dwStyle,
const RECT &  rect,
CWnd *  pParentWnd,
UINT  nID,
CCreateContext *   
) [inline, virtual]

Definition at line 27 of file console.h.

BOOL CConsole::Create ( LPCTSTR  lpszWindowName,
DWORD  dwStyle,
const RECT &  rect,
CWnd *  pParentWnd,
UINT  nID,
CFile *  pPersist = NULL,
BOOL  bStorage = FALSE,
BSTR  bstrLicKey = NULL 
) [inline]

Definition at line 34 of file console.h.

Definition at line 37 of file console.cpp.

CLSID const& CConsole::GetClsid ( ) [inline]

Definition at line 21 of file console.h.

CString CConsole::GetContents ( )

Definition at line 25 of file console.cpp.

void CConsole::Message ( LPCTSTR  str,
short  type 
)

Definition at line 52 of file console.cpp.

void CConsole::NavigateTo ( LPCTSTR  url)

Definition at line 82 of file console.cpp.

void CConsole::RunCode ( BSTR  code)

Definition at line 89 of file console.cpp.

void CConsole::Set_Contents ( LPCTSTR  propVal)

Definition at line 44 of file console.cpp.

void CConsole::SetContents ( LPCTSTR  propVal)

Definition at line 32 of file console.cpp.

void CConsole::SetGMEApp ( IDispatch *  idp)

Definition at line 70 of file console.cpp.

void CConsole::SetGMEProj ( IDispatch *  idp)

Definition at line 76 of file console.cpp.


The documentation for this class was generated from the following files: