javauis/mmapi_akn/baseline/inc/mmmacontainer.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   100     * Get the bounds of the content window.
   100     * Get the bounds of the content window.
   101     *
   101     *
   102     * @returns The rect of the content window in screen co-ordinates.
   102     * @returns The rect of the content window in screen co-ordinates.
   103     */
   103     */
   104     virtual TRect MdcContainerWindowRect() const = 0;
   104     virtual TRect MdcContainerWindowRect() const = 0;
       
   105     
       
   106     /**
       
   107      * Fixes screen UI orientation.
       
   108      *
       
   109      * @param aEnableFix If ETrue, the UI orientation will be fixed.
       
   110      *                   If EFalse, the standard UI orientation is restored.        
       
   111      */
       
   112     virtual void MdcFixUIOrientation(TBool aEnableFix) = 0;
   105 };
   113 };
   106 
   114 
   107 
   115 
   108 #endif // MMMACONTAINER_H
   116 #endif // MMMACONTAINER_H