branch | RCL_3 |
changeset 92 | e1bea15f9a39 |
parent 84 | 800203832575 |
child 93 | 79859ed3eea9 |
91:30342f40acbf | 92:e1bea15f9a39 |
---|---|
52 class CLiwServiceHandler; |
52 class CLiwServiceHandler; |
53 class MLiwInterface; |
53 class MLiwInterface; |
54 class CInternetConnectionManager; |
54 class CInternetConnectionManager; |
55 class CSchemeHandler; |
55 class CSchemeHandler; |
56 class CWidgetUiNetworkListener; |
56 class CWidgetUiNetworkListener; |
57 class CWidgetUiPSNotifier; |
|
57 |
58 |
58 #ifdef BRDO_WRT_HS_FF |
59 #ifdef BRDO_WRT_HS_FF |
59 class CCpsPublisher; |
60 class CCpsPublisher; |
60 #endif |
61 #endif |
61 // CLASS DECLARATION |
62 // CLASS DECLARATION |
291 * Gets the list of running windows |
292 * Gets the list of running windows |
292 * @since 3.1 |
293 * @since 3.1 |
293 * @param none |
294 * @param none |
294 * @return CArrayPtrFlat<CWidgetUiWindow>* |
295 * @return CArrayPtrFlat<CWidgetUiWindow>* |
295 */ |
296 */ |
296 void WindowList( RPointerArray<CWidgetUiWindow>& ) { /*return iWindowList; */ User::Invariant(); } |
297 void WindowList( RPointerArray<CWidgetUiWindow>& aWindowList) { aWindowList = iWindowList; } |
297 |
298 |
298 /** |
299 /** |
299 * WidgetUIClientSession |
300 * WidgetUIClientSession |
300 * @since 3.1 |
301 * @since 3.1 |
301 * @param none |
302 * @param none |
645 CInternetConnectionManager* iConnection; // owned, responsible for deleting |
646 CInternetConnectionManager* iConnection; // owned, responsible for deleting |
646 TNetworkMode iNetworkMode; // unknown mode = 0, online mode = 1, offline mode = 2 |
647 TNetworkMode iNetworkMode; // unknown mode = 0, online mode = 1, offline mode = 2 |
647 TBool iNetworkConnected; // ETrue if there is an active network connection, else EFalse |
648 TBool iNetworkConnected; // ETrue if there is an active network connection, else EFalse |
648 TBrCtlDefs::TCursorSettings iWidgetCursorMode; |
649 TBrCtlDefs::TCursorSettings iWidgetCursorMode; |
649 TBrCtlDefs::TEnterKeySettings iWidgetEnterKeyMode; |
650 TBrCtlDefs::TEnterKeySettings iWidgetEnterKeyMode; |
650 |
651 CWidgetUiPSNotifier* iWidgetNotifier; |
652 CWidgetUiPSNotifier* iWidgetSapiNotifier; |
|
653 CWidgetUiPSNotifier* iWidgetSapiClearNotifier; |
|
651 #ifdef BRDO_WRT_HS_FF |
654 #ifdef BRDO_WRT_HS_FF |
652 CCpsPublisher* iCpsPublisher; // Owned, interface to publish bitmap to CPS |
655 CCpsPublisher* iCpsPublisher; // Owned, interface to publish bitmap to CPS |
653 CCenrepNotifyHandler* iCenrepNotifyHandler; |
656 CCenrepNotifyHandler* iCenrepNotifyHandler; |
654 #endif |
657 #endif |
655 // TODO should this be created only when needed? |
658 // TODO should this be created only when needed? |