backsteppingsrv/inc/bsengine.h
branchRCL_3
changeset 101 9e077f9a342c
parent 0 79c6a41cd166
equal deleted inserted replaced
82:ace62b58f4b2 101:9e077f9a342c
    81     /**
    81     /**
    82      * Remove information about given application from BS stack
    82      * Remove information about given application from BS stack
    83      */
    83      */
    84     void RemoveAppRecord( const TUid& aApp );
    84     void RemoveAppRecord( const TUid& aApp );
    85 
    85 
    86     /**
       
    87      * Marks that application was pressed
       
    88      */
       
    89     void ApplicationKeyWasPressed();
       
    90 
       
    91 private:
    86 private:
    92 
    87 
    93     CBSEngine();
    88     CBSEngine();
    94 
    89 
    95     void ConstructL();
    90     void ConstructL();
   128      */
   123      */
   129     RArray<TInt> iFocusHistory;
   124     RArray<TInt> iFocusHistory;
   130 
   125 
   131     /**
   126     /**
   132      * flag for handling fast swap events
   127      * flag for handling fast swap events
   133      */
   128      */    
   134     TBool swap;
   129     TBool iSwap;
   135 
       
   136     /**
       
   137      * flag for application key state
       
   138      */
       
   139     TBool wasPressed;
       
   140 
   130 
   141     /**
   131     /**
   142      * Configuration of BS
   132      * Configuration of BS
   143      * Own.  
   133      * Own.  
   144      */
   134      */