Searched refs:m_listView (Results 1 – 2 of 2) sorted by relevance
93 m_listView = new DormantNodeView(r, "Dormant Node ListView", B_FOLLOW_ALL_SIDES); in DormantNodeWindow()99 AddChild(new BScrollBar(r, "", m_listView, 0.0, 0.0, B_VERTICAL)); in DormantNodeWindow()102 AddChild(m_listView); in DormantNodeWindow()140 m_listView->GetPreferredSize(&width, &height); in Zoom()
74 DormantNodeView* m_listView; variable