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:
|