1 // Author: Michael Wilber
2 // Copyright (C) Haiku, uses the MIT license
13 class IconView
: public BView
{
15 IconView(icon_size iconSize
= B_LARGE_ICON
);
19 status_t
InitCheck() const;
20 virtual void Draw(BRect area
);
22 void DrawIcon(bool draw
);
23 status_t
SetIcon(const BPath
& path
,
24 icon_size iconSize
= B_LARGE_ICON
);
34 #endif // #ifndef ICONVIEW_H