2 * Copyright 2014, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef LINKED_BITMAP_VIEW_H
6 #define LINKED_BITMAP_VIEW_H
11 #include "BitmapView.h"
14 class LinkedBitmapView
: public BitmapView
, public BInvoker
{
16 LinkedBitmapView(const char* name
,
19 virtual void AllAttached();
21 virtual void MouseMoved(BPoint where
, uint32 transit
,
22 const BMessage
* dragMessage
);
23 virtual void MouseDown(BPoint where
);
25 void SetEnabled(bool enabled
);
28 void _UpdateViewCursor();
36 #endif // LINKED_BITMAP_VIEW_H