ui/viewmanagement/statehandler/src/glxgridstate.cpp
changeset 71 27f2d7aec52a
parent 54 0f0f3f26f787
equal deleted inserted replaced
69:45459746d5e8 71:27f2d7aec52a
    64    switch(id) { 
    64    switch(id) { 
    65    case EGlxCmdFetcherFullScreenOpen:
    65    case EGlxCmdFetcherFullScreenOpen:
    66        id = EGlxCmdHandled;
    66        id = EGlxCmdHandled;
    67        mStateManager->nextState( GLX_FULLSCREENVIEW_ID, FETCHER_S );
    67        mStateManager->nextState( GLX_FULLSCREENVIEW_ID, FETCHER_S );
    68        break;
    68        break;
       
    69    case EGlxCmdBrowseFullScreenOpen:   
       
    70        id = EGlxCmdHandled;
       
    71        mStateManager->nextState( GLX_FULLSCREENVIEW_ID, BROWSE_S );
       
    72        break;
       
    73 
    69    case EGlxCmdAddToAlbum :
    74    case EGlxCmdAddToAlbum :
    70    case EGlxCmdDelete :
    75    case EGlxCmdDelete :
    71    case EGlxCmdRemoveFrom :
    76    case EGlxCmdRemoveFrom :
    72    case EGlxCmdSend :       
    77    case EGlxCmdSend :
       
    78        mCommandId = id;
    73        mStateManager->enterMarkingMode();
    79        mStateManager->enterMarkingMode();
    74        mIsMarkingMode = TRUE;
    80        mIsMarkingMode = TRUE;
    75        mCommandId = id;
       
    76        id = EGlxCmdHandled;
    81        id = EGlxCmdHandled;
    77        break;
    82        break;
    78        
    83        
    79    case EGlxCmdBack :
    84    case EGlxCmdBack :
    80        //here this command will be handled for only marking mode
    85        //here this command will be handled for only marking mode