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:
|