Searched refs:fConfigView (Results 1 – 6 of 6) sorted by relevance
156 if (fConfigView != NULL) { in _ShowConfigView()157 fRightBox->RemoveChild(fConfigView); in _ShowConfigView()158 delete fConfigView; in _ShowConfigView()159 fConfigView = NULL; in _ShowConfigView()170 &fConfigView, &rect); in _ShowConfigView()175 fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in _ShowConfigView()177 fRightBox->AddChild(fConfigView); in _ShowConfigView()180 fConfigView->SetExplicitMinSize( in _ShowConfigView()195 if (fConfigView != NULL) { in _ShowInfoView()196 fRightBox->RemoveChild(fConfigView); in _ShowInfoView()[all …]
49 BView* fConfigView; variable
28 fConfigView(NULL) in Gravity()57 fConfigView = new ConfigView(view->Bounds(), this); in StartConfig()58 view->AddChild(fConfigView); in StartConfig()
46 ConfigView* fConfigView; variable
229 fConfigView = new BView(NULL, 0); in ConfigWindow()230 fConfigView->SetLayout(new BGroupLayout(B_VERTICAL)); in ConfigWindow()231 fConfigView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED)); in ConfigWindow()232 fConfigView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in ConfigWindow()247 .Add(fConfigView, 2.0f); in ConfigWindow()863 while (BView* child = fConfigView->ChildAt(0)) { in _ReplaceConfigView()864 fConfigView->RemoveChild(child); in _ReplaceConfigView()869 fConfigView->AddChild(view); in _ReplaceConfigView()
88 BView* fConfigView; variable