Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Visualization::VideoPlayerWithButtons::Init ( int  w,
int  h,
int  m 
) [inline, private]

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:


Generated on Thu Jan 13 09:25:29 2011 for ImpalaSrc by  doxygen 1.5.1