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

Class acting as a simple interface to allow for easy retrieval of the active document. More...

#include <BlamEditorDocument.h>

+ Inheritance diagram for BlamEditorDocumentWidget:
+ Collaboration diagram for BlamEditorDocumentWidget:

Public Member Functions

 BlamEditorDocumentWidget (QWidget *parent=nullptr)
 

Public Attributes

BlamEditorDocumentdocument = nullptr
 The document associated with this widget. More...
 

Detailed Description

Class acting as a simple interface to allow for easy retrieval of the active document.

Any QWidget class that is used to visualize a document MUST inherit from this instead of QWidget.

Constructor & Destructor Documentation

◆ BlamEditorDocumentWidget()

BlamEditorDocumentWidget::BlamEditorDocumentWidget ( QWidget *  parent = nullptr)
inline

Member Data Documentation

◆ document

BlamEditorDocument* BlamEditorDocumentWidget::document = nullptr

The document associated with this widget.


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