controlpanelplugins/themeplugin/src/cpthemepreview.h
changeset 28 e0b83131558d
parent 26 808caa51b78b
child 33 0cfa53de576f
equal deleted inserted replaced
26:808caa51b78b 28:e0b83131558d
    43     void setThemeInfo(const CpThemeInfo& theme);
    43     void setThemeInfo(const CpThemeInfo& theme);
    44     const QString themeName() const;
    44     const QString themeName() const;
    45     const HbIcon themeIcon() const;
    45     const HbIcon themeIcon() const;
    46 	
    46 	
    47 signals:
    47 signals:
    48     void applyTheme(const QString&);
    48     void applyTheme(const CpThemeInfo&);
    49     void aboutToClose();
    49     void aboutToClose();
    50 
    50 
    51 public slots:
    51 public slots:
    52     void themeSelected();
    52     void themeSelected();
    53     void previewOrientationChanged(Qt::Orientation orientation);
    53     void previewOrientationChanged(Qt::Orientation orientation);