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

void Impala::Visualization::SegmentationDocumentGuiAnno::HandleUpDownState ( UpDownButton udBtn,
int  state,
bool  doParent = false 
) [inline]

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:


Generated on Thu Jan 13 09:24:59 2011 for ImpalaSrc by  doxygen 1.5.1