Home
last modified time | relevance | path

Searched refs:DesktopInfo (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/deskutils/flameshot/flameshot-0.10.2/src/utils/
H A Ddesktopinfo.cpp7 DesktopInfo::DesktopInfo() in DesktopInfo() function in DesktopInfo
19 bool DesktopInfo::waylandDectected() in waylandDectected()
26 DesktopInfo::WM DesktopInfo::windowManager() in windowManager()
28 DesktopInfo::WM res = DesktopInfo::OTHER; in windowManager()
32 return DesktopInfo::GNOME; in windowManager()
35 return DesktopInfo::SWAY; in windowManager()
38 return DesktopInfo::KDE; in windowManager()
43 return DesktopInfo::GNOME; in windowManager()
47 return DesktopInfo::KDE; in windowManager()
H A Ddesktopinfo.h8 class DesktopInfo
11 DesktopInfo();
H A Dscreengrabber.cpp99 case DesktopInfo::GNOME: { in grabEntireDesktop()
103 case DesktopInfo::KDE: { in grabEntireDesktop()
118 case DesktopInfo::SWAY: { in grabEntireDesktop()
H A Dscreengrabber.h19 DesktopInfo m_info;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopInfo.cpp231 void DesktopInfo::onClose() in onClose()
242 DesktopInfo::DesktopInfo(QObject* parent) in DesktopInfo() function in rstudio::desktop::DesktopInfo
248 QString DesktopInfo::getPlatform() in getPlatform()
253 QString DesktopInfo::getVersion() in getVersion()
258 bool DesktopInfo::desktopHooksAvailable() in desktopHooksAvailable()
274 QString DesktopInfo::getFixedWidthFontList() in getFixedWidthFontList()
288 QString DesktopInfo::getFixedWidthFont() in getFixedWidthFont()
302 QString DesktopInfo::getProportionalFont() in getProportionalFont()
326 QString DesktopInfo::getSumatraPdfExePath() in getSumatraPdfExePath()
340 double DesktopInfo::getZoomLevel() in getZoomLevel()
[all …]
H A DDesktopInfo.hpp28 class DesktopInfo : public QObject class
45 explicit DesktopInfo(QObject* parent = nullptr);
117 inline DesktopInfo& desktopInfo() in desktopInfo()
119 static DesktopInfo* instance = new DesktopInfo(qApp); in desktopInfo()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Ddesktopinfo.cpp28 QScreen * DesktopInfo::find_screen(QWidget *w) { in find_screen()
45 QSize DesktopInfo::desktop_size(QWidget *w) { in desktop_size()
66 double DesktopInfo::desktop_aspectRatio(QWidget *w) { in desktop_aspectRatio()
67 QSize s = DesktopInfo::desktop_size(w); in desktop_aspectRatio()
71 bool DesktopInfo::isInsideScreen(QWidget *w) { in isInsideScreen()
89 QPoint DesktopInfo::topLeftPrimaryScreen() { in topLeftPrimaryScreen()
H A Ddesktopinfo.h29 class DesktopInfo
H A Dminigui.cpp326 if (!DesktopInfo::isInsideScreen(this)) { in loadConfig()
327 QPoint tl = DesktopInfo::topLeftPrimaryScreen(); in loadConfig()
/dports/multimedia/smtube/smtube-21.10.0/src/
H A Ddesktopinfo.cpp28 QScreen * DesktopInfo::find_screen(QWidget *w) { in find_screen()
45 QSize DesktopInfo::desktop_size(QWidget *w) { in desktop_size()
66 double DesktopInfo::desktop_aspectRatio(QWidget *w) { in desktop_aspectRatio()
67 QSize s = DesktopInfo::desktop_size(w); in desktop_aspectRatio()
71 bool DesktopInfo::isInsideScreen(QWidget *w) { in isInsideScreen()
89 QPoint DesktopInfo::topLeftPrimaryScreen() { in topLeftPrimaryScreen()
H A Ddesktopinfo.h29 class DesktopInfo
/dports/devel/RStudio/rstudio-2021.09.1-372/src/node/desktop/docs/
H A DQtWindowClasses.puml29 class DesktopInfo
39 QWebChannel *-- DesktopInfo : desktopInfo
42 BrowserWindow .. DesktopInfo : creates >
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-desktop-manager.c79 } DesktopInfo; typedef
99 free_info (DesktopInfo *info) in free_info()
104 g_slice_free (DesktopInfo, info); in free_info()
311 DesktopInfo *info = g_slice_new0 (DesktopInfo); in create_new_desktop_window()
507 DesktopInfo *info = (DesktopInfo *) l->data; in on_monitors_changed()
789 DesktopInfo *info = iter->data; in nemo_desktop_manager_has_desktop_windows()
811 DesktopInfo *info = iter->data; in nemo_desktop_manager_get_monitor_is_active()
833 DesktopInfo *info = iter->data; in nemo_desktop_manager_get_monitor_is_primary()
926 DesktopInfo *info = iter->data; in nemo_desktop_manager_get_window_for_monitor()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/synctex/
H A DSynctexUtils.java20 import org.rstudio.studio.client.application.DesktopInfo;
27 return DesktopInfo.getDesktopSynctexViewer(); in getDesktopSynctexViewer()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/model/
H A DUserPrefUtils.java18 import org.rstudio.studio.client.application.DesktopInfo;
27 if (DesktopInfo.getDesktopSynctexViewer().length() > 0) in getDefaultPdfPreview()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/
H A DDesktopInfo.java28 public class DesktopInfo class
31 public DesktopInfo(Session session, in DesktopInfo() method in DesktopInfo
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/viewer/export/
H A DDesktopExport.java20 import org.rstudio.studio.client.application.DesktopInfo;
42 double zoomLevel = DesktopInfo.getZoomLevel(); in export()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DAppearancePreferencesPane.java43 import org.rstudio.studio.client.application.DesktopInfo;
120 double currentZoomLevel = DesktopInfo.getZoomLevel(); in AppearancePreferencesPane()
154 String fontList = DesktopInfo.getFixedWidthFontList(); in AppearancePreferencesPane()
177 String value = DesktopInfo.getFixedWidthFont(); in AppearancePreferencesPane()
496 DesktopInfo.getZoomLevel()); in updatePreviewZoomLevel()
700 String fonts = DesktopInfo.getFixedWidthFontList(); in onFontListReady()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/google.golang.org/api/firebasedynamiclinks/v1/
H A Dfirebasedynamiclinks-gen.go371 type DesktopInfo struct { struct
393 func (s *DesktopInfo) MarshalJSON() ([]byte, error) { argument
394 type NoMethod DesktopInfo
531 DesktopInfo *DesktopInfo `json:"desktopInfo,omitempty"` member
/dports/deskutils/flameshot/flameshot-0.10.2/src/
H A Dmain.cpp51 DesktopInfo info; in wayland_hacks()
52 if ((info.windowManager() == DesktopInfo::GNOME) || in wayland_hacks()
53 (info.windowManager() == DesktopInfo::KDE)) { in wayland_hacks()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/application/ui/impl/
H A DDesktopApplicationHeader.java39 import org.rstudio.studio.client.application.DesktopInfo;
345 int port = DesktopInfo.getChromiumDevtoolsPort(); in onOpenDeveloperConsole()
355 ("http://127.0.0.1:" + DesktopInfo.getChromiumDevtoolsPort()), in onOpenDeveloperConsole()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/firebasedynamiclinks/v1/
H A Dfirebasedynamiclinks-gen.go434 type DesktopInfo struct { struct
456 func (s *DesktopInfo) MarshalJSON() ([]byte, error) { argument
457 type NoMethod DesktopInfo
594 DesktopInfo *DesktopInfo `json:"desktopInfo,omitempty"` member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/firebasedynamiclinks/v1/
H A Dfirebasedynamiclinks-gen.go434 type DesktopInfo struct { struct
456 func (s *DesktopInfo) MarshalJSON() ([]byte, error) { argument
457 type NoMethod DesktopInfo
594 DesktopInfo *DesktopInfo `json:"desktopInfo,omitempty"` member
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/api/firebasedynamiclinks/v1/
H A Dfirebasedynamiclinks-gen.go434 type DesktopInfo struct { struct
456 func (s *DesktopInfo) MarshalJSON() ([]byte, error) { argument
457 type NoMethod DesktopInfo
594 DesktopInfo *DesktopInfo `json:"desktopInfo,omitempty"` member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/api/firebasedynamiclinks/v1/
H A Dfirebasedynamiclinks-gen.go434 type DesktopInfo struct { struct
456 func (s *DesktopInfo) MarshalJSON() ([]byte, error) { argument
457 type NoMethod DesktopInfo
594 DesktopInfo *DesktopInfo `json:"desktopInfo,omitempty"` member

1234567891011