Definition at line 46 of file VideoNav.h. References Impala::Visualization::ViewWithRect::SetRect(). Referenced by Impala::Visualization::VxsDocumentGuiPlay::HandleNewFrame(), and Impala::Application::WindowPlay::Zoom(). 00047 { 00048 ViewWithRect* view = GetViewWithRect(0); 00049 if (view) 00050 view->SetRect(rect); 00051 }
Here is the call graph for this function:
|