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

void Impala::Visualization::Window::SetViewText ( int  viewIdx,
std::string  text 
) [inline]

Definition at line 190 of file Window.h.

References GetView(), OglGui::View::SetText(), and SetViewText().

Referenced by SetViewText().

00191     {
00192         View* view = GetView(viewIdx);
00193         if (!view)
00194             return;
00195         view->SetText(text);
00196     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:30 2010 for ImpalaSrc by  doxygen 1.5.1