Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void Impala::Visualization::IxsDocumentGuiMain::OnViewMouse ( OglGui::View view,
int  msg,
int  btn,
int  state,
float  x,
float  y 
) [inline, virtual]

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:


Generated on Thu Jan 13 09:24:47 2011 for ImpalaSrc by  doxygen 1.5.1