 |
Blamite Game Engine - Keystone
00386.06.16.23.0646.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
KEYSTONE BlamEngineViewportWidget * GetViewportWidget()
Retrieves the engine viewport widget.
Definition: engine.cpp:92
Definition: tag_info_fear.h:8
KEYSTONE_API bool OpenLocalURL(std::string url)
Opens a local file with the user's default application.
Definition: keystone_api.cpp:68
@ Tag
Indicates the document represents a tag file.
KEYSTONE BlamEditorTheme * GetActiveTheme()
Retrieves the currently selected theme.
Definition: themes.cpp:335
Definition: game_viewport.h:8
KEYSTONE BlamEditorWindow * GetMainEditorWindow()
Retrieves the main editor window.
Definition: editor_data.cpp:32
~game_viewport()
Definition: game_viewport.cpp:26
void RefreshStatusBar()
Definition: game_viewport.cpp:32
game_viewport(QWidget *parent=Q_NULLPTR)
Definition: game_viewport.cpp:12
Definition: guerilla_tag_details.h:8
bool OpenDocument(std::string file_path, BlamTagTreeNode *tree_node, BlamEditorDocumentType doctype)
Attempts to open the specified document in the main window.
Definition: BlamEditorWindow.cpp:99