Reimplemented from OglGui::ViewListener. Definition at line 177 of file VxsDocumentGuiPlay.h. References Impala::Visualization::VideoNav::GetRect(), mVideoNav, mVxsDoc, and Impala::Core::Database::DataDocument::SetRect(). 00179 { 00180 Core::Geometry::Rectangle r = mVideoNav->GetRect(); 00181 mVxsDoc->SetRect(r); 00182 }
Here is the call graph for this function:
|