vtengines/videoteleng/Inc/Media/TVtEngRenderingNGA.h
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
    40 
    40 
    41         /**
    41         /**
    42         * C++ constructor
    42         * C++ constructor
    43         */
    43         */
    44         inline TVtEngRenderingOptionsNGA(
    44         inline TVtEngRenderingOptionsNGA(
       
    45             MVtEngFrameObserver& aObserver,
    45             RWindow& aWindow, RWsSession& aWs );
    46             RWindow& aWindow, RWsSession& aWs );
    46 
    47 
    47         /**
    48         /**
    48         * C++ copy constructor.
    49         * C++ copy constructor.
    49         * @param aOptions options to be copied to this instance.
    50         * @param aOptions options to be copied to this instance.
    57 
    58 
    58     public: // data members
    59     public: // data members
    59         RWindow&    iWindow;
    60         RWindow&    iWindow;
    60         
    61         
    61         RWsSession&      iWs;
    62         RWsSession&      iWs;
       
    63         
       
    64         // Frame observer
       
    65         MVtEngFrameObserver* iObserver;
    62     };
    66     };
    63 
    67 
    64 #include <tvtengrenderingnga.inl>
    68 #include <tvtengrenderingnga.inl>
    65 
    69 
    66 #endif      // TVTENGRENDERINGNGA_H
    70 #endif      // TVTENGRENDERINGNGA_H