|
Hymn to Beauty
C++ 3D Engine
|
A window that asks the user for the name of the folder to create. More...
#include <FolderNameWindow.hpp>
Public Member Functions | |
| FolderNameWindow ()=default | |
| Default constructor. More... | |
| void | Show () |
| Show the window and let the user enter a name. More... | |
| bool | IsVisible () const |
| Get whether the window is visible. More... | |
| void | SetVisible (bool visible) |
| Set whether the window should be visible. More... | |
| void | SetClosedCallback (const std::function< void(const std::string &)> &callback) |
| Set function to call when closed. More... | |
A window that asks the user for the name of the folder to create.
|
default |
Default constructor.
| bool FolderNameWindow::IsVisible | ( | ) | const |
Get whether the window is visible.
| void FolderNameWindow::SetClosedCallback | ( | const std::function< void(const std::string &)> & | callback | ) |
Set function to call when closed.
| callback | Function to call when window is closed. |
| void FolderNameWindow::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void FolderNameWindow::Show | ( | ) |
Show the window and let the user enter a name.