Definition at line 51 of file Camera3DAnchorControl.h. References cNrOfAnchors, mStrings, and OglGui::TextEdit::SetText(). 00052 { 00053 if (ind < 0 || ind >= cNrOfAnchors) 00054 return; 00055 mStrings[ind]->SetText(str); 00056 }
Here is the call graph for this function:
|