Searched refs:DormantNodeView (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h44 class DormantNodeView;
74 DormantNodeView* m_listView;
H A DDormantNodeView.h32 // DormantNodeView.h
52 class DormantNodeView : class in inherits:BListView
66 DormantNodeView(
71 virtual ~DormantNodeView();
H A DDormantNodeView.cpp32 // DormantNodeView.cpp
34 #include "DormantNodeView.h"
35 // DormantNodeView
63 DormantNodeView::DormantNodeView( function in class:DormantNodeView
69 D_ALLOC(("DormantNodeView::DormantNodeView()\n"));
73 DormantNodeView::~DormantNodeView() {
74 D_ALLOC(("DormantNodeView
[all...]
H A DDormantNodeListItem.h56 class DormantNodeView;
H A DDormantNodeWindow.cpp36 // DormantNodeView
37 #include "DormantNodeView.h"
62 static BCatalog sCatalog("x-vnd.Cortex.DormantNodeView");
93 m_listView = new DormantNodeView(r, "Dormant Node ListView", B_FOLLOW_ALL_SIDES);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp41 // DormantNodeView
42 #include "DormantNodeView.h"
262 case DormantNodeView::M_INSTANTIATE_NODE:
264 D_MESSAGE(("MediaRoutingView::MessageDropped(DormantNodeView::M_INSTANTIATE_NODE)\n"));

Completed in 95 milliseconds