Home
last modified time | relevance | path

Searched refs:getWindows (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/examples/standalone/source/
H A Dtestmodel.cpp69 config.window = IApplication::instance ().getWindows ().front ();
91 config.window = IApplication::instance ().getWindows ().front ();
103 config.window = IApplication::instance ().getWindows ().front ();
110 auto window = IApplication::instance ().getWindows ().front ();
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DLayer.cc64 extract_windows_to_stack(temp_raised->getWindows(), stack); in extract_windows_to_stack()
73 extract_windows_to_stack((*it)->getWindows(), stack); in extract_windows_to_stack()
144 stack.push_back(above->getWindows().back()->window()); in stackBelowItem()
147 extract_windows_to_stack(item.getWindows(), stack); in stackBelowItem()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/win32/
H A Dwin32application.cpp125 for (auto& w : IApplication::instance ().getWindows ()) in showAlert()
135 for (auto& w : IApplication::instance ().getWindows ()) in showAlert()
198 auto& windows = IApplication::instance ().getWindows (); in onCommandUpdate()
229 auto windows = IApplication::instance ().getWindows (); // Yes, copy the window list in quit()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/
H A Dmdiarea.h29 QList<MdiWindow*> getWindows() const;
61 for (MdiWindow* win : getWindows()) in getMdiChilds()
H A Dmdiarea.cpp72 QList<MdiWindow*> MdiArea::getWindows() const in getWindows() function in MdiArea
84 for (MdiWindow* win : getWindows()) in getMdiChilds()
93 for (MdiWindow *window : getWindows()) in getWindowsToTile()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/win32/
H A Dwin32application.cpp152 for (auto& w : IApplication::instance ().getWindows ()) in showAlert()
162 for (auto& w : IApplication::instance ().getWindows ()) in showAlert()
225 auto& windows = IApplication::instance ().getWindows (); in onCommandUpdate()
256 auto windows = IApplication::instance ().getWindows (); // Yes, copy the window list in quit()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/examples/standalone/source/
H A Dtestmodel.cpp56 config.window = IApplication::instance ().getWindows ().front (); in onEndEdit()
70 auto window = IApplication::instance ().getWindows ().front (); in onEndEdit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DLazyStackRenderer.java200 for (MWindow w : ((MWindow) element).getWindows()) { in hideElementRecursive()
204 for (MWindow w : ((MPerspective) element).getWindows()) { in hideElementRecursive()
300 for (MWindow w : ((MWindow) element).getWindows()) { in showElementRecursive()
304 for (MWindow w : ((MPerspective) element).getWindows()) { in showElementRecursive()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/advanced/impl/
H A DPerspectiveImpl.java485 public List<MWindow> getWindows() { in getWindows() method in PerspectiveImpl
540 return ((InternalEList<?>) getWindows()).basicRemove(otherEnd, msgs); in eInverseRemove()
580 return getWindows(); in eGet()
626 getWindows().clear(); in eSet()
627 getWindows().addAll((Collection<? extends MWindow>) newValue); in eSet()
672 getWindows().clear(); in eUnset()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tools/imagestitcher/source/
H A Dapp.cpp59 if (app.getWindows ().empty ()) in finishLaunching()
69 if (!inQuit && IApplication::instance ().getWindows ().empty ()) in onClosed()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/imagestitcher/source/
H A Dapp.cpp59 if (app.getWindows ().empty ()) in finishLaunching()
69 if (!inQuit && IApplication::instance ().getWindows ().empty ()) in onClosed()
/dports/graphics/wdune/wdune-1.926/src/
H A DPreferencesApp.cpp168 Scene *scene = TheApp->getWindows().first()->item()->GetScene(); in loadCrashFile()
173 TheApp->getWindows().first()->item()->UpdateTitle(); in loadCrashFile()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DMouseCursor.cxx65 globals->get_renderer()->getViewer()->getWindows(mWindows); in StockOSGCursor()
163 globals->get_renderer()->getViewer()->getWindows(gws); in instance()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/impl/
H A DWindowImpl.java743 public List<MWindow> getWindows() { in getWindows() method in WindowImpl
799 return ((InternalEList<?>) getWindows()).basicRemove(otherEnd, msgs); in eInverseRemove()
851 return getWindows(); in eGet()
916 getWindows().clear(); in eSet()
917 getWindows().addAll((Collection<? extends MWindow>) newValue); in eSet()
980 getWindows().clear(); in eUnset()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/
H A DObjectViewModel.cpp386 QList<MWMDIWindow *> mdiWindows = AppContext::getMainWindow()->getMDIManager()->getWindows(); in findViewByName()
402 QList<MWMDIWindow *> windows = AppContext::getMainWindow()->getMDIManager()->getWindows(); in genUniqueViewName()
462 QList<MWMDIWindow *> mdiWindows = AppContext::getMainWindow()->getMDIManager()->getWindows(); in getAllActiveViews()
479 QList<MWMDIWindow *> mdiWindows = mainWindow->getMDIManager()->getWindows(); in findViewsByFactoryId()
552 const QList<MWMDIWindow *> windowList = mdiManager->getWindows(); in init()
563 const QList<MWMDIWindow *> windowList = mdiManager->getWindows(); in ~GObjectViewWindowContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DEModelServiceTest.java181 window.getWindows().add(detachedWindow); in testBringToTop_Bug334411()
211 perspective.getWindows().add(detachedWindow); in testGetElementLocation_Bug331062_02()
214 detachedWindow.getWindows().add(innerWindow); in testGetElementLocation_Bug331062_02()
278 perspective.getWindows().add(perspectiveWindow); in testCountRenderableChildren_WithWindows()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/
H A DLocaleChangeServiceImpl.java129 updateLocalization(window.getWindows()); in updateLocalization()
140 updateLocalization(((MPerspective) element).getWindows()); in updateLocalization()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/model/
H A DOperatingSystem.java55 public static OperatingSystem getWindows() { in getWindows() method in OperatingSystem
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DWindowManager.cc22 const QSet<MainWindow*> &WindowManager::getWindows() const in getWindows() function in WindowManager
H A DWindowManager.h16 const QSet<MainWindow*> &getWindows() const;
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DWindowManager.cc22 const QSet<MainWindow*> &WindowManager::getWindows() const in getWindows() function in WindowManager
H A DWindowManager.h16 const QSet<MainWindow*> &getWindows() const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/Extensions/src/org/jemmy2ext/
H A DJemmyExt.java268 Window[] windows = Window.getWindows();
361 Window[] windows = Window.getWindows();
410 Window[] windows = Window.getWindows();
431 Window[] windows = Window.getWindows();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/Extensions/src/org/jemmy2ext/
H A DJemmyExt.java268 Window[] windows = Window.getWindows();
361 Window[] windows = Window.getWindows();
410 Window[] windows = Window.getWindows();
431 Window[] windows = Window.getWindows();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/Extensions/src/org/jemmy2ext/
H A DJemmyExt.java268 Window[] windows = Window.getWindows();
361 Window[] windows = Window.getWindows();
410 Window[] windows = Window.getWindows();
431 Window[] windows = Window.getWindows();

12345678910>>...13