Reimplemented from OglGui::ViewListener. Definition at line 133 of file IxsDocumentGuiMain.h. References mCurImWnd, mIxsDoc, and Impala::Core::Database::DataDocument::SetRect(). 00135 { 00136 Core::Geometry::Rectangle r = mCurImWnd->GetViewWithRect(0)->GetRect(); 00137 mIxsDoc->SetRect(r); 00138 }
Here is the call graph for this function:
|