#include <srConsole.h>
Inheritance diagram for CConsole:
Public Member Functions | |
void | Print (const char *text) |
void | Clear () |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Protected Attributes | |
CConsoleEdit | m_wndChild |
CFont | m_font |
Definition at line 24 of file srConsole.h.
void CConsole::Clear | ( | ) |
int CConsole::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Reimplemented from CSizingControlBar.
Definition at line 49 of file srConsole.cpp.
References CSizingControlBar::GetSCBStyle(), ID_CONSOLE, m_font, m_wndChild, CSizingControlBar::OnCreate(), SCBS_SIZECHILD, and CSizingControlBar::SetSCBStyle().
void CConsole::Print | ( | const char * | text | ) |
CFont CConsole::m_font [protected] |
CConsoleEdit CConsole::m_wndChild [protected] |