Home
last modified time | relevance | path

Searched refs:getWindowState (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DWindow.cpp668 state.isEnabled = (getWindowState().state != Qt::WindowMaximized); in getActionState()
672 state.isEnabled = (getWindowState().state != Qt::WindowMinimized); in getActionState()
676 state.isEnabled = (getWindowState().state != Qt::WindowNoState); in getActionState()
745 session.state = getWindowState(); in getSession()
751 WindowState Window::getWindowState() const in getWindowState() function in Otter::Window
H A DTabSwitcherWidget.cpp92 … || (windowItem->getActiveWindow() && windowItem->getActiveWindow()->getWindowState().state != Qt:… in showEvent()
244 …if (window && (!m_isIgnoringMinimizedTabs || window->getWindowState().state != Qt::WindowMinimized… in handleWindowAdded()
H A DWindow.h72 WindowState getWindowState() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbawindow.hxx43 virtual css::uno::Any SAL_CALL getWindowState() override;
H A Dvbaapplication.hxx79 virtual sal_Int32 SAL_CALL getWindowState() override;
H A Dvbawindow.cxx79 SwVbaWindow::getWindowState() in getWindowState() function in SwVbaWindow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbawindow.hxx43 virtual css::uno::Any SAL_CALL getWindowState() override;
H A Dvbaapplication.hxx78 virtual sal_Int32 SAL_CALL getWindowState() override;
H A Dvbawindow.cxx79 SwVbaWindow::getWindowState() in getWindowState() function in SwVbaWindow
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/mock/web/portlet/
H A DMockPortletURL.java79 public WindowState getWindowState() { in getWindowState() method in MockPortletURL
H A DMockStateAwareResponse.java78 public WindowState getWindowState() { in getWindowState() method in MockStateAwareResponse
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/mock/web/portlet/
H A DMockPortletURL.java79 public WindowState getWindowState() { in getWindowState() method in MockPortletURL
H A DMockStateAwareResponse.java78 public WindowState getWindowState() { in getWindowState() method in MockStateAwareResponse
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/mvc/
H A DAbstractController.java204 if (WindowState.MINIMIZED.equals(request.getWindowState()) && !this.renderWhenMinimized) { in handleRenderRequest()
/dports/x11-wm/lwm/lwm-1.2.4/
H A Dmanage.c46 static int getWindowState(Window, int *);
136 if (!getWindowState(c->window, &state)) in manage()
590 getWindowState(Window w, int *state) { in getWindowState() function
/dports/games/scorched3d/scorched/src/client/GLW/
H A DGLWWindow.h75 unsigned int getWindowState() { return windowState_; } in getWindowState() function
H A DGLWWindow.cpp576 if (getWindowState() & GLWWindow::eSavePosition && in saveSettings()
591 if (getWindowState() & GLWWindow::eSavePosition && in loadSettings()
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/
H A Dsettings.h94 QByteArray getWindowState() const;
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/handler/
H A DAbstractHandlerExceptionResolver.java160 if (WindowState.MINIMIZED.equals(request.getWindowState()) && !this.renderWhenMinimized) { in shouldApplyTo()
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dsession.c373 static WSavedState *getWindowState(WScreen * scr, WMPropList * win_state) in getWindowState() function
485 state = getWindowState(scr, win_info); in wSessionRestoreState()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dsession.c373 static WSavedState *getWindowState(WScreen * scr, WMPropList * win_state) in getWindowState() function
485 state = getWindowState(scr, win_info); in wSessionRestoreState()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/components/sessionstore/
H A DnsISessionStore.idl74 AString getWindowState(in nsIDOMWindow aWindow);
87 * (note: doesn't contain cookies - if you need them, use getWindowState instead).
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/sessionstore/
H A DnsISessionStore.idl69 AString getWindowState(in nsIDOMWindow aWindow);
82 * (note: doesn't contain cookies - if you need them, use getWindowState instead).
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/sessionstore/
H A DnsISessionStore.idl69 AString getWindowState(in nsIDOMWindow aWindow);
82 * (note: doesn't contain cookies - if you need them, use getWindowState instead).
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes/example/
H A DHelloWorldPortlet.java75 WindowState winstate = request.getWindowState(); in render()

1234