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

The console output window. More...

#include <output.h>

+ Inheritance diagram for BlamEditorToolWindow_Output:
+ Collaboration diagram for BlamEditorToolWindow_Output:

Public Slots

void log_message_notify (BlamBasicLogMessage message)
 

Public Member Functions

 BlamEditorToolWindow_Output ()
 
 ~BlamEditorToolWindow_Output ()
 
void RebuildLogOutput ()
 
- Public Member Functions inherited from BlamEditorToolWindow
 BlamEditorToolWindow (BlamEditorToolWindowType _window_type)
 Constructs a new tool window. More...
 
 ~BlamEditorToolWindow ()
 Releases a tool window. More...
 
BlamEditorToolWindowType GetToolWindowType ()
 Retrieves the type of tool window that this tool window represents. More...
 
void LoadConfig ()
 Loads or creates the configuration file for this tool window. More...
 
virtual void OnThemeChange (BlamEditorTheme *new_theme)
 Called when the active theme is changed. More...
 
virtual void OnToolOpen ()
 Called when the tool window is being opened. More...
 
virtual void OnToolClose ()
 Called when the tool window is being closed. More...
 
void closeEvent (QCloseEvent *event)
 Overrides the close event. More...
 
void OnDockAreaChanged (Qt::DockWidgetArea area)
 Called when the dock area of the tool window is changed. More...
 
Qt::DockWidgetArea GetDockWidgetArea ()
 

Additional Inherited Members

- Public Attributes inherited from BlamEditorToolWindow
std::string config_filename = ""
 The name of the configuration filename. More...
 
BlamConfigurationFile * config = nullptr
 The configuration file for this tool window. Not always used. More...
 
- Protected Attributes inherited from BlamEditorToolWindow
BlamEditorToolWindowType window_type = BlamEditorToolWindowType::Unspecified
 The tool window type. More...
 
Qt::DockWidgetArea dock_position = Qt::DockWidgetArea::LeftDockWidgetArea
 

Detailed Description

The console 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

◆ BlamEditorToolWindow_Output()

BlamEditorToolWindow_Output::BlamEditorToolWindow_Output ( )
+ Here is the call graph for this function:

◆ ~BlamEditorToolWindow_Output()

BlamEditorToolWindow_Output::~BlamEditorToolWindow_Output ( )

Member Function Documentation

◆ log_message_notify

void BlamEditorToolWindow_Output::log_message_notify ( BlamBasicLogMessage  message)
slot

◆ RebuildLogOutput()

void BlamEditorToolWindow_Output::RebuildLogOutput ( )
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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