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.
BlamKeystone Namespace Reference

Namespace for anything within the Keystone library. More...

Namespaces

 Logger
 Namespace containing anything related to the Keystone logger.
 
 Resources
 Functions used in loading and accessing Keystone resources.
 
 Themes
 Namespace containing functions for the Keystone theme component.
 
 UI
 
 Utils
 General-purpose utilities for use within Keystone.
 

Functions

KEYSTONE SapienCallbacksBundle GetSapienCallbacks ()
 Retrieves the stored Sapien callbacks bundle. More...
 
KEYSTONE HMODULE GetKeystoneDLLHandle ()
 Retrieves the handle for the Keystone library. More...
 
KEYSTONE QApplication * GetQApplication ()
 Retrieves the pointer to the current Qt application. More...
 
KEYSTONE BlamVersion GetVersion ()
 Retrieves the current version of Keystone. More...
 

Detailed Description

Namespace for anything within the Keystone library.

Function Documentation

◆ GetKeystoneDLLHandle()

HMODULE BlamKeystone::GetKeystoneDLLHandle ( )

Retrieves the handle for the Keystone library.

Returns
The handle for the keystone library.

◆ GetQApplication()

QApplication * BlamKeystone::GetQApplication ( )

Retrieves the pointer to the current Qt application.

Returns
The current QApplication pointer.

◆ GetSapienCallbacks()

SapienCallbacksBundle BlamKeystone::GetSapienCallbacks ( )

Retrieves the stored Sapien callbacks bundle.

Returns
The sapien callbacks bundle.

◆ GetVersion()

BlamVersion BlamKeystone::GetVersion ( )

Retrieves the current version of Keystone.

Returns
The current version of Keystone.