photosgallery/commonui/src/glxnavigationalstate.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 12 ce1c7ad1f18b
child 19 420f6808bf21
equal deleted inserted replaced
12:ce1c7ad1f18b 13:bcb43dc84c44
   248         // do nothing
   248         // do nothing
   249         }
   249         }
   250     void SetToViewMode()
   250     void SetToViewMode()
   251         {
   251         {
   252          iViewingMode = NGlxNavigationalState::EView;
   252          iViewingMode = NGlxNavigationalState::EView;
   253          // inform the observers( only appui!! ) that the mode is view
   253          // inform the observers( only appui ) that the mode is view
   254          NotifyObserversOfStateChange();
   254          NotifyObserversOfStateChange();
   255          
   255          
   256         }
   256         }
   257     NGlxNavigationalState::TViewingMode ViewingMode()
   257     NGlxNavigationalState::TViewingMode ViewingMode()
   258         {
   258         {
   434 // -----------------------------------------------------------------------------
   434 // -----------------------------------------------------------------------------
   435 //    
   435 //    
   436 EXPORT_C void CGlxNavigationalState::SetToViewMode()
   436 EXPORT_C void CGlxNavigationalState::SetToViewMode()
   437     {
   437     {
   438     iImp->SetToViewMode();
   438     iImp->SetToViewMode();
   439     // inform the observers( only appui!! ) that the mode is view
   439     // inform the observers( only appui ) that the mode is view
   440     }
   440     }
   441 
   441 
   442 // -----------------------------------------------------------------------------
   442 // -----------------------------------------------------------------------------
   443 // Get the ViewingMode
   443 // Get the ViewingMode
   444 // -----------------------------------------------------------------------------
   444 // -----------------------------------------------------------------------------