Definition at line 45 of file Camera3DAnchorControl.h. References cNrOfAnchors, OglGui::TextEdit::GetText(), and mStrings. 00046 { 00047 if (ind < 0 || ind >= cNrOfAnchors) 00048 ind = 0; 00049 return mStrings[ind]->GetText(); 00050 }
Here is the call graph for this function:
|