Searched refs:item (Results 401 - 425 of 629) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/interface/
H A DViewPrivate.h76 void RegisterLayoutItem(BLayoutItem* item);
77 void DeregisterLayoutItem(BLayoutItem* item);
/haiku/src/apps/people/
H A DPersonWindow.cpp57 BMenuItem* item; local
61 menu->AddItem(item = new BMenuItem(
64 item->SetTarget(be_app);
78 item = new BMenuItem(B_TRANSLATE("Quit"),
80 item->SetTarget(be_app);
81 menu->AddItem(item);
99 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Configure attributes"),
101 item->SetTarget(be_app);
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp76 BMenuItem* item = new BMenuItem(name, message); local
77 menu->AddItem(item);
/haiku/src/build/libbe/storage/
H A DEntry.cpp764 /*! \brief Returns true if the BEntry and \c item refer to the same entry or
772 BEntry::operator==(const BEntry &item) const
775 if (this->InitCheck() != B_OK && item.InitCheck() != B_OK) {
777 } else if (this->InitCheck() == B_OK && item.InitCheck() == B_OK) {
784 if (item.GetRef(&ref2) != B_OK)
795 /*! \brief Returns false if the BEntry and \c item refer to the same entry or
803 BEntry::operator!=(const BEntry &item) const
805 return !(*this == item);
815 BEntry::operator=(const BEntry &item) argument
817 if (this == &item)
[all...]
/haiku/src/kits/storage/
H A DEntry.cpp445 BEntry::operator==(const BEntry& item) const
448 if (this->InitCheck() != B_OK && item.InitCheck() != B_OK) {
450 } else if (this->InitCheck() == B_OK && item.InitCheck() == B_OK) {
457 if (item.GetRef(&ref2) != B_OK)
469 BEntry::operator!=(const BEntry& item) const
471 return !(*this == item);
476 BEntry::operator=(const BEntry& item) argument
478 if (this == &item)
482 if (item.fCStatus == B_OK) {
483 fDirFd = _kern_dup(item
[all...]
/haiku/headers/os/interface/
H A DLayoutBuilder.h80 inline ThisBuilder& Add(BLayoutItem* item);
81 inline ThisBuilder& Add(BLayoutItem* item, float weight);
161 inline ThisBuilder& Add(BLayoutItem* item, int32 column, int32 row,
262 inline ThisBuilder& Add(BLayoutItem* item);
263 inline ThisBuilder& Add(BLayoutItem* item, float weight);
332 inline ThisBuilder& Add(BLayoutItem* item);
379 inline ItemBuilder AddItem(BMenuItem* item);
404 BMenu* menu, BMenuItem* item);
548 Group<ParentBuilder>::Add(BLayoutItem* item) argument
550 fLayout->AddItem(item);
557 Add(BLayoutItem* item, float weight) argument
878 Add(BLayoutItem* item, int32 column, int32 row, int32 columnCount, int32 rowCount) argument
892 BLayoutItem* item = menuField->CreateLabelLayoutItem(); local
908 BLayoutItem* item = textControl->CreateLabelLayoutItem(); local
1230 Add(BLayoutItem* item) argument
1239 Add(BLayoutItem* item, float weight) argument
1514 Add(BLayoutItem* item) argument
1679 SetVisibleItem(int32 item) argument
1715 AddItem(BMenuItem* item) argument
1739 BMenuItem* item = new BMenuItem(label, message, shortcut, modifiers); local
1755 BMenuItem* item; local
1814 MenuItem(ParentBuilder* parentBuilder, BMenu* menu, BMenuItem* item) argument
[all...]
/haiku/src/preferences/time/
H A DZoneView.cpp493 TimeZoneListItem* item local
498 if (item == NULL || !item->HasTimeZone()) {
504 BString timeString = _FormatTime(item->TimeZone());
505 fPreview->SetText(item->Text());
508 fSetZone->SetEnabled((strcmp(fCurrent->Text(), item->Text()) != 0));
536 TimeZoneListItem* item
538 if (item == NULL || !item->HasTimeZone())
541 fCurrentZoneItem = item;
[all...]
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp514 // Add a new item with the given path.
655 BRow* item = fColumnListView->CurrentSelection(); local
656 if (item) {
657 int index = fColumnListView->IndexOf(item);
658 fColumnListView->RemoveRow(item);
659 delete item;
662 // Rules for new selection: If there is an item at (index),
663 // select it. Otherwise, if there is an item at (index-1),
703 ShortcutsSpec* item = (ShortcutsSpec*) local
708 repaintNeeded = item
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp81 #define GET_ITEM(list, item) ((void *)((uint8 *)item - list->offset))
82 #define GET_LINK(list, item) ((list_link *)((uint8 *)item + list->offset))
97 list_remove_item(struct list* list, void* item) argument
99 list_link* link = GET_LINK(list, item);
107 list_add_item(struct list* list, void* item) argument
109 list_link* link = GET_LINK(list, item);
120 list_get_next_item(struct list* list, void* item) argument
122 if (item
903 void* item = list_get_next_item(&area.free_list, NULL); local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c418 int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item) argument
420 return (((const struct CACHED_NIDATA*)item)->inum
443 struct CACHED_NIDATA item; local
445 item.inum = MREF(mref);
446 item.ni = (ntfs_inode*)NULL;
447 item.pathname = (const char*)NULL;
448 item.varsize = 0;
450 GENERIC(&item),idata_cache_compare,CACHE_FREE);
469 struct CACHED_NIDATA item; local
473 item
511 struct CACHED_NIDATA item; local
[all...]
H A Dacls.c4202 * Get a single mapping item from buffer
4206 * Returns pointer to item, or NULL when there is no more
4218 struct MAPLIST *item; local
4223 item = (struct MAPLIST*)ntfs_malloc(sizeof(struct MAPLIST));
4224 if (item) {
4230 item->maptext[dst++] = buf[src];
4240 item->maptext[dst] = '\0';
4243 } while (*psize && ((item->maptext[0] == '#') || !gotend));
4247 item->uidstr = item
4293 struct MAPLIST *item; local
4370 struct MAPLIST *item; local
4448 struct MAPLIST *item; local
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.h62 status_t FindStatItem(uint32 dirID, uint32 objectID, StatItem *item);
/haiku/src/apps/installer/
H A DUnzipEngine.h47 void _UpdateProgress(const char* item,
/haiku/src/apps/mediaplayer/
H A DControllerObserver.h55 virtual void FileChanged(PlaylistItem* item, status_t result);
H A DController.h45 virtual void FileChanged(PlaylistItem* item,
75 status_t SetToAsync(const PlaylistItemRef& item);
76 status_t SetTo(const PlaylistItemRef& item);
153 void _NotifyFileChanged(PlaylistItem* item,
/haiku/src/apps/packageinstaller/
H A DPackageInfo.h45 void _AddItem(PackageItem *item, uint64 size, uint32 groups,
H A DPackageView.h42 int32 ItemExists(PackageItem& item,
H A DPackageInstall.cpp208 PackageItem* item = static_cast<PackageItem*>(type->items.ItemAt(i)); local
210 err = item->DoInstall(installPath, &state);
214 int32 choice = fParent->ItemExists(*item, state.destination,
218 err = item->DoInstall(installPath, &state);
233 // Mark installed item in packageInfo
/haiku/src/apps/switcher/
H A DWindowsView.cpp222 virtual void SetTo(BView* owner, void* item) argument
224 fWorkspace = (uint32)item;
248 virtual void SetTo(BView* owner, void* item) argument
250 fInfo = (client_window_info*)item;
333 && message->HasPointer("item")) {
/haiku/src/apps/mediaplayer/playlist/
H A DUrlPlaylistItem.h16 UrlPlaylistItem(const UrlPlaylistItem& item);
/haiku/src/bin/
H A Dlaunch_roster.cpp82 BMessage item; local
83 if (log.FindMessage("item", index, &item) != B_OK)
88 if (item.FindUInt64("when", &when) != B_OK
89 || item.FindString("message", &message) != B_OK)
189 if (user.HasMessage("item"))
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp637 BMenuItem* item; local
640 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Show window tab"),
643 item->SetMarked(true);
644 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Show window border"),
648 item->SetMarked(true);
652 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Always on top"),
655 item->SetMarked(true);
656 menu->AddItem(item = new BMenuItem(B_TRANSLATE("Auto-raise"),
659 item->SetMarked(true);
661 menu->AddItem(item
674 BMenuItem* item; local
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp122 BMenuItem* item local
124 item->SetTarget(this);
125 fOpenPanelEncodingMenu->AddItem(item);
127 item->SetMarked(true);
/haiku/src/servers/launch/
H A DLog.h64 void Add(LogItem* item);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h61 Component item, bool down, int32 width,

Completed in 224 milliseconds

<<11121314151617181920>>