#include <RobotControlFieldView.h>
Inheritance diagram for CRobotControlFieldView:
Public Member Functions | |
CRobotControlFieldView () | |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual | ~CRobotControlFieldView () |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnPaint () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
afx_msg BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
DECLARE_MESSAGE_MAP () | |
Public Attributes | |
CRect | rectForMetaFilePlay |
Private Member Functions | |
DECLARE_DYNCREATE (CRobotControlFieldView) |
Definition at line 19 of file RobotControlFieldView.h.
CRobotControlFieldView::CRobotControlFieldView | ( | ) |
Definition at line 30 of file RobotControlFieldView.cpp.
CRobotControlFieldView::~CRobotControlFieldView | ( | ) | [virtual] |
Definition at line 34 of file RobotControlFieldView.cpp.
CRobotControlFieldView::DECLARE_DYNCREATE | ( | CRobotControlFieldView | ) | [private] |
CRobotControlFieldView::DECLARE_MESSAGE_MAP | ( | ) |
void CRobotControlFieldView::OnContextMenu | ( | CWnd * | pWnd, | |
CPoint | point | |||
) |
Definition at line 88 of file RobotControlFieldView.cpp.
References DrawingPapers::mainWindow, and DebugDrawingManagerUI::showContextMenu().
int CRobotControlFieldView::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
Definition at line 64 of file RobotControlFieldView.cpp.
References CRobotControlMainFrame::debugDrawingManager, getRobotControlApp(), DrawingPapers::mainWindow, CRobotControlApp::pMainFrame, and DebugDrawingManager::setCallBackMethod().
BOOL CRobotControlFieldView::OnMouseWheel | ( | UINT | nFlags, | |
short | zDelta, | |||
CPoint | pt | |||
) |
Definition at line 95 of file RobotControlFieldView.cpp.
References CRobotControlMainFrame::debugDrawingManager, getRobotControlApp(), DrawingPapers::mainWindow, CRobotControlApp::pMainFrame, and DebugDrawingManager::zoomDrawingPaper().
void CRobotControlFieldView::OnPaint | ( | ) |
Definition at line 53 of file RobotControlFieldView.cpp.
References CRobotControlMainFrame::debugDrawingManager, getRobotControlApp(), DrawingPapers::mainWindow, DebugDrawingManager::paint(), CRobotControlApp::pMainFrame, and rectForMetaFilePlay.
void CRobotControlFieldView::OnSize | ( | UINT | nType, | |
int | cx, | |||
int | cy | |||
) |
BOOL CRobotControlFieldView::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |