![]() |
Shkyera Engine
Easy to use, game engine for Python
|
A log representing informational messages. More...
#include <ConsoleWidget.hpp>
Public Member Functions | |
LogInfo (const std::string &content) | |
Log (const std::string &content) | |
Constructor to create a log with the specified content. | |
![]() | |
Log (const std::string &content) | |
Constructor to create a log with the specified content. | |
virtual void | draw () const |
Virtual method to draw the log in the user interface. | |
void * | getIconId () const |
Virtual method to retrieve an icon identifier associated with the log. | |
Additional Inherited Members | |
![]() | |
std::string | _content |
The text content of the log. | |
AssetRef< Texture > | _icon |
A log representing informational messages.
shkyera::LogInfo::LogInfo | ( | const std::string & | content | ) |
shkyera::Log::Log | ( | const std::string & | content | ) |
Constructor to create a log with the specified content.
content | The text content of the log. |