Searched refs:Window (Results 126 - 150 of 735) sorted by relevance

1234567891011>>

/haiku/src/apps/mail/
H A DStatus.h39 #include <Window.h>
/haiku/src/apps/webpositive/
H A DConsoleWindow.h14 #include <Window.h>
/haiku/src/apps/debugger/user_interface/gui/util/
H A DAlertWithCheckbox.h10 #include <Window.h>
/haiku/src/tests/kits/game/chart/
H A DChartView.cpp29 ChartWindow *window = dynamic_cast<ChartWindow *>(Window());
43 Window()->PostMessage(BACK_DEMO_MSG);
63 ChartWindow *window = dynamic_cast<ChartWindow *>(Window());
/haiku/src/kits/tracker/
H A DNavigator.h73 BContainerWindow* Window() const;
102 BNavigator::Window() const function in class:BPrivate::BNavigator
104 return dynamic_cast<BContainerWindow*>(_inherited::Window());
H A DNavigator.cpp40 #include <Window.h>
177 Window()->PostMessage(&message);
233 if (Window() && Window()->TargetModel())
234 nodeRef = Window()->TargetModel()->NodeRef();
251 Window()->PostMessage(&message);
293 Window()->PostMessage(&message);
297 if (Window() && Window()->TargetModel()) {
298 Window()
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp9 #include <Window.h>
45 Window()->PostMessage(MSG_LAYOUT_CONTAINER, this);
135 if (Window())
136 Window()->PostMessage(MSG_LAYOUT_CONTAINER, this);
171 if (BMessage* message = Window()->CurrentMessage()) {
/haiku/src/apps/login/
H A DLoginView.cpp8 #include <Window.h>
130 Window()->SetDefaultButton(fLoginButton);
137 BRect bounds = Window()->Bounds();
141 Window()->ResizeTo(bounds.Width(), bounds.Height());
200 if (Window()) {
201 BPoint savedPos = Window()->Frame().LeftTop();
205 Window()->MoveTo(p);
206 Window()->UpdateIfNeeded();
209 Window()->MoveTo(savedPos);
215 if (Window()) {
[all...]
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp8 #include <Window.h>
60 class Window : public BWindow { class in inherits:BWindow
62 Window();
68 Window::Window() function in class:Window
161 Window::QuitRequested()
188 BWindow *window = new Window();
H A DToolTipTest.cpp14 #include <Window.h>
227 class Window : public BWindow { class in inherits:BWindow
229 Window();
246 Window::Window() function in class:Window
297 Window::QuitRequested()
317 BWindow *window = new Window();
H A DSliderTest.cpp8 #include <Window.h>
15 class Window : public BWindow { class in inherits:BWindow
17 Window();
42 Window::Window() function in class:Window
150 Window::QuitRequested()
177 BWindow *window = new Window();
H A DControlLookTest.cpp10 #include <Window.h>
141 class Window : public BWindow { class in inherits:BWindow
143 Window();
149 Window::Window() function in class:Window
164 Window::QuitRequested()
191 BWindow *window = new Window();
H A DScrollViewTest.cpp10 #include <Window.h>
23 class Window : public BWindow { class in inherits:BWindow
25 Window();
31 Window::Window() function in class:Window
109 Window::QuitRequested()
196 BWindow *window = new Window();
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp15 #include <Window.h>
68 Window()->BeginViewTransaction();
170 gCurrentThreadBarMenu->Window()->BeginViewTransaction();
172 gCurrentThreadBarMenu->Window()->EndViewTransaction();
173 gCurrentThreadBarMenu->Window()->Flush();
177 Window()->EndViewTransaction();
178 Window()->Flush();
/haiku/src/servers/app/
H A DServerWindow.h24 #include <Window.h>
41 class Window;
70 ::Window* Window() const;
87 virtual ::Window* MakeWindow(BRect frame, const char* name,
156 ObjectDeleter< ::Window>
/haiku/src/apps/cortex/support/
H A DTextControlFloater.cpp66 Window()->ResizeTo(
70 Window()->Show();
81 // BMessenger(Window()).SendMessage(B_QUIT_REQUESTED);
89 BWindow* w = Window(); // +++++ maui/2 workaround
H A DTextControlFloater.h47 #include <Window.h>
/haiku/src/tests/servers/app/find_view/
H A DFindView.cpp8 #include <Window.h>
38 where -= Window()->Frame().LeftTop();
39 BView* view = Window()->FindView(where);
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.cpp14 #include <Window.h>
51 parent->Window()->PostMessage(msg);
70 parent->Window()->PostMessage(msg);
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h10 #include <Window.h>
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.h46 #include <Window.h>
/haiku/src/apps/cortex/TransportView/
H A DTransportWindow.h42 #include <Window.h>
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.h38 #include <interface/Window.h>
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.h10 #include <Window.h>
/haiku/src/apps/gradients/
H A DGradientsWindow.h11 #include <Window.h>

Completed in 93 milliseconds

1234567891011>>