Shkyera Engine
Easy to use, game engine for Python
shkyera::LogVerbose Class Reference

A log representing verbose messages. More...

#include <ConsoleWidget.hpp>

Inheritance diagram for shkyera::LogVerbose:
[legend]

Public Member Functions

virtual uint64_t getIconId () const override
 Get the icon identifier for verbose logs. More...
 
 Log (std::string content)
 Constructor to create a log with the specified content. More...
 
- Public Member Functions inherited from shkyera::Log
 Log (std::string content)
 Constructor to create a log with the specified content. More...
 
virtual void draw () const
 Virtual method to draw the log in the user interface. More...
 

Additional Inherited Members

- Public Attributes inherited from shkyera::Log
std::string _content
 The text content of the log. More...
 

Detailed Description

A log representing verbose messages.

Member Function Documentation

◆ getIconId()

uint64_t shkyera::LogVerbose::getIconId ( ) const
overridevirtual

Get the icon identifier for verbose logs.

Returns
An icon identifier for verbose logs.

Implements shkyera::Log.

◆ Log()

shkyera::Log::Log

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: