2 * Copyright 2009 Vincent Duvert, vincent.duvert@free.fr
3 * Copyright 2014 Haiku, Inc. All rights reserved.
5 * Distributed under the terms of the MIT License.
8 * Vincent Duvert, vincent.duvert@free.fr
9 * John Scipione, jscipione@gmail.com
11 #ifndef ICON_DISPLAY_H
12 #define ICON_DISPLAY_H
30 void Run(vector_icon
* icon
, BRect frame
);
31 inline bool IsRunning() const { return fIsRunning
; };
32 inline BRect
GetFrame() const { return fFrame
; };
34 void ClearOn(BView
* view
);
35 void DrawOn(BView
* view
, uint32 delta
);
49 #endif // ICON_DISPLAY_H