Searched refs:shelfType (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DShelf.h31 const char* shelfType = NULL);
34 const char* shelfType = NULL);
37 const char* shelfType = NULL);
/haiku/src/kits/interface/
H A DShelf.cpp521 BShelf::BShelf(BView *view, bool allowDrags, const char *shelfType) argument
522 : BHandler(shelfType)
529 const char *shelfType)
530 : BHandler(shelfType)
537 const char *shelfType)
538 : BHandler(shelfType)
1263 const char *shelfType = NULL; local
1264 if (data->FindString("shelf_type", &shelfType) == B_OK
1265 && shelfType != NULL) {
1266 if (Name() && strcmp(shelfType, Nam
528 BShelf(const entry_ref *ref, BView *view, bool allowDrags, const char *shelfType) argument
536 BShelf(BDataIO *stream, BView *view, bool allowDrags, const char *shelfType) argument
[all...]

Completed in 14 milliseconds