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

void Impala::Visualization::VideoPlayerControl::Init ( int  w,
int  h,
VideoPlayer videoPlayer 
) [inline, private]

Definition at line 96 of file VideoPlayerControl.h.

References OglGui::Window::GuiGeneralName(), OglGui::Window::GuiName(), OglGui::RadioGroup::SetRadioListener(), and SetVideoPlayer().

00097     {
00098         GuiGeneralName("VideoPlayerControl");
00099         GuiName("VideoPlayerControl");
00100         SetVideoPlayer(videoPlayer);
00101         SetRadioListener(this,0);
00102     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:50:36 2010 for ImpalaSrc by  doxygen 1.5.1