connectionutilities/ConnectionDialogs/ConnectionUiUtilities/inc/connectionstatuspopup.h
changeset 46 95d45f234cf3
parent 23 7ec726f93df1
equal deleted inserted replaced
27:489cf6208544 46:95d45f234cf3
   134     // Popup dialog
   134     // Popup dialog
   135     CHbDeviceNotificationDialogSymbian* iPopup;
   135     CHbDeviceNotificationDialogSymbian* iPopup;
   136     
   136     
   137     // The state of the popup
   137     // The state of the popup
   138     TPopupState iPopupState;
   138     TPopupState iPopupState;
       
   139     
       
   140     enum TTouchAction
       
   141         {
       
   142         /**
       
   143          * Do nothing
       
   144          */
       
   145         EDoNothing,
       
   146         
       
   147         /**
       
   148          * Open WLAN view
       
   149          */
       
   150         EOpenWlanView,
       
   151         
       
   152         /**
       
   153          *  Open connection view
       
   154          */
       
   155         EOpenCellularView,
       
   156         
       
   157         };
       
   158     
       
   159     /**
       
   160      * Indicates what to do when popup is activated (tapped) and
       
   161      * enables/disables touch activation based on value.
       
   162      */
       
   163     TTouchAction iTouchAction;
       
   164     
   139     };
   165     };
   140 
   166 
   141 #endif /* __CCONNECTIONSTATUSPOPUP_H_ */
   167 #endif /* __CCONNECTIONSTATUSPOPUP_H_ */