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

std::string OglGui::Camera3DAnchorControl::GetAnchorString ( int  ind  )  [inline]

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:


Generated on Fri Mar 19 11:57:53 2010 for ImpalaSrc by  doxygen 1.5.1