javauis/mmapi_akn/directcontent/inc/cmmadcdisplay.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    58     void SetDisplayLocationL(const TPoint& aPosition);
    58     void SetDisplayLocationL(const TPoint& aPosition);
    59     TPoint DisplayLocation();
    59     TPoint DisplayLocation();
    60     void SetFullScreenL(TBool aFullScreen);
    60     void SetFullScreenL(TBool aFullScreen);
    61     void SourceSizeChanged(const TSize& aSourceSize);
    61     void SourceSizeChanged(const TSize& aSourceSize);
    62     TBool IsVisible();
    62     TBool IsVisible();
       
    63     void FixUIOrientation(TBool aFix);
    63 
    64 
    64     /**
    65     /**
    65      * Gets notification that there is container to draw assigned
    66      * Gets notification that there is container to draw assigned
    66      *
    67      *
    67      * @return ETrue if container have been set
    68      * @return ETrue if container have been set
   133     // Own
   134     // Own
   134     CMMADCRepaintEvent* iRepaint;
   135     CMMADCRepaintEvent* iRepaint;
   135 
   136 
   136     // Not own
   137     // Not own
   137     MMMAGuiPlayer* iPlayer;
   138     MMMAGuiPlayer* iPlayer;
       
   139     
       
   140     TBool iFixUIOrientation;
   138 };
   141 };
   139 
   142 
   140 #endif // CMMADCDISPLAY_H
   143 #endif // CMMADCDISPLAY_H