phoneuis/bubblemanager2/tsrc/bubbletest2/bubbletestview.h
changeset 65 2a5d4ab426d3
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
60:1eef62f5c541 65:2a5d4ab426d3
    24 class HbAction;
    24 class HbAction;
    25 class HbMainWindow;
    25 class HbMainWindow;
    26 class QSignalMapper;
    26 class QSignalMapper;
    27 class HbToolBar;
    27 class HbToolBar;
    28 class BubbleManager;
    28 class BubbleManager;
       
    29 
       
    30 QT_BEGIN_NAMESPACE
       
    31 class TestabilityInterface;
       
    32 QT_END_NAMESPACE
    29 
    33 
    30 class BubbleTestView : public HbView
    34 class BubbleTestView : public HbView
    31 {
    35 {
    32     Q_OBJECT
    36     Q_OBJECT
    33 
    37 
    77     bool callIndexByState(BubbleManagerIF::PhoneCallState state, int& index);
    81     bool callIndexByState(BubbleManagerIF::PhoneCallState state, int& index);
    78     bool callIndexByBubbleId(int bubbleId, int& index);
    82     bool callIndexByBubbleId(int bubbleId, int& index);
    79     void conferenceWizard();
    83     void conferenceWizard();
    80     void sendKeyEvent(int key);
    84     void sendKeyEvent(int key);
    81     void toggleHoldConference();
    85     void toggleHoldConference();
       
    86     void loadTestabilityPlugin();
    82 
    87 
    83 private:
    88 private:
    84     HbMainWindow&     mMainWindow;
    89     HbMainWindow&     mMainWindow;
    85     BubbleManager    *mBubbleManager;
    90     BubbleManager    *mBubbleManager;
    86     QList<HbAction*>  mBubbleActions;
    91     QList<HbAction*>  mBubbleActions;
   137 
   142 
   138     HbAction         *mConnectTester;
   143     HbAction         *mConnectTester;
   139     QMap<QString, int> mTestBubbleIds;
   144     QMap<QString, int> mTestBubbleIds;
   140     int mConfBubbleId;
   145     int mConfBubbleId;
   141     bool mProvideJoin;
   146     bool mProvideJoin;
       
   147 
       
   148     TestabilityInterface* mTestabilityInterface;
   142 };
   149 };
   143 
   150 
   144 #endif // BUBBLETESTVIEW_H
   151 #endif // BUBBLETESTVIEW_H