MCPcopy Create free account
hub / github.com/antopilo/Nuake / SetTitle

Method SetTitle

Nuake/Source/Nuake/Window.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void Window::SetTitle(const std::string& title)
344{
345 this->title = title;
346 glfwSetWindowTitle(this->window, this->title.c_str());
347}
348
349std::string Window::GetTitle()
350{

Callers 5

ApplicationMainFunction · 0.45
OnInitMethod · 0.45
LoadQueuedProjectMethod · 0.45
NewProjectFunction · 0.45
OpenProjectFunction · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected