Home
last modified time | relevance | path

Searched refs:Deselect (Results 1 – 25 of 40) sorted by relevance

12

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp40 fSelection->Deselect(this); in SetSelected()
H A DSelection.h26 void Deselect(Selectable* object);
H A DSelection.cpp72 Selection::Deselect(Selectable* object) in Deselect() function in Selection
/haiku/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp143 AbstractModuleDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in AbstractModuleDevice
146 return BaseDevice::Deselect(cookie, event, sync); in Deselect()
H A DBaseDevice.cpp110 BaseDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in BaseDevice
H A DFileDevice.h43 virtual status_t Deselect(void* cookie, uint8 event,
H A DBaseDevice.h44 virtual status_t Deselect(void* cookie, uint8 event,
H A DAbstractModuleDevice.h42 virtual status_t Deselect(void* cookie, uint8 event,
H A DFileDevice.cpp377 FileDevice::Deselect(void* cookie, uint8 event, selectsync* sync) in Deselect() function in FileDevice
/haiku/src/kits/interface/
H A DListView.cpp408 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 DListItem.cpp113 BListItem::Deselect() in Deselect() function in BListItem
H A DTabView.cpp167 BTab::Deselect() in Deselect() function in BTab
807 tab->Deselect(); in Select()
1225 tab->Deselect(); in RemoveTab()
/haiku/src/system/kernel/events/
H A Devent_queue.cpp102 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 DListItem.h34 void Deselect();
H A DTabView.h38 virtual void Deselect();
H A DListView.h126 void Deselect(int32 index);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h53 virtual status_t Deselect(void* node, void* cookie,
/haiku/src/system/kernel/fs/
H A Dfifo.cpp195 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 DVolume.h79 virtual status_t Deselect(void* node, void* cookie,
H A DVolume.cpp255 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 DHaikuKernelVolume.h86 virtual status_t Deselect(void* node, void* cookie,
/haiku/headers/private/interface/
H A DColumnListView.h275 void Deselect(BRow* row);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp66 item->Deselect(); in InitiateDrag()
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h118 status_t Deselect(void* node, void* cookie, uint8 event,
/haiku/docs/user/interface/
H A DListView.dox956 \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.

12