Searched refs:window (Results 326 - 350 of 388) sorted by relevance

<<111213141516

/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp48 // window look.
314 // if the user presses escape, close the window.
469 RatePackageWindow* window = reinterpret_cast<RatePackageWindow*>(data); local
470 window->_QueryRatingThread();
529 HDERROR("rating query: Failed to lock window");
614 RatePackageWindow* window = reinterpret_cast<RatePackageWindow*>(data); local
615 window->_SendRatingThread();
624 HDERROR("upload rating: Failed to lock window");
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.cpp341 BWindow* window = new TypeListWindow(fCommonType.String(), local
343 window->Show();
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp105 // Forward to the window so it can enable/disable menu items
122 // forward the message to the window, which will display the
193 // open the custom baudrate selector window
194 CustomRateWindow* window = new CustomRateWindow(fSerialPort.DataRate()); local
195 window->Show();
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp36 ZipperThread::ZipperThread(BMessage* refsMessage, BWindow* window) argument
39 fWindowMessenger(window),
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp277 BWindow* window = new BWindow(BRect(50, 50, 550, 550), name, local
282 window->AddChild(view);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp611 WatchPromptWindow* window = WatchPromptWindow::Create( local
614 window->Show();
1248 item = new BMenuItem("Show Teams window" B_UTF8_ELLIPSIS,
1825 // if we hit a breakpoint or exception, raise the window to the
1951 TeamWindow* window = (TeamWindow*)arg; local
1958 if (!window->Lock())
1962 window->fActiveFunction->GetFunctionDebugInfo()->SourceFile()
1964 window->Unlock();
1966 status_t error = window->_RetrieveMatchingSourceEntries(path, entries);
1969 BMessenger messenger(window);
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp133 // activate the window if no PoseView or DraggableContainerIcon had been
134 // pressed (those will activate the window themselves, if necessary)
150 BContainerWindow* window)
175 BMessage* message = window->AddOnMessage(B_TRACKER_ADDON_MESSAGE);
179 (*populateMenu)(message, menu, window->PoseView());
243 BContainerWindow* window, BMenu* menu)
254 AddOnMenuGenerate(addOnRef, menu, window);
491 // do not offset desktop window
521 // this will close the window instantly, even if
586 // to acquire the window lis
149 AddOnMenuGenerate(const entry_ref* addOnRef, BMenu* menu, BContainerWindow* window) argument
241 AddOneAddOn(const Model* model, const char* name, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu) argument
2894 EachAddOn(bool (eachAddOn)const Model*, const char*, uint32 shortcut, uint32 modifiers, bool primary, void* context, BContainerWindow* window, BMenu* menu), void* passThru, BStringList& mimeTypes, BMenu* menu) argument
4210 WindowStateNodeOpener(BContainerWindow* window, bool forWriting) argument
4319 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
4338 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
4365 BContainerWindow* window = dynamic_cast<BContainerWindow*>(Window()); local
[all...]
H A DSettingsViews.cpp108 This function is used by the window to tell whether
122 active when the settings window opened. It should also
133 This function is called when the window is shown to let
143 This function is used by the window to tell the view
153 This function is used by the window to tell whether
252 // Tell the settings window the contents have changed:
284 // Tell the settings window the contents have changed:
428 B_TRANSLATE("Single window navigation"),
904 BWindow* window = Window(); local
905 if (window !
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp214 menuItem = new BMenuItem(B_TRANSLATE("Decrease window size"),
217 menuItem = new BMenuItem(B_TRANSLATE("Increase window size"),
229 UpdateInfoMenu(BMenu *menu, TWindow *window) argument
235 if (window) {
236 state = window->IsActive();
237 showGrid = window->ShowGrid();
238 infoBarIsVisible = window->InfoBarIsVisible();
239 stickCordinates = window->IsSticked();
268 menuItem = menu->FindItem(B_TRANSLATE("Decrease window size"));
271 menuItem = menu->FindItem(B_TRANSLATE("Increase window siz
1658 TWindow* window = (TWindow*)view->Window(); local
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp120 // much time has elapsed, we're supposed to minimize the window.
129 // Perform the window action in case the mouse was not moved.
131 // There is a time window for this feature, i.e. click and press
143 // or resize the window. At the moment this affects also tab sliding,
153 // This click is too long already for window activation/
171 // If the window was moved enough, it doesn't come to
195 // default is window activation
224 // right-click while dragging shall bring the window to front
468 // Resize first -- due to the window size limits this is not unlikely
661 // If the mouse is still over our window, updat
723 DefaultWindowBehaviour(Window* window) argument
1005 AlterDeltaForSnap(Window* window, BPoint& delta, bigtime_t now) argument
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp89 ViewLayer::AttachedToWindow(WindowLayer* window) argument
91 fWindow = window;
94 child->AttachedToWindow(window);
229 // it doesn't have to be the top level of a window
/haiku/src/kits/interface/
H A DPrintJob.cpp790 // Get the originating window, if it exists
791 BWindow* window = dynamic_cast<BWindow*>(
793 if (window != NULL) {
805 window->UpdateIfNeeded();
808 // No window to update, so just hang out until we're done.
H A DPrivateScreen.cpp89 BPrivateScreen::Get(BWindow* window) argument
93 if (window != NULL) {
96 link.Attach<int32>(_get_object_token_(window));
H A DDecorInfo.cpp279 "Default Haiku window decorator."),
578 DecorInfoUtility::Preview(DecorInfo* decor, BWindow* window) argument
583 return preview_decorator(decor->Path(), window);
H A DAboutWindow.cpp438 BWindow* window = local
441 BScreen screen(window);
H A DWindow.cpp216 _set_menu_sem_(BWindow* window, sem_id sem) argument
218 if (window != NULL)
219 window->fMenuSem = sem;
399 // TODO: I replaced Unlock() with UnlockFully() because the window
610 BWindow::SendBehind(const BWindow* window) argument
616 fLink->Attach<int32>(window != NULL ? _get_object_token_(window) : -1);
771 // Redirect our link to the new window connection
1028 // TODO: When a window is resized programmatically,
1049 // TODO: When a window i
2095 AddToSubset(BWindow* window) argument
2117 RemoveFromSubset(BWindow* window) argument
4104 _ReservedWindow1__7BWindow(BWindow* window, BLayout* layout) argument
[all...]
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp359 BWindow *window = Window(); /*To handle the MouseDown message*/ local
360 if (!window) /*Check for proper instantiation*/
363 BMessage *mouseMsg = window->CurrentMessage();
450 if (buttons) // we don't want to interfere when the user is moving a window or something...
460 if (wi->layer < 3) // we hit the desktop or a window not on this WS
463 continue; // invalid window ?
/haiku/src/servers/app/stackandtile/
H A DSATWindow.cpp29 SATWindow::SATWindow(StackAndTile* sat, Window* window) argument
31 fWindow(window),
80 /* AddWindow also will trigger the window to hold a reference on the new
88 // manually set the tabs of the single window
128 STRACE_SAT("SATWindow::AddedToGroup group: %p window %s\n", group,
138 STRACE_SAT("SATWindow::RemovedFromGroup group: %p window %s\n", group,
285 // if no size limit is set but the window is not resizeable choose the
503 // verify that the window stays below the mouse
/haiku/src/preferences/printers/
H A DPrinterListView.cpp263 PrinterItem::PrinterItem(PrintersWindow* window, const BDirectory& node, argument
321 fFolder = new SpoolFolder(window, this, dir);
/haiku/src/apps/mail/
H A DMailWindow.cpp808 // Ask the tracker what the next/prev file in the window is.
865 TMailWindow::SetOriginatingWindow(BWindow* window) argument
868 fOriginatingWindow = new BMessenger(window);
1229 message.AddPointer("window", this);
1256 // Not associated with a tracker window. Create a new
1273 // This is associated with a tracker window. Ask the
1274 // window to delete this entry. Do it this way if we
1287 // we have no choice but to close this window.
1289 TMailWindow* window local
1291 if (window
1601 TMailWindow* window = static_cast<TMailApp*>(be_app) local
1970 Forward(entry_ref* ref, TMailWindow* window, bool includeAttachments) argument
2175 Reply(entry_ref* ref, TMailWindow* window, uint32 type) argument
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A Daccelerant.h142 bool TDFX_DisplayOverlay(const overlay_window* window,
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h220 // be attached to the target window)
222 // - the given view is NOT attached to the target window, or
252 // the target window
285 // If it idles long enough, the tip window is displayed.
300 // Add/replace a tip in the window/view-entry tree
317 // Remove all tips for the given window from the entry tree.
320 BWindow* window);
345 // the tip window to be displayed
351 // set of window entries containing one or more bound tip rectangles
357 // window stat
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.h192 void _MoveWindowInScreen(BWindow* window);
/haiku/src/servers/app/
H A DView.cpp170 View::AttachedToWindow(::Window* window) argument
172 fWindow = window;
175 if (window->Feel() == kDesktopWindowFeel && Parent() == TopView())
186 child->AttachedToWindow(window);
336 // it doesn't have to be the top level of a window
544 This method is called whenever the window is resized or moved - would
1173 // "window content: (%d, %d)->(%d, %d), redraw: (%d, %d)->(%d, %d)",
H A DView.h77 virtual void AttachedToWindow(::Window* window);

Completed in 279 milliseconds

<<111213141516