Plasma/libplasma2/API Review/ContainmentActions: Difference between revisions
Appearance
Created page with "= Related changes in ContainmentPrivate = localActionPlugins and globalActionsPlugins get removed, only plugin instances will stay here. all bookeeping of containmentActions w..." |
No edit summary |
||
Line 20: | Line 20: | ||
{{FeatureDone|Keep| ~ContainmentActions();}} | {{FeatureDone|Keep| ~ContainmentActions();}} | ||
{{FeatureDone|Keep| protected ContainmentActions(QObject *parent, const QVariantList &args);}} | {{FeatureDone|Keep| protected ContainmentActions(QObject *parent, const QVariantList &args);}} | ||
|} | |||
=Metadata= | |||
{| cellspacing="0" cellpadding="5" border="1" style="border: 1px solid gray; border-collapse: collapse; text-align: left; width: 100%;" class="sortable" | |||
|- style="background: rgb(236, 236, 236) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; white-space: nowrap;" | |||
as | |||
! Status | |||
! Action | |||
! Method | |||
{{FeatureTodo|Remove| QString name() const;}} | |||
{{FeatureTodo|Remove| QString pluginName() const;}} | |||
{{FeatureTodo|Remove| QString icon() const;}} | |||
{{FeatureTodo|Add| KPluginInfo pluginInfo() const;}} | |||
|} | |} |
Revision as of 12:53, 25 February 2013
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
asStatus | Action | Method |
---|---|---|
DONE | Keep | explicit ContainmentActions(QObject * parent); |
DONE | Keep | ~ContainmentActions(); |
DONE | Keep | protected ContainmentActions(QObject *parent, const QVariantList &args);
|
Metadata
asStatus | Action | Method | |
---|---|---|---|
TO DO | Remove | QString name() const; | <{{{3}}}> |
TO DO | Remove | QString pluginName() const; | <{{{3}}}> |
TO DO | Remove | QString icon() const; | <{{{3}}}> |
TO DO | Add | KPluginInfo pluginInfo() const; | <{{{3}}}>
|