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

virtual void Impala::Visualization::SegmentationDocumentGuiAnno::UpDownNumberChangedEvent ( UpDownNumber src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::UpDownNumberListener.

Definition at line 619 of file SegmentationDocumentGuiAnno.h.

References ConstructShots(), OglGui::UpDownNumber::GetValue(), HandleNewShot(), mShotThreshold, mShotThresholdUDNr, mStepSize, mStepUpDown, and OglGui::UpDownNumber::Value().

00620     {
00621         if (src == mStepUpDown)
00622             mStepSize = src->GetValue();
00623         if (src == mShotThresholdUDNr)
00624         {
00625             mShotThreshold = src->Value();
00626             ConstructShots(mShotThreshold);
00627             HandleNewShot(); // To recompute present values
00628         }
00629     }

Here is the call graph for this function:


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