Home
last modified time | relevance | path

Searched refs:CView (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtarget_view.cpp19 IMPLEMENT_DYNCREATE(target_view, CView) in IMPLEMENT_DYNCREATE() argument
22 BEGIN_MESSAGE_MAP(target_view, CView) in IMPLEMENT_DYNCREATE()
51 return CView::PreCreateWindow(cs); in PreCreateWindow()
61 CView::OnCreate(lpCreateStruct); in OnCreate()
92 CView::OnInitialUpdate(); in OnInitialUpdate()
130 CView::OnDraw(pDC); in OnDraw()
136 CView::OnSize(nType, cx, cy); in OnSize()
297 CView::OnSize(nType, cx, cy); in OnSize()
391 CView::OnSetFocus(pOldWnd); in OnSetFocus()
449 return CView::PreTranslateMessage(pMsg); in PreTranslateMessage()
Dtarget_view.h32 class target_view : public CView
DREADME.txt83 commands by calling member functions in the CView class from the MFC library.
Dresource_view.cpp169 CView::OnDraw(pDC); in OnDraw()