Searched refs:fContentLayout (Results 1 – 2 of 2) sorted by relevance
246 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fAudioView)); in SelectAudioSettings()254 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fVideoView)); in SelectVideoSettings()274 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fMidiView)); in SelectMidiSettings()398 fContentLayout = new BCardLayout(); in _InitWindow()399 new BView("content view", 0, fContentLayout); in _InitWindow()400 fContentLayout->Owner()->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in _InitWindow()401 fContentLayout->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); in _InitWindow()404 fContentLayout->AddView(fAudioView); in _InitWindow()407 fContentLayout->AddView(fVideoView); in _InitWindow()410 fContentLayout->AddView(fMidiView); in _InitWindow()[all …]
97 BCardLayout* fContentLayout; variable