mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-05-29 04:46:10 +00:00

控制中心使用了Appearance的接口,任务栏需要适配 Log: 修复控制中心调节透明度对任务栏无作用的问题 Influence: 任务栏透明度调节 Task: https://pms.uniontech.com/task-view-226127.html Change-Id: I3c2edcb82155bdc65220c25c9e139d34c0e92d34
102 lines
4.0 KiB
XML
102 lines
4.0 KiB
XML
<interface name="org.deepin.dde.Appearance1">
|
|
<!--
|
|
<method name="Delete">
|
|
<arg direction="in" type="s" name="ty"/>
|
|
<arg direction="in" type="s" name="name"/>
|
|
</method>
|
|
<method name="GetScaleFactor">
|
|
<arg direction="out" type="d" name="scaleFactor"/>
|
|
</method>
|
|
|
|
<method name="GetScreenScaleFactors">
|
|
<arg direction="out" type="a{sd}" name="scaleFactor"/>
|
|
<annotation value="ScaleFactors"
|
|
name="org.qtproject.QtDBus.QtTypeName.Out0"/>
|
|
</method>
|
|
<method name="GetWallpaperSlideShow">
|
|
<arg direction="in" type="s" name="monitorName"/>
|
|
<arg direction="out" type="s" name="slideShow"/>
|
|
</method>
|
|
<method name="List">
|
|
<arg direction="in" type="s" name="ty"/>
|
|
<arg direction="out" type="s" name="list"/>
|
|
</method>
|
|
<method name="Reset"/>
|
|
<method name="Set">
|
|
<arg direction="in" type="s" name="ty"/>
|
|
<arg direction="in" type="s" name="value"/>
|
|
</method>
|
|
<method name="SetMonitorBackground">
|
|
<arg direction="in" type="s" name="monitorName"/>
|
|
<arg direction="in" type="s" name="imageGile"/>
|
|
</method>
|
|
<method name="SetScaleFactor">
|
|
<arg direction="in" type="d" name="scale"/>
|
|
</method>
|
|
<method name="SetScreenScaleFactors">
|
|
<arg direction="in" type="a{sd}" name="scaleFactor"/>
|
|
<annotation value="ScaleFactors"
|
|
name="org.qtproject.QtDBus.QtTypeName.In0"/>
|
|
</method>
|
|
<method name="SetWallpaperSlideShow">
|
|
<arg direction="in" type="s" name="monitorName"/>
|
|
<arg direction="in" type="s" name="slideShow"/>
|
|
</method>
|
|
<method name="Show">
|
|
<arg direction="in" type="s" name="ty"/>
|
|
<arg direction="in" type="as" name="names"/>
|
|
<arg direction="out" type="s" name="detail"/>
|
|
</method>
|
|
<method name="Thumbnail">
|
|
<arg direction="in" type="s" name="ty"/>
|
|
<arg direction="in" type="s" name="name"/>
|
|
<arg direction="out" type="s" name="file"/>
|
|
</method>
|
|
<method name="SetCurrentWorkspaceBackground">
|
|
<arg direction="in" type="s" name="uri"/>
|
|
</method>
|
|
<method name="GetCurrentWorkspaceBackground">
|
|
<arg direction="out" type="s" name="uri"/>
|
|
</method>
|
|
<method name="SetCurrentWorkspaceBackgroundForMonitor">
|
|
<arg direction="in" type="s" name="uri"/>
|
|
<arg direction="in" type="s" name="strMonitorName"/>
|
|
</method>
|
|
<method name="GetCurrentWorkspaceBackgroundForMonitor">
|
|
<arg direction="in" type="s" name="strMonitorName"/>
|
|
<arg direction="out" type="s" name="uri"/>
|
|
</method>
|
|
<method name="SetWorkspaceBackgroundForMonitor">
|
|
<arg direction="in" type="i" name="index"/>
|
|
<arg direction="in" type="s" name="strMonitorName"/>
|
|
<arg direction="in" type="s" name="uri"/>
|
|
</method>
|
|
<method name="GetWorkspaceBackgroundForMonitor">
|
|
<arg direction="in" type="i" name="index"/>
|
|
<arg direction="in" type="s" name="strMonitorName"/>
|
|
<arg direction="out" type="s" name="uri"/>
|
|
</method>
|
|
-->
|
|
<property access="readwrite" type="d" name="FontSize"/>
|
|
<property access="readwrite" type="d" name="Opacity"/>
|
|
<property access="readwrite" type="i" name="WindowRadius"/>
|
|
<property access="read" type="s" name="Background"/>
|
|
<property access="read" type="s" name="GlobalTheme"/>
|
|
<property access="read" type="s" name="GtkTheme"/>
|
|
<property access="read" type="s" name="IconTheme"/>
|
|
<property access="read" type="s" name="CursorTheme"/>
|
|
<property access="read" type="s" name="MonospaceFont"/>
|
|
<property access="readwrite" type="s" name="QtActiveColor"/>
|
|
<property access="read" type="s" name="StandardFont"/>
|
|
<property access="readwrite" type="s" name="WallpaperSlideShow"/>
|
|
<property access="read" type="s" name="WallpaperURls"/>
|
|
<signal name="Changed">
|
|
<arg type="s" name="ty"/>
|
|
<arg type="s" name="value"/>
|
|
</signal>
|
|
<signal name="Refreshed">
|
|
<arg type="s" name="type"/>
|
|
</signal>
|
|
</interface>
|
|
|