Home
last modified time | relevance | path

Searched refs:fConfigGroupView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp36 fConfigGroupView(NULL), in ConnectionConfigWindow()
130 fConfigGroupView = new BGroupView(B_HORIZONTAL); in _Init()
135 .AddGroup(fConfigGroupView) in _Init()
194 if (fConfigGroupView->CountChildren() > 0) { in _UpdateActiveConfig()
195 BView* view = fConfigGroupView->ChildAt(0); in _UpdateActiveConfig()
196 fConfigGroupView->RemoveChild(view); in _UpdateActiveConfig()
210 BLayoutItem* item = fConfigGroupView->GroupLayout()->AddView(view); in _UpdateActiveConfig()
217 fConfigGroupView->InvalidateLayout(); in _UpdateActiveConfig()
H A DConnectionConfigWindow.h51 BGroupView* fConfigGroupView; variable