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:
|