Plasma/libplasma2/API Review/Theme: Difference between revisions

From KDE Community Wiki
(Created page with "=Properties and invokables= All removed, only declared in the subclass in the QML bindings =Constructors= {| cellspacing="0" cellpadding="5" border="1" style="border: 1px sol...")
 
Line 10: Line 10:
! Method  
! Method  


{{FeatureDone|Keep| explicit Theme(QObject *parent = 0)}}
{{FeatureDone|Keep| explicit Theme(QObject *parent )}}
{{FeatureDone|Keep|  explicit Theme(const QString &themeName, QObject *parent = 0);}}
{{FeatureDone|Keep|  explicit Theme(const QString &themeName, QObject *parent );}}
{{FeatureDone|Keep| ~Theme();}}
{{FeatureDone|Keep| ~Theme();}}



Revision as of 14:30, 11 March 2013

Properties and invokables

All removed, only declared in the subclass in the QML bindings

Constructors

as
Status Action Method
DONE Keep explicit Theme(QObject *parent )
DONE Keep explicit Theme(const QString &themeName, QObject *parent );
DONE Keep ~Theme();


as
Status Action Method
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep
DONE Keep