Lines Matching refs:MyView
256 class MyView : public WorkWindow class
263 MyView( Window* pParent, EditEngine* pEditEngine );
264 ~MyView();
277 MyView::MyView( Window* pParent, EditEngine* pEE ) : WorkWindow( pParent, WinBits( WB_STDWORK ) ) in MyView() function in MyView
288 MyView::~MyView() in ~MyView()
294 void __EXPORT MyView::Paint( const Rectangle& rRec ) in Paint()
299 void __EXPORT MyView::Resize() in Resize()
311 void __EXPORT MyView::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
316 void __EXPORT MyView::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
328 void __EXPORT MyView::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
333 void __EXPORT MyView::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
338 void __EXPORT MyView::Command( const CommandEvent& rCEvt ) in Command()
344 BOOL __EXPORT MyView::Drop( const DropEvent& rEvt ) in Drop()
349 BOOL __EXPORT MyView::QueryDrop( DropEvent& rEvt ) in QueryDrop()
355 DECLARE_LIST( ViewList, MyView* );
1397 MyView* pView = aViewList.First(); in ~EditViewWindow()