Searched refs:DevicesView (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/apps/devices/
H A DDevicesApplication.cpp15 #include "DevicesView.h"
31 DevicesView* fDevicesView;
53 .Add(fDevicesView = new DevicesView());
H A DDevicesView.h46 class DevicesView : public BView { class in inherits:BView
48 DevicesView();
49 ~DevicesView();
H A DDevicesView.cpp19 #include "DevicesView.h"
22 #define B_TRANSLATION_CONTEXT "DevicesView"
24 DevicesView::DevicesView() function in class:DevicesView
26 BView("DevicesView", B_WILL_DRAW | B_FRAME_EVENTS)
35 DevicesView::CreateLayout()
108 DevicesView::RescanDevices()
134 DevicesView::DeleteDevices()
144 DevicesView::CreateCategoryMap()
162 DevicesView
[all...]

Completed in 36 milliseconds