Definition at line 46 of file VideoPlayerWithButtons.h. References mPlayer, mPlayerControl, Impala::Visualization::VideoPlayer::OglView(), OglGui::Window::ScaleChildren(), OglGui::Window::SetAllowChildScaling(), and OglGui::OglWindow::SetBorderType(). 00047 { 00048 mPlayer = new VideoPlayer(this,m,m+32,w-2*m,h-32-2*m); 00049 mPlayerControl = new VideoPlayerControl(this,m,m,w-2*m,32,mPlayer); 00050 viewSys.ClearTags(mPlayer->OglView(), showBorderTag); 00051 SetBorderType(BEV_ETCHED); 00052 ScaleChildren(); 00053 SetAllowChildScaling(false); 00054 }
Here is the call graph for this function:
|