Plasma/libplasma2/API Review/Corona
as
Status | Action | Method | |
---|---|---|---|
DONE | Keep | explicit Corona(QObject * parent); | |
DONE | Keep | ~Corona(); | |
DONE | Keep | Plasma::Package package() const; | |
TO DO | Remove | void setAppletMimeType(const QString &mimetype); | <{{{3}}}> |
TO DO | Remove | QString appletMimeType(); | <{{{3}}}> |
TO DO | Remove | QString defaultContainmentPlugin() const; -> will be in the package | <{{{3}}}> |
DONE | Keep | QList<Containment*> containments() const; | |
DONE | Keep | KSharedConfig::Ptr config() const; | |
DONE | Rename | {{{2}}} | |
DONE | Keep | Containment *containmentForScreen(int screen) const; | |
TO DO | Remove | {{{2}}} | <{{{3}}}> |
DONE | Keep | virtual int numScreens() const; | |
DONE | Keep | virtual QRect screenGeometry(int id) const; | |
DONE | Keep | virtual QRegion availableScreenRegion(int id) const; | |
DONE | Keep | QList<Plasma::Location> freeEdges(int screen) const; | |
TO DO | Remove | void updateShortcuts();-> Only used internally, don’t expose | <{{{3}}}> |
TO DO | Remove | void addShortcuts(KActionCollection *newShortcuts); | <{{{3}}}>
|