#include <srEditor.h>
Public Member Functions | |
void | WriteLayout () |
void | RestoreLayout () |
CDoc * | GetDocument () |
virtual void | OnInitialUpdate () |
virtual | ~CEditor () |
Protected Member Functions | |
CEditor () | |
virtual void | OnUpdate (CView *pSender, LPARAM lHint, CObject *pHint) |
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnEditIndent () |
afx_msg void | OnEditUnindent () |
afx_msg void | OnUpdateEditUnindent (CCmdUI *pCmdUI) |
afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnHelp () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Private Attributes | |
CMenu | m_menuPopup |
Definition at line 5 of file srEditor.h.
CEditor::CEditor | ( | ) | [protected] |
Definition at line 40 of file srEditor.cpp.
CEditor::~CEditor | ( | ) | [virtual] |
Definition at line 44 of file srEditor.cpp.
CDoc * CEditor::GetDocument | ( | ) | [inline] |
void CEditor::OnChar | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
int CEditor::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
void CEditor::OnEditIndent | ( | ) | [protected] |
void CEditor::OnEditUnindent | ( | ) | [protected] |
void CEditor::OnHelp | ( | ) | [protected] |
void CEditor::OnInitialUpdate | ( | ) | [virtual] |
Definition at line 233 of file srEditor.cpp.
void CEditor::OnRButtonUp | ( | UINT | nFlags, | |
CPoint | point | |||
) | [protected] |
void CEditor::OnUpdate | ( | CView * | pSender, | |
LPARAM | lHint, | |||
CObject * | pHint | |||
) | [protected, virtual] |
void CEditor::OnUpdateEditUnindent | ( | CCmdUI * | pCmdUI | ) | [protected] |
Definition at line 226 of file srEditor.cpp.
void CEditor::RestoreLayout | ( | ) |
Definition at line 75 of file srEditor.cpp.
References e, GetDocument(), CDoc::IsRestoringLayout(), CDoc::NewSection(), and CDoc::ReadInt().
void CEditor::WriteLayout | ( | ) |
Definition at line 48 of file srEditor.cpp.
References e, GetDocument(), CDoc::NewSection(), and CDoc::WriteInt().
CMenu CEditor::m_menuPopup [private] |