Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:29 2011 for ImpalaSrc by  doxygen 1.5.1