Kaydet (Commit) 3bc76133 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

cleanup MyWin

Change-Id: I6b9606c6d1397cfe919a7a6c1922423fb8b68d5c
üst adce48ab
......@@ -82,18 +82,20 @@ class MyWin : public WorkWindow
VclPtr<SvxPixelCtl> maPixelCtl;
public:
MyWin( vcl::Window* pParent, WinBits nWinStyle );
virtual ~MyWin() { disposeOnce(); }
MyWin(vcl::Window* pParent, WinBits nWinStyle);
virtual ~MyWin()
{
disposeOnce();
}
virtual void dispose() SAL_OVERRIDE;
void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;
void KeyUp( const KeyEvent& rKEvt ) SAL_OVERRIDE;
void Paint( vcl::RenderContext& /*rRenderContext*/, const Rectangle& rRect ) SAL_OVERRIDE;
void Resize() SAL_OVERRIDE;
bool Close() SAL_OVERRIDE;
void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;
void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;
void KeyUp( const KeyEvent& rKEvt ) SAL_OVERRIDE;
void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE;
void Resize() SAL_OVERRIDE;
bool Close() SAL_OVERRIDE;
};
void Main()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment