Searched refs:Window (Results 251 - 275 of 735) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/packageinstaller/
H A DPackageImageViewer.cpp59 BScreen screen(Window());
88 BWindow* window = Window();
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp29 #include "Window.h"
85 DecorAddOn::AllocateWindowBehaviour(Window* window)
128 DecorManager::AllocateDecorator(Window* window)
157 DecorManager::AllocateWindowBehaviour(Window* window)
170 DecorManager::CleanupForWindow(Window* window)
185 DecorManager::PreviewDecorator(BString path, Window* window)
189 Window* oldPreviewWindow = fPreviewWindow;
/haiku/src/kits/interface/
H A DBMCPrivate.cpp22 #include <Window.h>
158 BMenuBar* menuBar = Window()->KeyMenuBar();
160 Window()->SetKeyMenuBar(menuBar);
222 if (Window() != NULL && diff != 0) {
261 && item->Submenu()->Window() != NULL) {
269 Window()->PostMessage(&message, this, NULL);
H A DTextView.cpp52 #include <Window.h>
504 Window()->SetPulseRate(500000);
559 BMessage* currentMessage = Window()->CurrentMessage();
675 if (Window()->IsActive() && dragMessage == NULL)
844 if (focus && Window() != NULL && Window()->IsActive()) {
2335 if (Window() != NULL)
2355 if (fActive && fSelStart != fSelEnd && Window() != NULL)
2380 if (Window() != NULL && fActive) {
2403 bool updateOnScreen = fActive && Window() !
[all...]
H A DToolTipManager.cpp123 Window()->Quit();
146 BMessageRunner::StartSending(Window(), &quit,
177 if (Window() == NULL)
182 BScreen screen(Window());
299 Window()->ResizeTo(size.width, size.height);
300 Window()->MoveTo(where);
/haiku/src/apps/deskbar/
H A DBarView.cpp228 fBarWindow = dynamic_cast<TBarWindow*>(Window());
234 Window()->AddCommonFilter(fMouseFilter);
248 Window()->RemoveCommonFilter(fMouseFilter);
333 BMessage* currentMessage = Window()->CurrentMessage();
344 fMouseDownOutside = !Window()->Frame().Contains(whereScreen);
361 Window()->Activate(true);
407 BMessage* currentMessage = Window()->CurrentMessage();
413 BRect screenFrame = (BScreen(Window())).Frame();
420 if (!Window()->Frame().Contains(whereScreen)) {
426 BRect preventHideArea = Window()
[all...]
H A DWindowMenu.cpp41 #include <Window.h>
64 // Window has the right feel
66 // Window is not hidden
99 Window()->Hide();
231 Window()->Show();
/haiku/src/libs/glut/
H A Dglutint.h242 /* XXX The X Window System does not have a standard
329 /* Window system related state. */
332 HDC hdc; /* Window's Win32 device context. */
334 Window win; /* X window for GLUT window */
344 Window renderWin; /* X window for rendering (might be
358 /* Window relationship state. */
449 Window win;
469 Window win;
497 Window win; /* X window for the menu */
523 Window wi
[all...]
H A DglutEvent.cpp411 && Window()->CurrentMessage()->FindInt32("be:key_repeat") > 0)
416 switch(Window()->CurrentMessage()->FindInt32("key")) {
505 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers");
514 key = Window()->CurrentMessage()->FindInt32("raw_char");
537 switch(Window()->CurrentMessage()->FindInt32("key")) {
626 uint32 beMod = Window()->CurrentMessage()->FindInt32("modifiers");
635 key = Window()->CurrentMessage()->FindInt32("raw_char");
696 BWindow *w = Window();
841 Window()->Lock();
846 Window()
[all...]
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp67 doo Tracker get Suites of Poses of Window test
68 doo Tracker get Path of Poses of Window test
69 doo Tracker count Entry of Poses of Window test
70 doo Tracker get Entry of Poses of Window test
71 doo Tracker get Entry 2 of Poses of Window test
72 doo Tracker count Selection of Poses of Window test
73 doo Tracker get Selection of Poses of Window test
74 doo Tracker delete Entry 'test/6L6' of Poses of Window test
75 doo Tracker execute Entry 'test/6L6' of Poses of Window test
76 doo Tracker execute Entry 2 of Poses of Window tes
[all...]
H A DDraggableContainerIcon.cpp70 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window());
91 Window()->Activate(true);
99 Window()->Activate(true);
114 BContainerWindow* window = static_cast<BContainerWindow*>(Window());
200 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window());
H A DSettingsViews.cpp253 Window()->PostMessage(kSettingsContentsModified);
285 Window()->PostMessage(kSettingsContentsModified);
506 Window()->PostMessage(kSettingsContentsModified);
522 Window()->PostMessage(kSettingsContentsModified);
528 Window()->PostMessage(kSettingsContentsModified);
540 Window()->PostMessage(kSettingsContentsModified);
554 Window()->PostMessage(kSettingsContentsModified);
565 Window()->PostMessage(kSettingsContentsModified);
576 Window()->PostMessage(kSettingsContentsModified);
587 Window()
[all...]
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.cpp301 if (from->Window()->Lock()) {
303 if (to->Window()->Lock()) {
304 BRect frame = from->Window()->Frame();
305 to->Window()->MoveTo(frame.left, frame.top);
306 to->Window()->ResizeTo(frame.Width(), frame.Height());
307 to->Window()->Unlock();
313 from->Window()->Unlock();
/haiku/src/apps/patchbay/
H A DPatchView.cpp25 #include <Window.h>
359 Window()->BeginViewTransaction();
371 Window()->EndViewTransaction();
381 Window()->BeginViewTransaction();
388 Window()->EndViewTransaction();
402 Window()->BeginViewTransaction();
417 Window()->EndViewTransaction();
424 Window()->BeginViewTransaction();
438 Window()->EndViewTransaction();
/haiku/src/apps/resedit/
H A DMiscEditors.cpp142 Window()->ResizeTo(Window()->Bounds().Width(), fCancel->Frame().bottom + 10);
148 Window()->SetSizeLimits(Window()->Bounds().Width(), 30000,
149 Window()->Bounds().Height(), 30000);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp19 #include <Window.h>
54 Window()->Lock();
55 BView* background = Window()->ChildAt(0);
73 Window()->ResizeBy(0, 70);
101 Window()->Unlock();
/haiku/src/servers/app/
H A DView.h39 class Window;
77 virtual void AttachedToWindow(::Window* window);
79 ::Window* Window() const { return fWindow; } function in class:View
81 // Shorthands for opaque Window access
265 ::Window* fWindow;
H A DWorkspace.cpp20 #include "Window.h"
120 Workspace::GetNextWindow(Window*& _window, BPoint& _leftTop)
142 Workspace::GetPreviousWindow(Window*& _window, BPoint& _leftTop)
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp62 windowTitleBackup = view->Window()->Title();
113 view->Window()->SetTitle(str.String());
143 view->Window()->SetTitle(windowTitleBackup.String());
/haiku/src/preferences/time/
H A DClockView.cpp23 #include <Window.h>
161 Window()->PostMessage(kMsgChange);
178 Window()->PostMessage(kMsgChange);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp55 Window()->SetPulseRate(100000);
64 Window()->SetPulseRate(500000);
75 Window()->SetPulseRate(500000);
/haiku/src/apps/mail/
H A DFindWindow.cpp140 Window()->SetDefaultButton(fFindButton);
155 Window()->Activate();
190 Window()->PostMessage(B_QUIT_REQUESTED);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp14 #include <Window.h>
237 // BMessageQueue* queue = Window()->MessageQueue();
267 Window()->CurrentMessage()->FindInt32("buttons", (int32*)&buttons);
268 Window()->CurrentMessage()->FindInt32("clicks", &clicks);
314 //Window()->CurrentMessage()->PrintToStream();
427 Window()->PostMessage(&message);
443 Window()->PostMessage(MSG_OBJECT_COUNT_CHANGED);
464 Window()->PostMessage(MSG_OBJECT_COUNT_CHANGED);
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp19 #include <Window.h>
130 Window()->SetDefaultButton(fConnectButton);
244 Window()->Quit();
293 && Window()->IsHidden())
294 Window()->Show();
313 Window()->Quit();
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp23 #include <Window.h>
157 Window()->Lock();
161 Window()->Unlock();
171 Window()->PostMessage(kApply);
217 Window()->PostMessage(kApply);
244 Window()->PostMessage(kApply);

Completed in 209 milliseconds

<<11121314151617181920>>