Searched defs:Item (Results 1 - 12 of 12) sorted by relevance

/haiku/src/preferences/printers/
H A DSpoolFolder.h24 PrinterItem* Item() const { return fItem; } function in class:SpoolFolder
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.cpp47 Item::Item() function in class:Item
54 Item::Item(cons function in class:Item
62 Item::Item(LeafNode *node, const ItemHeader *header) function in class:Item
[all...]
H A DItem.h60 class Item { class
[all...]
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.h30 class Item class
33 Item() { Init(); } function in class:Item
34 Item(const Item& item) : fValue(item.fValue) { Init(); }; function in class:Item
35 Item(int value) : fValue(value) { Init(); }; function in class:Item
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp70 typedef pair<string, string> Item; typedef
/haiku/src/apps/mediaplayer/
H A DController.h77 const PlaylistItem* Item() const function in class:Controller
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp66 class PlaylistListView::Item : public SimpleItem, class in class:PlaylistListView
95 PlaylistListView::Item::Item(PlaylistItem* item) function in class:PlaylistListView::Item
[all...]
/haiku/src/apps/switcher/
H A DGroupListView.cpp37 void* Item() const function in class:RendererLayoutItem
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h162 btrfs_entry* Item(uint32 i) const function in class:BTree::Node
/haiku/src/libs/alm/
H A DArea.cpp25 Area::Item() function in class:Area
/haiku/headers/os/support/
H A DObjectList.h258 WhileEachListItem(BObjectList<Item>* list, Result (Item::*func)(Param1), argument
292 WhileEachListItem(BObjectList<Item>* list, Result (Item::*func)(Param1, Param2), argument
345 EachListItemIgnoreResult(BObjectList<Item>* list, Result (Item::*func)()) argument
365 EachListItem(BObjectList<Item>* list, void (Item::*func)(Param1, Param2), Param1 p1, Param2 p2) argument
[all...]
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp121 TeamListItem* Item() { return fItem; } function in class:TeamDescriptionView

Completed in 139 milliseconds