setWindowTitle

WindowModuleInterface::setWindowTitle

Sets the window’s title.

Declaration

virtual void setWindowTitle(WindowID windowID, const std::string& title) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to change the title of.

title

const std::string&

The new title of the window.

Returns

None.