coreapplicationuis/SysAp/Inc/SysApAppUi.h
branchRCL_3
changeset 82 4610cd70c542
parent 63 c2c61fdca848
equal deleted inserted replaced
70:739cef680932 82:4610cd70c542
    96 
    96 
    97 class CSysApDefaultKeyHandler;
    97 class CSysApDefaultKeyHandler;
    98 class CSysApDriveUnlockHandler;
    98 class CSysApDriveUnlockHandler;
    99 class CSysApDriveEjectHandler;
    99 class CSysApDriveEjectHandler;
   100 
   100 
   101 class CSysApGanHandler;
       
   102 
       
   103 class CSysApBatteryInfoController;
   101 class CSysApBatteryInfoController;
   104 
   102 
   105 //CONSTANTS
   103 //CONSTANTS
   106 const TInt KDummyReason( -1 );
   104 const TInt KDummyReason( -1 );
   107 const TInt KBluetoothModulePowerModeOn ( 1 );
   105 const TInt KBluetoothModulePowerModeOn ( 1 );
   734         * Gets called by SetSignalIndicatorL() when in Wcdma network
   732         * Gets called by SetSignalIndicatorL() when in Wcdma network
   735         * @param None
   733         * @param None
   736         * @return void
   734         * @return void
   737         */
   735         */
   738         void SetSignalIndicatorWcdmaL();
   736         void SetSignalIndicatorWcdmaL();
   739 
       
   740         /**
       
   741         * Gets called by SetSignalIndicatorL() when in Gan network
       
   742         * @param None
       
   743         * @return void
       
   744         */
       
   745         void SetSignalIndicatorGanL();
       
   746 
   737 
   747         /**
   738         /**
   748         * Handles GPRS suspend/resume notes if feature supported.
   739         * Handles GPRS suspend/resume notes if feature supported.
   749         * ie. Gprs state icon or common signal icon.
   740         * ie. Gprs state icon or common signal icon.
   750         * @param None
   741         * @param None
  1437         * Get the logs observer. Created if does not exist.
  1428         * Get the logs observer. Created if does not exist.
  1438         * 
  1429         * 
  1439         * @since S60 3.2
  1430         * @since S60 3.2
  1440         * @return reference to CSysApCenRepLogsObserver object
  1431         * @return reference to CSysApCenRepLogsObserver object
  1441         */
  1432         */
  1442         CSysApCenRepLogsObserver& LogsObserverL();
  1433         CSysApCenRepLogsObserver& CSysApAppUi::LogsObserverL();
  1443 
  1434 
  1444     /**
  1435     /**
  1445      * Adds MMC removal item(s) to power menu.
  1436      * Adds MMC removal item(s) to power menu.
  1446      * 
  1437      * 
  1447      * @since S60 5.2
  1438      * @since S60 5.2
  1699     //Offset of profile-related menu items in power key menu
  1690     //Offset of profile-related menu items in power key menu
  1700     TInt iProfileItemsOffset;
  1691     TInt iProfileItemsOffset;
  1701     //Flag to record if the TD network is enalbed.
  1692     //Flag to record if the TD network is enalbed.
  1702 		TBool iTDEnable;
  1693 		TBool iTDEnable;
  1703 		TBool IsDefaultPowerKeyBehavior();
  1694 		TBool IsDefaultPowerKeyBehavior();
  1704 		
       
  1705     // Are we in GAN mode
       
  1706     TBool iGanEnabled;
       
  1707         
       
  1708     // Handler for GAN events
       
  1709     CSysApGanHandler* iSysApGanHandler;
       
  1710 
  1695 
  1711     };
  1696     };
  1712 
  1697 
  1713 #endif      // SYSAPAPPUI_H
  1698 #endif      // SYSAPAPPUI_H
  1714 
  1699