Finishing the bases of the QT renderer

This commit is contained in:
Anonymus Raccoon
2020-02-16 03:23:26 +01:00
parent ad5aacbf56
commit 6ff4de3e0b
14 changed files with 81 additions and 38 deletions
+2
View File
@@ -37,6 +37,8 @@ namespace ComSquare::Renderer
//! @brief The texture to render the array of pixels
sf::Texture _texture;
public:
//! @brief Tells to the program if the window has been closed, and therefore if he should stop
bool shouldExit = false;
//! @brief Set a new name to the window, if there is already a name it will be overwrite.
//! @param newWindowName new title for the window.
void setWindowName(std::string newWindowName) override;