contentstorage/caclient/inc/caentry_p.h
changeset 93 82b66994846c
parent 87 9d806967057c
child 98 d2f833ab7940
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
    66     EntryRole role() const;
    66     EntryRole role() const;
    67     void setRole(const EntryRole &role);
    67     void setRole(const EntryRole &role);
    68 
    68 
    69 private:
    69 private:
    70 
    70 
    71     /*!
       
    72      * Points to the CaEntry instance that uses
       
    73      * this private implementation.
       
    74      */
       
    75     CaEntry *const m_q;
    71     CaEntry *const m_q;
    76 
    72 
    77     /*!
       
    78      *
       
    79      */
       
    80     int mId;
    73     int mId;
    81 
    74 
    82     /*!
       
    83      *
       
    84      */
       
    85     QString mText;
    75     QString mText;
    86 
    76 
    87     /*!
       
    88      *
       
    89      */
       
    90     QString mDescription;
    77     QString mDescription;
    91 
    78 
    92     /*!
       
    93      *
       
    94      */
       
    95     CaIconDescription mIconDescription;
    79     CaIconDescription mIconDescription;
    96 
    80 
    97     /*!
       
    98      *
       
    99      */
       
   100     EntryFlags mFlags;
    81     EntryFlags mFlags;
   101 
    82 
   102     /*!
       
   103      *
       
   104      */
       
   105     QString mEntryTypeName;
    83     QString mEntryTypeName;
   106 
    84 
   107     /*!
       
   108      *
       
   109      */
       
   110     QMap<QString, QString> mAttributes;
    85     QMap<QString, QString> mAttributes;
   111 
    86 
   112     /*!
       
   113      *
       
   114      */
       
   115     EntryRole mEntryRole;
    87     EntryRole mEntryRole;
   116 };
    88 };
   117 
    89 
   118 #endif // CAENTRY_PRIVATE_H
    90 #endif // CAENTRY_PRIVATE_H