VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Frame::SetWindowTitle ( const std::string  title)

Set window title.

This title will show up in the title bar of the window.

Parameters
titleTitle

Definition at line 172 of file vtkfigFrame.cxx.

173  {
174  parameter.wintitle=title;
176  }
struct vtkfig::Frame::@2 parameter
Parameters to be passed between threads.
void SendCommand(std::string source, internals::Communicator::Command cmd)
Blocking send of commands to main thread.

+ Here is the call graph for this function: