phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h
changeset 50 377c906a8701
parent 37 ba76fc04e6c2
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    52     
    52     
    53     void setState (int callId, int bubble, int callState);
    53     void setState (int callId, int bubble, int callState);
    54     
    54     
    55     void setLabel (int bubble, const TDesC &text);
    55     void setLabel (int bubble, const TDesC &text);
    56     
    56     
    57     void setCli (int bubble, const TDesC &cliText);
    57     void setCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide);
    58     
    58     
    59     void setSecondaryCli (int bubble, const TDesC &cliText);
    59     void setSecondaryCli (int bubble, const TDesC &cliText, Qt::TextElideMode elide);
    60     
    60     
    61     void setCallType (int bubble, int callType);
    61     void setCallType (int bubble, int callType);
    62 
    62 
    63     BubbleManagerIF& bubbleManager ();
    63     BubbleManagerIF& bubbleManager ();
    64     
    64