Searched refs:GetView (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTest.cpp37 Test::GetView() const function in class:Test
H A DTest.h26 virtual BView* GetView() const;
H A DWrapperView.h19 BView* GetView() const;
H A DWidgetLayoutTest.cpp97 fWrapperView = new WrapperView(fTest->GetView());
148 if (!fWrapperView->GetView()->IsLayoutValid()) {
174 fWrapperView->GetView()->SetExplicitMaxSize(
177 fWrapperView->GetView()->SetExplicitMaxSize(
265 fWrapperView->GetView()->MinSize());
267 fWrapperView->GetView()->MaxSize());
269 fWrapperView->GetView()->PreferredSize());
271 fWrapperView->GetView()->Frame().Size());
H A DWrapperView.cpp22 WrapperView::GetView() const function in class:WrapperView
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.h25 virtual BView* GetView();
H A DTableCellTextControlEditor.h24 virtual BView* GetView();
H A DTableCellValueEditor.h29 virtual BView* GetView() = 0;
H A DTableCellOptionPopUpEditor.cpp45 TableCellOptionPopUpEditor::GetView() function in class:TableCellOptionPopUpEditor
H A DTableCellTextControlEditor.cpp53 TableCellTextControlEditor::GetView() function in class:TableCellTextControlEditor
/haiku/headers/os/interface/
H A DGridLayoutBuilder.h21 BGridLayoutBuilder& GetView(BView** _view);
H A DLayoutBuilder.h76 inline ThisBuilder& GetView(BView** _view);
157 inline ThisBuilder& GetView(BView** _view);
257 inline ThisBuilder& GetView(BView** _view);
329 inline ThisBuilder& GetView(BView** _view);
521 Group<ParentBuilder>::GetView(BView** _view) function in class:BLayoutBuilder::Group
859 Grid<ParentBuilder>::GetView(BView** _view) function in class:BLayoutBuilder::Grid
1194 Split<ParentBuilder>::GetView(BView** _view) function in class:BLayoutBuilder::Split
1496 Cards<ParentBuilder>::GetView(BView** _view) function in class:BLayoutBuilder::Cards
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.cpp90 .Add(fEditor->GetView())
103 fEditor->GetView()->MakeFocus(true);
118 fEditor->GetView()->RemoveSelf();
/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp59 // GetView
61 BGridLayoutBuilder::GetView(BView** _view) function in class:BGridLayoutBuilder
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp270 BView* GetView() function in class:PPDBuilder
290 BView* box = GetView();
309 BView* parent = GetView();
336 DetailsBuilder builder(fParent, GetView(), GetControlBounds(), statement, fSettings);
342 BView* box = GetView();
352 GetView()->AddChild(box);
361 BView* box = GetView();
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp615 .GetView(&toggledRow)

Completed in 172 milliseconds