Definition at line 809 of file SegmentationDocumentGuiAnno.h. References OglGui::UpDownButton::DownButton(), OglGui::Window::GetParent(), OglGui::Window::SetState(), and OglGui::UpDownButton::UpButton(). Referenced by PrevNextAnnoControlFeedBack(). 00810 { 00811 udBtn->UpButton()->SetState(state); 00812 udBtn->DownButton()->SetState(state); 00813 udBtn->SetState(state); 00814 if (doParent) 00815 udBtn->GetParent()->SetState(state); 00816 }
Here is the call graph for this function:
|