Definition at line 784 of file SegmentationDocumentGuiAnno.h. References OglGui::UpDownButton::DownButton(), OglGui::Window::GetParent(), OglGui::Window::SetState(), and OglGui::UpDownButton::UpButton(). Referenced by PrevNextAnnoControlFeedBack(). 00785 { 00786 udBtn->UpButton()->SetState(state); 00787 udBtn->DownButton()->SetState(state); 00788 udBtn->SetState(state); 00789 if (doParent) 00790 udBtn->GetParent()->SetState(state); 00791 }
Here is the call graph for this function: ![]()
|