contentstorage/caclient/inc/caicondescription_p.h
changeset 87 9d806967057c
parent 86 e492551a0d54
child 88 7f0462e8c3da
equal deleted inserted replaced
86:e492551a0d54 87:9d806967057c
    33 
    33 
    34     int id() const;
    34     int id() const;
    35     void setId(int id);
    35     void setId(int id);
    36 
    36 
    37     QString filename() const;
    37     QString filename() const;
    38     void setFileName(const QString& fileName);
    38     void setFileName(const QString &fileName);
    39 
    39 
    40     int bitmapId() const;
    40     int bitmapId() const;
    41     void setBitmapId(int bitmapId);
    41     void setBitmapId(int bitmapId);
    42 
    42 
    43     int maskId() const;
    43     int maskId() const;
    51 private:
    51 private:
    52 
    52 
    53     /*!
    53     /*!
    54      * Points to the CaEntry instance that uses this private implementation.
    54      * Points to the CaEntry instance that uses this private implementation.
    55      */
    55      */
    56     CaIconDescription * const m_q;
    56     CaIconDescription *const m_q;
    57 
    57 
    58     /*!
    58     /*!
    59      *
    59      *
    60      */
    60      */
    61     int mId;
    61     int mId;