Libplasma
plasma.h
67 1, /**< The containment will draw an titlebar-looking header for the applets, so the applets shouldn't attempt to paint a similar thing **/
69 2, /**< The containment will force every plasmoid to be constrained in a square icon (An example is the System Tray)**/
70 ContainmentPrefersOpaqueBackground = 4, /**< The containment prefers the style of the applets to be opaque, where applicable */
71 ContainmentPrefersFloatingApplets = 8 /**< The containment prefers applet's dialogs to be floating, where applicable */
72 };
128 NoBackground = 0, /**< Not drawing a background under the applet, the applet has its own implementation */
130 TranslucentBackground = 2, /**< An alternate version of the background is drawn, usually more translucent */
131 ShadowBackground = 4, /**< The applet won't have a svg background but a drop shadow of its content done via a shader */
ContainmentDisplayHint
Display hints that come from the containment that suggest the applet how to look and behave.
Definition plasma.h:64
ImmutabilityType
Defines the immutability of items like applets, corona and containments they can be free to modify,...
Definition plasma.h:99
Location
The Location enumeration describes where on screen an element, such as an Applet or its managing cont...
Definition plasma.h:81
FormFactor
The FormFactor enumeration describes how a Plasma::Applet should arrange itself.
Definition plasma.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.