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

void Impala::Visualization::Window::SetStatusStr ( char *  buf  )  [inline]

Definition at line 455 of file Window.h.

References mDoStatus, mStatusBuf, and SetStatusStr().

Referenced by SetStatusStr(), and Impala::Application::WindowShow< ArrayT >::UpdateStatusBuf().

00456     {
00457         strcpy(mStatusBuf, buf);
00458         mDoStatus = true;
00459     }

Here is the call graph for this function:


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