![]() |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Class acting as a simple interface to allow for easy retrieval of the active document. More...
#include <BlamEditorDocument.h>
Public Member Functions | |
BlamEditorDocumentWidget (QWidget *parent=nullptr) | |
Public Attributes | |
BlamEditorDocument * | document = nullptr |
The document associated with this widget. More... | |
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.
|
inline |
BlamEditorDocument* BlamEditorDocumentWidget::document = nullptr |
The document associated with this widget.