phonebookui/pbkcommonui/inc/cnthistoryviewitem.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 50 77bc263e1626
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
    52     void updateChildItems();
    52     void updateChildItems();
    53     
    53     
    54     bool getIncoming() const { return mIncoming; }
    54     bool getIncoming() const { return mIncoming; }
    55     bool isNewMessage() const { return mNewMessage; }
    55     bool isNewMessage() const { return mNewMessage; }
    56     
    56     
       
    57 protected:
       
    58     /*
       
    59      * Overriden method to overwrite the default "pressed" effect
       
    60      */
       
    61     void pressStateChanged(bool pressed, bool animate);
       
    62     
    57 private:
    63 private:
    58     bool            mIncoming;
    64     bool            mIncoming;
    59     bool            mNewMessage;
    65     bool            mNewMessage;
    60 
    66 
    61     HbFrameItem*    mNewItem;
    67     HbFrameItem*    mNewItem;
       
    68     HbFrameItem*    mFocusItem;
    62 };
    69 };
    63 
    70 
    64 #endif // CNTHISTORYVIEWITEM_H
    71 #endif // CNTHISTORYVIEWITEM_H