Home
last modified time | relevance | path

Searched refs:WindowType (Results 226 – 250 of 1958) sorted by relevance

12345678910>>...79

/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-0.14.3/src/
H A Dwindow.rs13 use crate::{WindowType, WindowTypeHint, WindowWindowClass};
24 pub window_type: WindowType,
42 window_type: WindowType::Toplevel, in default()
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/layer/
H A DSpectrogramLayer.h121 void setWindowType(WindowType type);
122 WindowType getWindowType() const;
268 WindowType m_windowType;
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/lib/audio/
H A DfftTools.cpp37 const QString FFTTools::windowSignature(const WindowType windowType, const int size, const float pa… in windowSignature()
47 const QVector<float> FFTTools::window(const WindowType windowType, const int size, const float para… in window()
108 …rame, const uint channel, const uint numChannels, float *freqSpectrum, const WindowType windowType, in fftNormalized()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-0.14.3/src/
H A Dwindow.rs13 use crate::{WindowType, WindowTypeHint, WindowWindowClass};
24 pub window_type: WindowType,
42 window_type: WindowType::Toplevel, in default()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwinrules/
H A Dkcmrules.cpp333 const NET::WindowType type = static_cast<NET::WindowType>(info.value("type").toInt()); in findRuleWithProperties()
418 const NET::WindowType type = static_cast<NET::WindowType>(info.value("type").toInt()); in fillSettingsFromProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/
H A Dwindow.h150 client::WindowType type = client::WINDOW_TYPE_UNKNOWN);
165 client::WindowType type() const { return type_; } in type()
166 void SetType(client::WindowType type);
640 client::WindowType type_;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsyschild.cxx102 Window( WindowType::SYSTEMCHILDWINDOW ) in SystemChildWindow()
108 Window( WindowType::SYSTEMCHILDWINDOW ) in SystemChildWindow()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/extensions/
H A Dqwaylandxdgshell_p.h101 void setWindowType(Qt::WindowType windowType);
118 Qt::WindowType m_windowType = Qt::WindowType::Window;
H A Dqwaylandxdgshellv6_p.h109 void setWindowType(Qt::WindowType windowType);
126 Qt::WindowType m_windowType = Qt::WindowType::Window;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtabdlg.cxx47 if (pChild->GetType() == WindowType::TABCONTROL || isContainerWindow(*pChild)) in ImplPosControls()
156 Dialog( WindowType::TABDIALOG ) in TabDialog()
H A Dtabpage.cxx69 …abBody, ControlPart::Entire) && GetParent() && (GetParent()->GetType() == WindowType::TABCONTROL) ) in ImplInit()
97 Window( WindowType::TABPAGE ) in TabPage()
148 …bBody, ControlPart::Entire) && GetParent() && (GetParent()->GetType() == WindowType::TABCONTROL)) ) in Paint()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dwidget_aura_utils.h15 aura::client::WindowType GetAuraWindowTypeForWidgetType(
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget_aura_utils.h15 aura::client::WindowType GetAuraWindowTypeForWidgetType(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_window.cc127 : type(WindowType::kWindow), in Configuration()
171 case WindowType::kMenu: in Init()
175 case WindowType::kTooltip: in Init()
179 case WindowType::kPopup: in Init()
183 case WindowType::kDrag: in Init()
223 enable_transparent_visuals = config.type == WindowType::kDrag; in Init()
338 if ((config.type == WindowType::kPopup || in Init()
339 config.type == WindowType::kBubble) && in Init()
372 case WindowType::kPopup: in Init()
375 case WindowType::kBubble: in Init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/aura/client/
H A Dwindow_types.h13 enum WindowType { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/aura/client/
H A Dwindow_types.h13 enum WindowType { enum
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_client_utils.cc185 void DidOpenURLOnUI(WindowType type, in DidOpenURLOnUI()
212 if (type == WindowType::PAYMENT_HANDLER_WINDOW) { in DidOpenURLOnUI()
226 WindowType type, in OpenWindowOnUI()
259 type == WindowType::PAYMENT_HANDLER_WINDOW in OpenWindowOnUI()
263 params.open_app_window_if_possible = type == WindowType::NEW_TAB_WINDOW; in OpenWindowOnUI()
578 WindowType type, in OpenWindow()
/dports/mail/neomutt/neomutt-20211029/gui/
H A Dsimple.h31 struct MuttWindow *simple_dialog_new(enum MenuType mtype, enum WindowType wtype, const struct Mappi…
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/gtk3/a11y/
H A Datkutil.cxx467 … if( ! pWindow || !pWindow->IsReallyVisible() || pWindow->GetType() == WindowType::MENUBARWINDOW ) in handle_get_focus()
471 if( pWindow->GetType() == WindowType::TOOLBOX ) in handle_get_focus()
474 if( pWindow->GetType() == WindowType::TABCONTROL ) in handle_get_focus()
502 ( pWindow->GetType() != WindowType::TREELISTBOX ) ) in handle_get_focus()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dsm.cpp54 static const char* windowTypeToTxt(NET::WindowType type) in windowTypeToTxt()
64 static NET::WindowType txtToWindowType(const char* txt) in txtToWindowType()
70 return static_cast< NET::WindowType >(i); in txtToWindowType()
71 return static_cast< NET::WindowType >(-2); // undefined in txtToWindowType()
/dports/devel/eric6/eric6-21.11/eric/eric6/Snapshot/
H A DSnapshotFreehandGrabber.py59 Qt.WindowType.X11BypassWindowManagerHint |
60 Qt.WindowType.WindowStaysOnTopHint |
61 Qt.WindowType.FramelessWindowHint |
62 Qt.WindowType.Tool
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DPreferences.cpp66 m_windowType = WindowType
333 switch (WindowType(value)) {
418 setWindowType(WindowType(value));
500 Preferences::setWindowType(WindowType type)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/platforms/wayland/
H A Dqwaylandshmwindow.h54 WindowType windowType() const;
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dwindow.rs3 use crate::models::{FocusBehaviour, WindowChange, WindowType, Xyhw};
38 if r#type == WindowType::Dock || r#type == WindowType::Desktop { in setup_managed_window()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/audio_effects/
H A DRobotization.cpp44 …nshot::FFTSize new_fft_size, openshot::HopSize new_hop_size, openshot::WindowType new_window_type)… in Robotization()
153 window_type = (WindowType)root["window_type"].asInt(); in SetJsonValue()

12345678910>>...79