Searched refs:DrawItem (Results 26 - 50 of 67) sorted by path

123

/haiku/src/preferences/network/
H A DInterfaceListItem.h39 void DrawItem(BView* owner,
H A DNetworkSettingsAddOn.cpp132 BNetworkInterfaceListItem::DrawItem(BView* owner, BRect bounds, bool complete) function in class:BNetworkInterfaceListItem
H A DServiceListItem.cpp43 ServiceListItem::DrawItem(BView* owner, BRect bounds, bool complete) function in class:ServiceListItem
H A DServiceListItem.h30 virtual void DrawItem(BView* owner,
/haiku/src/preferences/printers/
H A DJobListView.cpp265 JobItem::DrawItem(BView *owner, BRect, bool complete) function in class:JobItem
H A DJobListView.h54 void DrawItem(BView *owner, BRect bounds,
H A DPrinterListView.cpp376 PrinterItem::DrawItem(BView *owner, BRect /*bounds*/, bool complete) function in class:PrinterItem
H A DPrinterListView.h79 void DrawItem(BView* owner, BRect bounds,
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp49 TimeZoneListItem::DrawItem(BView* owner, BRect frame, bool complete) function in class:TimeZoneListItem
H A DTimeZoneListItem.h26 virtual void DrawItem(BView* owner, BRect frame,
/haiku/src/tests/kits/interface/
H A DListViewTest.cpp20 virtual void DrawItem(BView* owner, BRect frame,
37 ColorfulItem::DrawItem(BView* owner, BRect frame, bool complete) function in class:ColorfulItem
40 BStringItem::DrawItem(owner, frame, complete);
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp34 TestResultItem::DrawItem(BView *owner, BRect itemRect, bool drawEverthing) function in class:TestResultItem
143 HeaderListItem::DrawItem(BView *owner, BRect itemRect, bool drawEverthing) function in class:HeaderListItem
H A DTestResultItem.h23 void DrawItem(BView *owner, BRect itemRect, bool drawEverthing);
48 virtual void DrawItem(BView *owner, BRect itemRect, bool drawEverthing);
/haiku/headers/os/interface/
H A DListView.h185 virtual void DrawItem(BListItem* item, BRect itemRect,
H A DOutlineListView.h119 virtual void DrawItem(BListItem* item, BRect itemRect,
/haiku/headers/private/shared/
H A DColorItem.h22 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp65 TeamListItem::DrawItem(BView* owner, BRect frame, bool complete) function in class:TeamListItem
H A DTeamListItem.h27 virtual void DrawItem(BView* owner, BRect frame,
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp47 virtual void DrawItem(BView* owner, BRect frame,
122 DriveItem::DrawItem(BView* owner, BRect frame, bool complete) function in class:DriveItem
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeListItem.cpp98 void DormantNodeListItem::DrawItem( function in class:DormantNodeListItem
102 D_HOOK(("DormantNodeListItem::DrawItem()\n"));
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp37 virtual void DrawItem(BView *, BRect, bool = false);
57 * DrawItem
60 IRQDMAItem::DrawItem(BView *owner, BRect itemRect, bool complete) function in class:IRQDMAItem
105 virtual void DrawItem(BView *, BRect, bool = false);
127 * DrawItem
130 RangeItem::DrawItem(BView *owner, BRect itemRect, bool complete) function in class:RangeItem
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp99 void DrawItem(BView* owner, BRect frame, bool complete) function in class:LanguageItem
101 BStringItem::DrawItem(owner, frame, true/*complete*/);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp57 SimpleItem::DrawItem(BView* owner, BRect itemFrame, bool even) function in class:SimpleItem
775 item->DrawItem(this, itemFrame, (i % 2) == 0);
853 item->DrawItem(view, itemFrame, (i % 2) == 0);
H A DListViews.h37 virtual void DrawItem(BView*, BRect, bool even = false);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp73 virtual void DrawItem(BView* owner, BRect itemFrame, bool even) function in class:PathListItem
78 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);

Completed in 161 milliseconds

123