javauis/mmapi_akn/baseline/inc/cmmadisplay.h
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    57     void SetWindowL(MMMADisplayWindow* aWindow);
    57     void SetWindowL(MMMADisplayWindow* aWindow);
    58     MMMADisplayWindow* Window();
    58     MMMADisplayWindow* Window();
    59     TBool IsVisible();
    59     TBool IsVisible();
    60     TBool IsFullScreen();
    60     TBool IsFullScreen();
    61     virtual void SetForeground(TBool aIsForeground, TBool UseEventServer);
    61     virtual void SetForeground(TBool aIsForeground, TBool UseEventServer);
       
    62     virtual void FixUIOrientation(TBool aFix);
    62 
    63 
    63     /**
    64     /**
    64      * Gets notification that there is container to draw assigned
    65      * Gets notification that there is container to draw assigned
    65      *
    66      *
    66      * @return ETrue if container have been set
    67      * @return ETrue if container have been set
    88      * @param "aCallbackId" A number identifying the callback
    89      * @param "aCallbackId" A number identifying the callback
    89      */
    90      */
    90     virtual void UIGetCallback(
    91     virtual void UIGetCallback(
    91         MUiEventConsumer& aConsumer,
    92         MUiEventConsumer& aConsumer,
    92         TInt aCallbackId);
    93         TInt aCallbackId);
       
    94 
    93 public: // Methods derived from MDirectContent
    95 public: // Methods derived from MDirectContent
    94     /**
    96     /**
    95      * Used to obtain RWindow rect
    97      * Used to obtain RWindow rect
    96      */
    98      */
    97     virtual void MdcContainerWindowRectChanged(const TRect& aRect);
    99     virtual void MdcContainerWindowRectChanged(const TRect& aRect);