phoneapp/phoneuiqtviewadapter/inc/phonebubblewrapper.h
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    63     BubbleManagerIF& bubbleManager ();
    63     BubbleManagerIF& bubbleManager ();
    64     
    64     
    65     int bubbleId (int callId);
    65     int bubbleId (int callId);
    66     
    66     
    67     void setDivert (int bubble, bool enabled);
    67     void setDivert (int bubble, bool enabled);
       
    68     
       
    69     void setCiphering(int bubble, bool indicatorAllowed, bool enabled);
    68 
    70 
    69     int activeCallCount();    
    71     int activeCallCount();    
    70     
    72     
    71     QMap<int, int> callStates() const;
    73     QMap<int, int> callStates() const;
    72     
    74     
    73     QMap<int, int> bubbles() const;
    75     QMap<int, int> bubbles() const;
    74     
    76     
    75     void createConferenceBubble(int callId, int callState,
    77     int createConferenceBubble(int callId, int callState,
    76             const TDesC &labelText, const TDesC &cliText);
    78             const TDesC &labelText, const TDesC &cliText);
    77     
    79     
    78     void setConferenceCallId(int callId);
    80     void setConferenceCallId(int callId);
    79     
    81     
    80     QList<int> conferenceCallList() const;
    82     QList<int> conferenceCallList() const;