Searched refs:IndexOfView (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/interface/
H A DLayout.h45 int32 IndexOfView(BView* child) const;
/haiku/src/preferences/media/
H A DMediaWindow.cpp246 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fAudioView));
254 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fVideoView));
274 fContentLayout->SetVisibleItem(fContentLayout->IndexOfView(fMidiView));
/haiku/src/kits/interface/
H A DLayout.cpp275 BLayout::IndexOfView(BView* child) const function in class:BLayout
/haiku/src/apps/launchbox/
H A DPadView.cpp283 fButtonLayout->AddView(fButtonLayout->IndexOfView(beforeButton), button);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp167 int32 index = layout->IndexOfView(view);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp571 int32 index = layout->IndexOfView(view);
/haiku/src/libs/alm/
H A DALMLayout.cpp650 return AreaFor(ItemAt(IndexOfView(const_cast<BView*>(control))));
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp155 int32 index = layout->IndexOfView(view);

Completed in 82 milliseconds