Searched refs:window (Results 351 - 375 of 388) sorted by relevance

<<111213141516

/haiku/src/apps/processcontroller/
H A DProcessController.cpp493 BAboutWindow* window = new BAboutWindow( local
507 window->AddCopyright(2007, "Haiku, Inc.", extraCopyrights);
508 window->AddAuthors(authors);
510 window->Show();
/haiku/headers/os/interface/
H A DLayoutBuilder.h64 inline Group(BWindow* window,
145 inline Grid(BWindow* window,
321 inline Cards(BWindow* window);
454 Group<ParentBuilder>::Group(BWindow* window, orientation orientation, argument
459 window->SetLayout(fLayout);
793 Grid<ParentBuilder>::Grid(BWindow* window, float horizontalSpacing, argument
798 window->SetLayout(fLayout);
1433 Cards<ParentBuilder>::Cards(BWindow* window) argument
1437 window->SetLayout(fLayout);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php585 echo "window.location = \"" . $_SERVER['PHP_SELF'] . "\";\n";
841 //window.open("<?php echo $_SERVER["SCRIPT_NAME"] . "?close"; ?>", "closing", "width=100,height=30,location=no,menubar=no,toolbar=no,scrollbars=no");
852 window.location.hash = anchor;
/haiku/src/apps/launchbox/
H A DMainWindow.cpp90 for (int32 i = 0; BWindow* window = be_app->WindowAt(i); i++) {
91 if (dynamic_cast<MainWindow*>(window))
273 message->AddMessage("window", &settings);
384 // restore window positioning
387 if (message->FindPoint("window position", &point) == B_OK) {
395 // restore window frame
397 if (message->FindRect("window frame", &frame) == B_OK) {
407 // restore window look
409 if (message->FindInt32("window look", (int32*)&look) == B_OK)
478 // store window positio
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp430 // revive old window settings
544 // window quit, we can post refs received to open a
549 // PRINT(("waiting for query window to quit, %d\n", timeOut));
551 // the old query window would not quit for some reason
599 // running query and to close the corresponding window
2109 FindPanel::FillCurrentQueryName(BTextControl* queryName, FindWindow* window) argument
2111 ASSERT(window);
2112 queryName->SetText(window->QueryName());
3236 FindWindow* window = dynamic_cast<FindWindow*>(Window()); local
3238 ASSERT(window !
[all...]
H A DContainerWindow.h75 // flags that describe opening of the window
78 // set when opening a window during initial Tracker start
125 // virtuals that control setup of window
162 // calls for inheriting window size, attribute layout, etc.
231 // desktop window
361 WindowStateNodeOpener(BContainerWindow* window, bool forWriting);
H A DStatusWindow.cpp250 // find out if the desktop is the active window
251 // if the status window is the only thing to take over active state and
259 BWindow* window = be_app->WindowAt(index); local
260 if (dynamic_cast<BDeskWindow*>(window) != NULL
261 && window->IsActive()) {
887 // force window update
901 // force window update
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp74 # define PROBE(buffer, window) \
82 window, fSendWindow, (fSendMax - fSendUnacknowledged).Number(), \
85 # define PROBE(buffer, window) do { } while (0)
93 Receive(TCPEndpoint* endpoint, tcp_segment_header& segment, uint32 window, argument
101 fWindow(window),
1034 // if we are opening the window, check if we should send an ACK
1595 // (known as header prediction - the segment must not change the window,
1633 TRACE(" Receive(): segment out of window, next: %" B_PRIu32
1675 // TODO: Check this! Why do we advertize a window outside of what we should
1678 // the window mus
2135 uint32 window = segment.AdvertisedWindow(fReceiveWindowShift) local
[all...]
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1179 if (BWindow* window = fCanvasView->Window()) {
1180 window->PostMessage(MSG_UPDATE_SHAPE_UI);
1519 if (BWindow* window = fCanvasView->Window()) {
1520 window->PostMessage(MSG_UPDATE_SHAPE_UI);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp125 MediaConverterWindow* window local
127 if (window != NULL)
128 window->TruncateOutputFolderPath();
981 SetFileMessage(B_TRANSLATE("Drop media files onto this window"));
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp264 // close window item
269 // we have a window item
294 // check if within expander bounds to expand window items
513 // add window items back
533 // add (new) window items in submenu
554 TBarWindow* window = dynamic_cast<TBarWindow*>(Window()); local
555 if (window != NULL) {
556 if (TDeskbarMenu* bemenu = window->DeskbarMenu()) {
588 that point (which might be a window item when the expander is on).
712 // Also remove window item
[all...]
H A DSwitcher.cpp64 // allows you to press 's' to keep the switcher window on screen
206 TSwitcherWindow* window, TIconView* iconView);
258 // The window list is always ordered from the top front visible window
261 // layer > 2 : normal visible window
262 // layer == 2 : reserved for the desktop window (visible also)
263 // layer < 2 : hidden (0) and non workspace visible window (1)
281 // is_mini (true means that the window is minimized).
282 // if not, then show_hide >= 1 means that the window is hidden.
283 // If the window i
1230 TBox(BRect bounds, TSwitchManager* manager, TSwitcherWindow* window, TIconView* iconView) argument
2186 TWindowView(BRect rect, TSwitchManager* manager, TSwitcherWindow* window) argument
[all...]
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1080 ushort *window[4];
1194 window[i] = (ushort *)fimg + fInputWidth * i;
1199 window[(i + 3) & 3] = window[i];
1203 window[2][col] = _Bayer(col, wlast);
1209 avg = ( window[0][col - 1] + window[0][col + 1]
1210 + window[2][col - 1] + window[2][col + 1] - fMeta.black * 4)
1211 * mul[row & 1] + (window[
[all...]
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp217 to the window screen's mode.
1541 /*! \brief Private function which sets the window decorator for the system.
1563 /*! \brief sets a window to preview a given decorator
1565 \param window pointer to BWindow which will show decorator
1570 preview_decorator(const BString& path, BWindow* window) argument
1572 if (window == NULL)
1578 return window->SetDecoratorSettings(msg);
H A DListView.cpp1713 // only lock the window when there is one
1801 BWindow* window = Window();
1802 BAutolock locker(window);
1803 if (window != NULL && !locker.IsLocked())
1825 if (window && bounds.Intersects(frame))
1968 // NOTE: window looper is assumed to be locked!
2009 // NOTE: window looper is assumed to be locked!
2048 // NOTE: window looper is assumed to be locked!
H A DMenuPrivate.cpp179 MenuPrivate::Install(BWindow* window) argument
181 fMenu->_Install(window);
H A DView.cpp771 debugger("Trying to delete a view that belongs to a window. "
1146 // state of the window's visibility
1651 // local coordinate system, so if an app checks the window message
1655 // be outdated as soon as a window or even the view moves. The
1658 // the locations of the window and view for each message...
1757 // if we're attached to a window tell app_server about this change
2055 BWindow* window = Window(); local
2056 if (window != NULL)
2057 origin -= window->Frame().LeftTop();
4936 replyMsg.AddString("message", "This window does
5106 BWindow* window = Window(); local
5200 BWindow* window = Window(); local
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp234 // get the saved window position and workspaces
238 // make sure the window is still on screen
263 // Announce our window as no longer minimized. That's not true, since it's
502 .AddMenu(B_TRANSLATE_COMMENT("Terminal", "The title for the main window"
512 .AddItem(B_TRANSLATE("Close window"), B_QUIT_REQUESTED, 'W',
1072 // window title changed message from SetTitleDialog
1084 // updates the window title as a side effect
1306 // because the user hit 'Cancel' in the page setup window, in
1381 // If it's the first time we're called, setup the window
1705 // window titl
2091 _MoveWindowInScreen(BWindow* window) argument
[all...]
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1666 BWindow* window = new TestWindow; local
1667 window->Show();
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp72 QuitMessageFilter(BWindow* window) argument
75 fWindow(window)
150 fActiveWindow = new BCheckBox(B_TRANSLATE("Capture active window"),
155 fWindowBorder = new BCheckBox(B_TRANSLATE("Include window border"),
427 message.AddString("argv", "--window");
701 // Create a window with a configuration view
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp965 BWindow* window = new TypeListWindow(NULL, local
967 window->Show();
/haiku/src/servers/app/
H A DServerWindow.cpp194 fDeathSemaphore = create_sem(0, "window death");
336 /*! Shows the window's Window.
359 /*! Hides the window's Window. You need to have all windows locked when
593 /*! Dispatches all window messages, and those view messages that
654 // Has the all-window lock
719 // Has the all-window lock
725 ::Window* window = fDesktop->FindWindowByClientToken(token, local
727 if (window == NULL || window->Feel() != B_NORMAL_WINDOW_FEEL) {
730 status = fDesktop->AddWindowToSubset(fWindow.Get(), window)
747 ::Window* window = fDesktop->FindWindowByClientToken(token, local
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.cpp601 // always align in the center if the bitmap is smaller than the window
868 // avoid flickering of dragged bitmap caused by drawing into the window
1143 // move image in window
1401 ShowImageWindow* window = dynamic_cast<ShowImageWindow*>(Window()); local
1402 if (window != NULL)
1403 window->BuildContextMenu(menu);
1568 // window size might have changed
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp373 AboutWindow* window = new(std::nothrow) AboutWindow(); local
374 if (window != NULL)
375 window->Show();
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c272 win_req_t *win = &arg1.win_info.window;

Completed in 463 milliseconds

<<111213141516