videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/src/hbvideobaseplaybackview.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 39 f6d44a0cd476
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    13 *
    13 *
    14 * Description:  Implementation of Video playback view
    14 * Description:  Implementation of Video playback view
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  4 %
    18 // Version : %version:  5 %
    19 
    19 
    20 
    20 
    21 
    21 
    22 //  Include Files
    22 //  Include Files
    23 #include <aknappui.h>
    23 #include <aknappui.h>
   188 RWindow *HbVideoBasePlaybackView::getWindow()
   188 RWindow *HbVideoBasePlaybackView::getWindow()
   189 {
   189 {
   190     return static_cast<RWindow*>( hbInstance->allMainWindows()[0]->effectiveWinId()->DrawableWindow() );
   190     return static_cast<RWindow*>( hbInstance->allMainWindows()[0]->effectiveWinId()->DrawableWindow() );
   191 }
   191 }
   192 
   192 
       
   193 // -------------------------------------------------------------------------------------------------
       
   194 //   HbVideoBasePlaybackView::handleClosePopupDialog()
       
   195 // -------------------------------------------------------------------------------------------------
       
   196 //
       
   197 void HbVideoBasePlaybackView::handleClosePopupDialog()
       
   198 {
       
   199 }
   193 
   200 
   194 // EOF
   201 // EOF