ui/viewmanagement/statehandler/inc/glxstatemanager.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 33 1ee2af37811f
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
   105     void createModel(qint32 stateId, NavigationDir dir = NO_DIR);
   105     void createModel(qint32 stateId, NavigationDir dir = NO_DIR);
   106 /*
   106 /*
   107  * Factory function to create the grid model.
   107  * Factory function to create the grid model.
   108  */  	
   108  */  	
   109     void createGridModel(int internalState, NavigationDir dir = NO_DIR);
   109     void createGridModel(int internalState, NavigationDir dir = NO_DIR);
       
   110 /*
       
   111  * To set the fullscreen context based on the currrent orientation
       
   112  */    
       
   113     void setFullScreenContext();
   110     void eventHandler(qint32 &id);
   114     void eventHandler(qint32 &id);
   111 /*
   115 /*
   112  * A function to care the exit for application, in the case when application launch from internal and external
   116  * A function to care the exit for application, in the case when application launch from internal and external
   113  */        
   117  */        
   114     void exitApplication();
   118     void exitApplication();