connectionmonitoring/connectionview/inc/connectionview.h
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 27 489cf6208544
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   109         QNetworkConfigurationManager* mNetConfigurationManager;
   109         QNetworkConfigurationManager* mNetConfigurationManager;
   110         
   110         
   111         /* Pointer to the main view of the window */
   111         /* Pointer to the main view of the window */
   112         HbView *mMainView;
   112         HbView *mMainView;
   113         
   113         
       
   114         /* Pointer to the secondary view of the window */
       
   115         HbView *mNoConnView;
       
   116         
   114         /* The main vertical layout which contains the group box container */
   117         /* The main vertical layout which contains the group box container */
   115         QGraphicsLinearLayout* mMainLayout;
   118         QGraphicsLinearLayout* mMainLayout;
   116         
   119         
   117         /* The scroll area of the view */
   120         /* The scroll area of the view */
   118         HbScrollArea *mScrollArea;
   121         HbScrollArea *mScrollArea;
   133         HbToolBar *mToolBar;
   136         HbToolBar *mToolBar;
   134         
   137         
   135         /* The toolbar action which can be used to disconnect all the connections */
   138         /* The toolbar action which can be used to disconnect all the connections */
   136         HbAction *mDisconnectAction;
   139         HbAction *mDisconnectAction;
   137         
   140         
   138         /* The label used to inform if there are no active connections */
       
   139         HbLabel *mInfoLabel;
       
   140         
       
   141         /* The id of the timer used to close the application */
   141         /* The id of the timer used to close the application */
   142         int mClosingTimer;
   142         int mClosingTimer;
   143         
   143         
   144         /* definition for unit test purposes */
   144         /* definition for unit test purposes */
   145         friend class TestConnectionView;
   145         friend class TestConnectionView;