2 * Copyright 2014, Adrien Destugues <pulkomandy@pulkomandy.tk>.
3 * Distributed under the terms of the MIT License.
13 #include <NodeMonitor.h>
24 class BookmarkBar
: public BMenuBar
{
26 BookmarkBar(const char* title
,
28 const entry_ref
* navDir
);
31 void AttachedToWindow();
32 void MessageReceived(BMessage
* message
);
34 void FrameResized(float width
, float height
);
38 void _AddItem(ino_t inode
, BEntry
* entry
);
42 std::map
<ino_t
, BPrivate::IconMenuItem
*> fItemsMap
;
47 #endif // BOOKMARK_BAR_H