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

void OglGui::Camera3DAnchorControl::SetAnchorString ( int  ind,
strconst  str 
) [inline]

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:


Generated on Thu Jan 13 09:26:07 2011 for ImpalaSrc by  doxygen 1.5.1