Elaztek Developer Hub
Blamite Game Engine - Keystone  00308.02.02.21.2032.blamite
A library that enables the use of Qt in Blamite's editing tools.
guerilla_console_output Class Reference

The Guerilla output window. More...

#include <guerilla_console_output.h>

+ Inheritance diagram for guerilla_console_output:

Public Member Functions

 guerilla_console_output (QWidget *parent=Q_NULLPTR)
 
 ~guerilla_console_output ()
 
void LogMessageReceived (BlamBasicLogMessage message)
 Adds a new log message to the output text field. More...
 

Detailed Description

The Guerilla output window.

Todo:
Make it so that output is preserved when the window is destroyed/re-created (or maybe just dont destroy to begin with).

Constructor & Destructor Documentation

◆ guerilla_console_output()

guerilla_console_output::guerilla_console_output ( QWidget *  parent = Q_NULLPTR)

◆ ~guerilla_console_output()

guerilla_console_output::~guerilla_console_output ( )

Member Function Documentation

◆ LogMessageReceived()

void guerilla_console_output::LogMessageReceived ( BlamBasicLogMessage  message)

Adds a new log message to the output text field.

Parameters
message- The new log message.

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