src/hbcore/image/hbframebackground.h
changeset 5 627c4a0fd0e7
parent 0 16d8024aca5e
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    42 
    42 
    43     HbFrameBackground();
    43     HbFrameBackground();
    44     HbFrameBackground(const QString &frameGraphicsName, HbFrameDrawer::FrameType type);
    44     HbFrameBackground(const QString &frameGraphicsName, HbFrameDrawer::FrameType type);
    45     ~HbFrameBackground();
    45     ~HbFrameBackground();
    46 
    46 
    47     HbFrameBackground( const HbFrameBackground &other );
    47     HbFrameBackground(const HbFrameBackground &other);
    48     HbFrameBackground &operator=( const HbFrameBackground &other );
    48     HbFrameBackground &operator=(const HbFrameBackground &other);
    49 
    49 
    50     bool operator==( const HbFrameBackground &other ) const;
    50     bool operator==(const HbFrameBackground &other) const;
    51     bool operator!=( const HbFrameBackground &other ) const;
    51     bool operator!=(const HbFrameBackground &other) const;
    52 
    52 
    53     bool isNull() const;
    53     bool isNull() const;
    54 
    54 
    55     QString frameGraphicsName() const;
    55     QString frameGraphicsName() const;
    56     void setFrameGraphicsName(const QString &frameGraphicsName);
    56     void setFrameGraphicsName(const QString &frameGraphicsName);
    63 private:
    63 private:
    64 
    64 
    65     QExplicitlySharedDataPointer<HbFrameBackgroundPrivate> d;
    65     QExplicitlySharedDataPointer<HbFrameBackgroundPrivate> d;
    66 };
    66 };
    67 
    67 
    68 Q_DECLARE_METATYPE( HbFrameBackground )
    68 Q_DECLARE_METATYPE(HbFrameBackground)
    69 
    69 
    70 #endif // HBFRAMEBACKGROUND_H
    70 #endif // HBFRAMEBACKGROUND_H