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

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

Reimplemented from OglGui::ViewListener.

Definition at line 173 of file SegmentationDocumentGuiMain.h.

References Impala::Visualization::ViewWithRect::GetRect(), mSegDoc, and Impala::Core::Database::DataDocument::SetRectThumb().

00175     {
00176         ViewWithRect* viewR = (ViewWithRect*) view;
00177         Core::Geometry::Rectangle r = viewR->GetRect();
00178         mSegDoc->SetRectThumb(r);
00179     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:02 2011 for ImpalaSrc by  doxygen 1.5.1