uifw/AknGlobalUI/AknCapServer/inc/AknCapServerEntry.h
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 16 71dd06cfe933
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
    27 #include <e32property.h>
    27 #include <e32property.h>
    28 #ifdef RD_INTELLIGENT_TEXT_INPUT
    28 #ifdef RD_INTELLIGENT_TEXT_INPUT
    29 #include <centralrepository.h>
    29 #include <centralrepository.h>
    30 #include <PtiDefs.h>
    30 #include <PtiDefs.h>
    31 #endif
    31 #endif
       
    32 #include <alf/alfdirectclient.h>
    32 
    33 
    33 #include "AknEikSgcs.h"
    34 #include "AknEikSgcs.h"
    34 #include "AknNotiferAppServerApplicationInterface.h"
    35 #include "AknNotiferAppServerApplicationInterface.h"
    35 #include "AknCapServerDefs.h"
    36 #include "AknCapServerDefs.h"
    36 #include "aknblankwin.h"
    37 #include "aknblankwin.h"
   196     void HandlePropertyChange(const TInt aProperty);
   197     void HandlePropertyChange(const TInt aProperty);
   197     void ProcessInitFlipStatus();
   198     void ProcessInitFlipStatus();
   198     void InitiateOFNStatus();
   199     void InitiateOFNStatus();
   199     void LoadAlternateFsPlugin();
   200     void LoadAlternateFsPlugin();
   200     void ShowOrDismissAlternateFs();
   201     void ShowOrDismissAlternateFs();
       
   202     static TInt RemoveBlankCallBack( TAny* aThis );
       
   203     void DoRemoveBlank();
   201 
   204 
   202 public: 
   205 public: 
   203     /**
   206     /**
   204      * From MAknAliasKeyCodeResolver.
   207      * From MAknAliasKeyCodeResolver.
   205      * Resolves keyboard layout dependent keycode for the given event.
   208      * Resolves keyboard layout dependent keycode for the given event.
   265     CPropertySubscriber* iGlobalNotesAllowedSubscriber;
   268     CPropertySubscriber* iGlobalNotesAllowedSubscriber;
   266     
   269     
   267     RProperty iTelephonyIdleUidProperty;
   270     RProperty iTelephonyIdleUidProperty;
   268     CPropertySubscriber* iTelephonyIdleUidSubscriber;
   271     CPropertySubscriber* iTelephonyIdleUidSubscriber;
   269     TBool iIdleActive;
   272     TBool iIdleActive;
       
   273     RAlfDirectClient iAlfClient;
       
   274     CPeriodic* iRemoveBlankCallBack;   
   270     };
   275     };
   271 
   276 
   272 #endif // __AKNCAPSERVERENTRY__
   277 #endif // __AKNCAPSERVERENTRY__
   273 
   278 
   274 // End of file
   279 // End of file