![]() |
Blamite Game Engine - Keystone
00331.08.06.21.0759.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Namespace for anything within the Keystone library. More...
Namespaces | |
| EditorData | |
| Namespace contianing functions for accessing common editor data. | |
| Resources | |
| Functions used in loading and accessing Keystone resources. | |
| Settings | |
| Themes | |
| Namespace containing functions for the Keystone theme component. | |
| UI | |
| Utils | |
| General-purpose utilities for use within Keystone. | |
Functions | |
| KEYSTONE HMODULE | GetKeystoneDLLHandle () |
| Retrieves the handle for the Keystone library. More... | |
| KEYSTONE QApplication * | GetQApplication () |
| Retrieves the pointer to the current Qt application. More... | |
| KEYSTONE_API void | Initialize () |
| Initialize any data needed for Keystone/Qt. More... | |
| KEYSTONE_API void | Shutdown () |
| KEYSTONE BlamVersion | GetVersion () |
| Retrieves the current version of Keystone. More... | |
Namespace for anything within the Keystone library.
| HMODULE BlamKeystone::GetKeystoneDLLHandle | ( | ) |
Retrieves the handle for the Keystone library.
| QApplication * BlamKeystone::GetQApplication | ( | ) |
Retrieves the pointer to the current Qt application.
| BlamVersion BlamKeystone::GetVersion | ( | ) |
Retrieves the current version of Keystone.
| void BlamKeystone::Initialize | ( | ) |
Initialize any data needed for Keystone/Qt.
| void BlamKeystone::Shutdown | ( | ) |