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

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

Reimplemented from OglGui::UpDownNumberListener.

Definition at line 644 of file SegmentationDocumentGuiAnno.h.

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

00645     {
00646         if (src == mStepUpDown)
00647             mStepSize = src->GetValue();
00648         if (src == mShotThresholdUDNr)
00649         {
00650             mShotThreshold = src->Value();
00651             ConstructShots(mShotThreshold);
00652             HandleNewShot(); // To recompute present values
00653         }
00654     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:46:34 2010 for ImpalaSrc by  doxygen 1.5.1