Definition at line 64 of file CheckBoxValueBars.h. References OglGui::CheckBoxValueBar::ChBox(), OglGui::StaticText::GetText(), and OglGui::DynamicList::mChildWindows. 00065 { 00066 CheckBoxValueBar* chBoxVB; 00067 for (int i=0; i<mChildWindows.size(); i++) 00068 { 00069 chBoxVB = (CheckBoxValueBar*) mChildWindows[i]; 00070 if (chBoxVB->ChBox()->GetText() == str) 00071 return chBoxVB; 00072 } 00073 return 0; 00074 }
Here is the call graph for this function:
|