![]()  | 
  
    Shkyera Engine
    
   Easy to use, game engine for Python 
   | 
 
A log representing success messages. More...
#include <ConsoleWidget.hpp>
Public Member Functions | |
| LogSuccess (const std::string &content) | |
| Log (const std::string &content) | |
| Constructor to create a log with the specified content.   | |
  Public Member Functions inherited from shkyera::Log | |
| 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 | |
  Public Attributes inherited from shkyera::Log | |
| std::string | _content | 
| The text content of the log.   | |
| AssetRef< Texture > | _icon | 
A log representing success messages.
| shkyera::LogSuccess::LogSuccess | ( | 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. |