Plasma/libplasma2/API Review/ContainmentActions

From KDE Community Wiki
Revision as of 12:51, 25 February 2013 by Notmart (talk | contribs) (Created page with "= Related changes in ContainmentPrivate = localActionPlugins and globalActionsPlugins get removed, only plugin instances will stay here. all bookeeping of containmentActions w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Related changes in ContainmentPrivate

localActionPlugins and globalActionsPlugins get removed, only plugin instances will stay here. all bookeeping of containmentActions will be kept in Corona, indicized by containmentType

Properties

All properties and invokables are removed.

Enums

ContainmentActionsSource goes, as the concept of source in general.

Constructors

as
Status Action Method
DONE Keep explicit ContainmentActions(QObject * parent);
DONE Keep ~ContainmentActions();
DONE Keep protected ContainmentActions(QObject *parent, const QVariantList &args);