Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::LogInfo Class Reference

A log representing informational messages. More...

#include <ConsoleWidget.hpp>

Inheritance diagram for shkyera::LogInfo:
[legend]

Public Member Functions

 LogInfo (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.
 
voidgetIconId () 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
 

Detailed Description

A log representing informational messages.

Constructor & Destructor Documentation

◆ LogInfo()

shkyera::LogInfo::LogInfo ( const std::string &  content)

Member Function Documentation

◆ Log()

shkyera::Log::Log ( const std::string &  content)

Constructor to create a log with the specified content.

Parameters
contentThe text content of the log.

The documentation for this class was generated from the following files: