getWindowTitle

WindowModuleInterface::getWindowTitle

Returns the window’s title.

Declaration

virtual std::string getWindowTitle(WindowID windowID) = 0;

Parameters

Name

Type

Description

windowID

WindowID

The window to get the title of.

Returns

The window’s title as a std::string.