/haiku/src/apps/icon-o-matic/generic/selection/ |
H A D | Selectable.cpp | 40 fSelection->Deselect(this); in SetSelected()
|
H A D | Selection.h | 26 void Deselect(Selectable* object);
|
H A D | Selection.cpp | 72 Selection::Deselect(Selectable* object) in Deselect() function in Selection
|
/haiku/src/system/kernel/device_manager/ |
H A D | AbstractModuleDevice.cpp | 143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in AbstractModuleDevice 146 return BaseDevice::Deselect(cookie, event, sync); in Deselect()
|
H A D | BaseDevice.cpp | 110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in BaseDevice
|
H A D | FileDevice.h | 43 virtual status_t Deselect(void* cookie, uint8 event,
|
H A D | BaseDevice.h | 44 virtual status_t Deselect(void* cookie, uint8 event,
|
H A D | AbstractModuleDevice.h | 42 virtual status_t Deselect(void* cookie, uint8 event,
|
H A D | FileDevice.cpp | 377 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in FileDevice
|
/haiku/src/kits/interface/ |
H A D | ListView.cpp | 408 Deselect(index); in MessageReceived() 434 Deselect(i); in MessageReceived() 518 Deselect(fAnchorIndex); in KeyDown() 543 Deselect(fAnchorIndex); in KeyDown() 720 item->Deselect(); in MouseUp() 770 last->Deselect(); in MouseMoved() 986 Deselect(index); in RemoveItem() 1382 BListView::Deselect(int32 index) in Deselect() function in BListView 1815 item->Deselect(); in _Deselect() 1855 item->Deselect(); in _DeselectAll() [all …]
|
H A D | ListItem.cpp | 113 BListItem::Deselect() in Deselect() function in BListItem
|
H A D | TabView.cpp | 167 BTab::Deselect() in Deselect() function in BTab 807 tab->Deselect(); in Select() 1225 tab->Deselect(); in RemoveTab()
|
/haiku/src/system/kernel/events/ |
H A D | event_queue.cpp | 102 status_t Deselect(int32 object, uint16 type); 225 status_t status = Deselect(object, type); in Select() 294 EventQueue::Deselect(int32 object, uint16 type) in Deselect() function in EventQueue 450 status_t status = Deselect(tmp.object, tmp.type); in _DequeueEvents() 672 error = eventQueue->Deselect(infos[i].object, infos[i].type); in _user_event_queue_select()
|
/haiku/headers/os/interface/ |
H A D | ListItem.h | 34 void Deselect();
|
H A D | TabView.h | 38 virtual void Deselect();
|
H A D | ListView.h | 126 void Deselect(int32 index);
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | BeOSKernelVolume.h | 53 virtual status_t Deselect(void* node, void* cookie,
|
/haiku/src/system/kernel/fs/ |
H A D | fifo.cpp | 195 status_t Deselect(uint8 event, selectsync* sync, 753 Inode::Deselect(uint8 event, selectsync* sync, int openMode) in Deselect() function in fifo::Inode 1171 return inode->Deselect(event, sync, cookie->open_mode); in fifo_deselect()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | Volume.h | 79 virtual status_t Deselect(void* node, void* cookie,
|
H A D | Volume.cpp | 255 Volume::Deselect(void* node, void* cookie, uint8 event, selectsync* sync) in Deselect() function in Volume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | HaikuKernelVolume.h | 86 virtual status_t Deselect(void* node, void* cookie,
|
/haiku/headers/private/interface/ |
H A D | ColumnListView.h | 275 void Deselect(BRow* row);
|
/haiku/src/preferences/mail/ |
H A D | FilterConfigView.cpp | 66 item->Deselect(); in InitiateDrag()
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Volume.h | 118 status_t Deselect(void* node, void* cookie, uint8 event,
|
/haiku/docs/user/interface/ |
H A D | ListView.dox | 956 \brief Deselect all items. 964 \brief Deselect all items except the items with index in the range of 975 \fn void BListView::Deselect(int32 index) 976 \brief Deselect the item at \a index.
|