ui/viewmanagement/statehandler/inc/glxfullscreenstate.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 50 a0f57508af73
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
    19 
    19 
    20 #ifndef GLXFULLSCREENSTATE_H
    20 #ifndef GLXFULLSCREENSTATE_H
    21 #define GLXFULLSCREENSTATE_H
    21 #define GLXFULLSCREENSTATE_H
    22 
    22 
    23 #include <glxbasestate.h>
    23 #include <glxbasestate.h>
    24 
       
    25 typedef enum 
       
    26 {
       
    27     NO_FULLSCREEN_S,
       
    28     EXTERNAL_S,
       
    29     IMAGEVIEWER_S //don't add any state before this
       
    30 } FullScreenState;
       
    31 
    24 
    32 class GlxFullScreenState : public GlxState
    25 class GlxFullScreenState : public GlxState
    33 {
    26 {
    34 public :
    27 public :
    35     GlxFullScreenState(GlxState *preState = NULL);
    28     GlxFullScreenState(GlxState *preState = NULL);