phoneuis/bubblemanager2/bubblecore/src/bubbleheader.h
changeset 27 2f8f8080a020
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
22:6bb1b21d2484 27:2f8f8080a020
    83     const QString& timerCost() const;
    83     const QString& timerCost() const;
    84     
    84     
    85     // caller image
    85     // caller image
    86     void setCallImage( const QString& image );
    86     void setCallImage( const QString& image );
    87     const QString& callImage() const;
    87     const QString& callImage() const;
       
    88 
       
    89     // default avatar
       
    90     void setShowDefaultAvatar(bool show);
       
    91     bool showDefaultAvatar() const;
    88     
    92     
    89     // actions
    93     // actions
    90     void addAction( HbAction* action );
    94     void addAction( HbAction* action );
    91     const QList<HbAction*>& actions() const; 
    95     const QList<HbAction*>& actions() const; 
    92     void clearActions();
    96     void clearActions();
   118     QString mTimerCost;
   122     QString mTimerCost;
   119     QString mCallImage;
   123     QString mCallImage;
   120     QList<HbAction*> mActions;
   124     QList<HbAction*> mActions;
   121     HbAction* mExpandAction;
   125     HbAction* mExpandAction;
   122     bool mIsInConference;
   126     bool mIsInConference;
       
   127     bool mShowDefaultAvatar;
   123     };
   128     };
   124 
   129 
   125 #endif /* BUBBLEHEADER_H_ */
   130 #endif /* BUBBLEHEADER_H_ */