#include <SimRobXP.h>
Inheritance diagram for CChild:
Public Member Functions | |
CChild () | |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Static Public Member Functions | |
static void | TranslateChars (BOOL b) |
Static Private Attributes | |
static BOOL | m_bTranslateChars = TRUE |
Definition at line 21 of file SimRobXP.h.
CChild::CChild | ( | ) | [inline] |
virtual BOOL CChild::PreTranslateMessage | ( | MSG * | pMsg | ) | [inline, virtual] |
static void CChild::TranslateChars | ( | BOOL | b | ) | [inline, static] |
Definition at line 34 of file SimRobXP.h.
References m_bTranslateChars.
Referenced by CConsoleEdit::OnKillFocus(), and CConsoleEdit::OnSetFocus().
BOOL CChild::m_bTranslateChars = TRUE [static, private] |
Definition at line 25 of file SimRobXP.h.
Referenced by PreTranslateMessage(), and TranslateChars().