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

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

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:


Generated on Fri Mar 19 11:51:21 2010 for ImpalaSrc by  doxygen 1.5.1