phonesettings/cpphonesettingsplugins/callsplugin/src/cpcallsplugingroup.h
changeset 30 ebdbd102c78a
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
27:2f8f8080a020 30:ebdbd102c78a
    57     
    57     
    58     void insertMappedListItems(); 
    58     void insertMappedListItems(); 
    59     
    59     
    60 public slots:
    60 public slots:
    61     
    61     
    62     void showCallDurationStateChanged(int state);
    62     void showCallDurationStateChanged();
    63     void softRejectTextChanged();
    63     void softRejectTextChanged();
    64     void callWaitingCurrentIndexChanged(int index);
    64     void callWaitingCurrentIndexChanged();
    65     void cliCurrentIndexChanged(int index);
    65     void cliCurrentIndexChanged(int index);
    66     
    66     
    67     // Call waiting slots
    67     // Call waiting slots
    68     void handleCallWaitingGetStatus( 
    68     void handleCallWaitingGetStatus( 
    69         PSetCallWaitingWrapper::PsCallWaitingStatus status,
    69         PSetCallWaitingWrapper::PsCallWaitingStatus status,
    74     void handleCallWaitingRequesting( bool ongoing, bool interrupted ); 
    74     void handleCallWaitingRequesting( bool ongoing, bool interrupted ); 
    75     void handleCallWaitingError( int error );
    75     void handleCallWaitingError( int error );
    76     
    76     
    77 signals:
    77 signals:
    78     
    78     
    79     void showBasicServiceList(
       
    80         const QString& title, 
       
    81         QList<unsigned char> basicServiceGroupIds);
       
    82     void showGlobalProgressNote(int &noteId, const QString& text);
    79     void showGlobalProgressNote(int &noteId, const QString& text);
    83     void showGlobalNote(
    80     void showGlobalNote(
    84         int &noteId, const QString& text, HbMessageBox::MessageBoxType);
    81         int &noteId, const QString& text, HbMessageBox::MessageBoxType);
    85     void showGlobalErrorNote(int &noteId, int errorCode);
    82     void showGlobalErrorNote(int &noteId, int errorCode);
    86     void cancelNote(int noteId);
    83     void cancelNote(int noteId);
   102     CpSettingFormItemData *m_DataItemCLI; 
    99     CpSettingFormItemData *m_DataItemCLI; 
   103     CpSettingFormItemData *m_DataItemCallWaiting;
   100     CpSettingFormItemData *m_DataItemCallWaiting;
   104     
   101     
   105     // List data mappings 
   102     // List data mappings 
   106     QMap<int, QString> m_cliSettingMap;
   103     QMap<int, QString> m_cliSettingMap;
   107     QMap<int, QString> m_callWaitingSettingMap;
       
   108     
   104     
   109     bool m_callWaitingDistinguishEnabled;
   105     bool m_callWaitingDistinguishEnabled;
   110     int m_activeNoteId;
   106     int m_activeNoteId;
   111     CpItemDataHelper &m_helper;
   107     CpItemDataHelper &m_helper;
   112 };
   108 };