Libplasma
corona.h
85 * If the requested containment plugin can not be located or successfully loaded, the Containment will have an invalid pluginInfo().
102 containmentForScreen(int screen, const QString &activity, const QString &defaultPluginIfNonExistent, const QVariantList &defaultArgs = QVariantList());
343 * Shells must support changing the shell package on the fly (for instance due to device form factor changing)
378 Containment *createContainmentDelayed(const QString &name, const QVariantList &args = QVariantList());
The base class for plugins that provide backgrounds and applet grouping containers.
Definition containment.h:47
void kPackageChanged(const KPackage::Package &package)
Emitted when the package for this corona has been changed.
void containmentAdded(Plasma::Containment *containment)
This signal indicates a new containment has been added to the Corona: it may occur after creation or ...
void configSynced()
This signal indicates that the configuration file was flushed to disk.
void immutabilityChanged(Plasma::Types::ImmutabilityType immutability)
emitted when immutability changes.
virtual QRect screenGeometry(int id) const =0
Returns the geometry of a given screen.
void startupCompleted()
Emitted when the startup phase has been completed.
void containmentCreated(Plasma::Containment *containment)
This signal indicates a new containment has been created in the Corona.
void screenOwnerChanged(int isScreen)
This signal indicates that a containment has been newly associated (or dissociated) with a physical s...
void screenAdded(int id)
This signal indicates a new screen with the specified id was added.
void editModeChanged(bool edit)
emitted when the editMode state changes
void availableScreenRegionChanged(int id)
This signal indicates that a change in available screen geometry occurred.
void screenGeometryChanged(int id)
This signal indicates that a change in geometry for the screen occurred.
void availableScreenRectChanged(int id)
This signal indicates that a change in available screen geometry occurred.
void screenRemoved(int id)
This signal indicates the screen with the specified id was removed.
ImmutabilityType
Defines the immutability of items like applets, corona and containments they can be free to modify,...
Definition plasma.h:99
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.