Searched refs:DeskbarShelf (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/deskbar/
H A DBarView.h49 enum DeskbarShelf { enum
138 DeskbarShelf* shelf);
140 DeskbarShelf* shelf);
142 bool ItemExists(int32 id, DeskbarShelf shelf);
143 bool ItemExists(const char* name, DeskbarShelf shelf);
145 int32 CountItems(DeskbarShelf shelf);
147 BSize MaxItemSize(DeskbarShelf shelf);
149 status_t AddItem(BMessage* archive, DeskbarShelf shelf,
151 status_t AddItem(BEntry* entry, DeskbarShelf shelf,
155 void RemoveItem(const char* name, DeskbarShelf shel
[all...]
H A DBarView.cpp1159 TBarView::ItemInfo(int32 id, const char** name, DeskbarShelf* shelf)
1167 TBarView::ItemInfo(const char* name, int32* id, DeskbarShelf* shelf)
1175 TBarView::ItemExists(int32 id, DeskbarShelf)
1182 TBarView::ItemExists(const char* name, DeskbarShelf)
1189 TBarView::CountItems(DeskbarShelf)
1196 TBarView::MaxItemSize(DeskbarShelf shelf)
1204 TBarView::AddItem(BMessage* item, DeskbarShelf, int32* id)
1211 TBarView::AddItem(BEntry* entry, DeskbarShelf, int32* id)
1225 TBarView::RemoveItem(const char* name, DeskbarShelf)
H A DBarWindow.cpp508 DeskbarShelf shelf;
535 DeskbarShelf shelf;
556 DeskbarShelf shelf;
572 DeskbarShelf shelf;
590 DeskbarShelf shelf = B_DESKBAR_TRAY;

Completed in 41 milliseconds