Searched refs:window (Results 251 - 275 of 388) sorted by relevance

<<111213141516

/haiku/src/tests/kits/interface/
H A DSimpleAlertTest.cpp195 BWindow* window = new Window(); local
196 window->Show();
H A DSliderTest.cpp177 BWindow *window = new Window(); local
178 window->Show();
H A DControlLookTest.cpp191 BWindow *window = new Window(); local
192 window->Show();
/haiku/src/tests/servers/app/event_mask/
H A DEventMask.cpp265 Window *window = new Window(); local
266 window->Show();
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp45 EscapeMessageFilter::EscapeMessageFilter(BWindow *window, int32 what) argument
47 , fWindow(window),
180 // user requested to quit the window
190 fReadyToQuit = false; // finally allow window to quit
219 // here the window still exists, because QuitRequested returns false if
220 // fReadyToQuit is false, now we can quit the window and am sure that the
221 // window thread dies before this thread
227 // here the window does not exist, good to have the result in a local variable
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant_protos.h92 const overlay_buffer* buffer, const overlay_window* window,
95 const overlay_buffer* buffer, const overlay_window* window,
/haiku/src/servers/app/
H A DServerApp.h78 bool AddWindow(ServerWindow* window);
79 void RemoveWindow(ServerWindow* window);
/haiku/src/apps/cortex/TipManager/
H A DTipManager.h47 // e.moon 17oct99: reworked the tip window: now exposed via the
100 // offset determines left/top point of tip window
104 // offset determines right/top point of tip window
165 BWindow* window);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp46 if (BWindow* window = fSlider->Window()) {
47 window->Lock();
48 window->RemoveChild(fSlider);
49 window->Unlock();
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.h44 void PlaceSubWindow(BWindow* window);
H A DFileTypesWindow.cpp743 BWindow* window local
745 window->Show();
755 BWindow* window = new ExtensionWindow(this, fCurrentType, NULL); local
756 window->Show();
873 BWindow* window = new AttributeWindow(this, fCurrentType, local
875 window->Show();
885 BWindow* window = new AttributeWindow(this, fCurrentType, NULL); local
886 window->Show();
987 FileTypesWindow::PlaceSubWindow(BWindow* window) argument
989 window
[all...]
/haiku/headers/private/graphics/
H A Dvideo_overlay.h63 int16 h_start; /* Top left un-clipped corner of the window in the virtual display */
65 uint16 width; /* un-clipped width of the overlay window */
66 uint16 height; /* un-clipped height of the overlay window */
101 overlay_limits window; member in struct:__anon11
/haiku/src/servers/app/stackandtile/
H A DSATWindow.h29 SATWindow(StackAndTile* sat, Window* window);
69 // hook called when window has been resized form the outside
74 //! \return the complete window frame including the Decorator
77 //! \return true if window is in a group with a least another window
/haiku/headers/private/interface/
H A DDecorInfo.h120 status_t Preview(DecorInfo* decor, BWindow* window);
/haiku/src/preferences/printers/
H A DPrinterListView.h71 PrinterItem(PrintersWindow* window,
/haiku/src/libs/alm/
H A DALMLayoutBuilder.cpp33 BALMLayoutBuilder::BALMLayoutBuilder(BWindow* window, float hSpacing, argument
37 window->SetLayout(fLayout);
44 BALMLayoutBuilder::BALMLayoutBuilder(BWindow* window, BALMLayout* layout) argument
47 window->SetLayout(fLayout);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h54 ExtendedInfoWindow* window);
/haiku/headers/libs/print/libprint/
H A DBlockingWindow.h45 EscapeMessageFilter(BWindow *window, int32 what);
94 // Show window and wait for it to quit, returns result code
96 // Or quit window e.g. something went wrong in constructor
98 // Sets the result that is returned when the user closes the window.
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_ui.cpp136 make_sure_frame_is_on_screen(BRect& frame, BWindow* window) argument
142 if (window) {
143 BScreen screen(window);
/haiku/src/apps/switcher/
H A DWindowsView.cpp78 BMessenger window;
79 BMessenger::Private(window).SetTo(info->team, info->client_port,
81 window.SendMessage(B_QUIT_REQUESTED);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp150 BWindow* window = view->Window(); local
151 if (window) window->AddHandler(this);
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp4 // Joystick window.
117 JoystickWindow *window = new(std::nothrow) local
120 if (window != NULL)
121 window->Show();
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp54 doo Tracker get Folder to '/boot/home/Desktop/hello' # get window for path
55 doo Tracker execute Folder to '/boot/home/Desktop/hello' # open window
79 "get Folder to path # get Tracker window pointing to folder\n"
80 "execute Folder to path # opens Tracker window pointing to folder\n",
280 reply->AddMessenger("window",
315 BHandler* window = FindContainerWindow(&ref); local
317 if (window != NULL)
318 reply->AddMessenger("window", BMessenger(window));
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp174 // Start AuthenticationPanel window thread
177 // Let the window jitter, if the previous password was invalid
182 // Get the originating window, if it exists, to let it redraw itself.
183 BWindow* window = dynamic_cast<BWindow*> local
185 if (window) {
198 window->UpdateIfNeeded();
201 // No window to update, so just hang out until we're done.
/haiku/src/preferences/appearance/
H A DColorPreview.cpp144 BWindow* window = Window(); local
145 if (window != NULL)
146 window->Activate();

Completed in 217 milliseconds

<<111213141516