We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b256c commit b905df4Copy full SHA for b905df4
panels/dock/dockpanel.h
@@ -51,6 +51,7 @@ class DockPanel : public DS_NAMESPACE::DPanel, public QDBusContext
51
52
QRect geometry();
53
QRect frontendWindowRect();
54
+ QRect frontendWindowRect(int transformOffsetX, int transformOffsetY);
55
56
HideState hideState();
57
@@ -79,6 +80,8 @@ class DockPanel : public DS_NAMESPACE::DPanel, public QDBusContext
79
80
81
Q_INVOKABLE void openDockSettings() const;
82
83
+ Q_INVOKABLE void notifyDockPositionChanged(int offsetX, int offsetY);
84
+
85
bool showInPrimary() const;
86
void setShowInPrimary(bool newShowInPrimary);
87
0 commit comments