photosgallery/gallery/inc/glxappui.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
child 13 71da52165949
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
    60     // From MGlxNavigationalStateObserver
    60     // From MGlxNavigationalStateObserver
    61     void HandleNavigationalStateChangedL();
    61     void HandleNavigationalStateChangedL();
    62     //OOM Method
    62     //OOM Method
    63     void HandleApplicationSpecificEventL(TInt aEventType, const TWsEvent& aWsEvent);
    63     void HandleApplicationSpecificEventL(TInt aEventType, const TWsEvent& aWsEvent);
    64 
    64 
       
    65     // Callback for periodic timer, static, 
       
    66     static TInt PeriodicCallback( TAny* aPtr );
       
    67     //nonstatic func called from periodic timer
       
    68     void PeriodicCallback();
    65 
    69 
    66 private:    // From CEikAppUi
    70 private:    // From CEikAppUi
    67     MCoeMessageObserver::TMessageResponse HandleMessageL(
    71     MCoeMessageObserver::TMessageResponse HandleMessageL(
    68                             TUint32 aClientHandleOfTargetWindowGroup,
    72                             TUint32 aClientHandleOfTargetWindowGroup,
    69                             TUid aMessageUid, const TDesC8& aMessageParameters);
    73                             TUid aMessageUid, const TDesC8& aMessageParameters);
   211     /**
   215     /**
   212     *This flag to chk whether red key has been pressed
   216     *This flag to chk whether red key has been pressed
   213     */
   217     */
   214     TBool iEndKeyPressed;
   218     TBool iEndKeyPressed;
   215 
   219 
   216 };
   220     /**
       
   221      *Timer to check for IAD updates 30 seconds after application startup.
       
   222      */
       
   223      CPeriodic* iPeriodic ;
       
   224 } ;
   217 
   225 
   218 
   226 
   219 #endif // C_GLXWERAPPUI_H
   227 #endif // C_GLXWERAPPUI_H
   220 
   228