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: ![]()
|