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

void Impala::Visualization::ImageSet::SetAllowDragging ( bool  mode  )  [inline]

Definition at line 47 of file ImageSet.h.

References mAllowDragging, and mDragImId.

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserGUI::BuildGui().

00048     {
00049         if (!(mAllowDragging = mode))
00050             mDragImId = -1;
00051     }


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