![]() |
Blamite Game Engine - Keystone
00428.01.13.25.2134.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
Namespace containing any exported functions within Keystone. More...
Functions | |
| KEYSTONE_API KeystoneDialogResult | ShowErrorDialog (bool allow_safemode, bool allow_continue, std::string text) |
| Shows a Qt-driven error dialog. More... | |
| KEYSTONE_API int | ShowSapienWindow () |
| Shows the main Sapien window. More... | |
| KEYSTONE_API int | ShowFoundryWindow () |
| Shows the main Foundry window. More... | |
| KEYSTONE_API int | ShowGuerillaWindow () |
| Shows the main Guerilla window. More... | |
| KEYSTONE_API int | ShowFontToolWindow () |
| Shows the main FontTool window. More... | |
| KEYSTONE_API int | ShowToolWindow () |
| Shows the Tool GUI window. More... | |
| KEYSTONE_API bool | ShowEngineFirstbootDialog () |
| Shows the engine first boot notice dialog. More... | |
| KEYSTONE_API void | SetEditorWindowType (BlamEditorWindowType _type) |
Namespace containing any exported functions within Keystone.
| void BlamKeystoneAPI::SetEditorWindowType | ( | BlamEditorWindowType | _type | ) |
Here is the call graph for this function:| bool BlamKeystoneAPI::ShowEngineFirstbootDialog | ( | ) |
Shows the engine first boot notice dialog.
true if the dialog was cancelled, in which case the engine should exit, or false if the OK button was clicked.
Here is the call graph for this function:| KeystoneDialogResult BlamKeystoneAPI::ShowErrorDialog | ( | bool | allow_safemode, |
| bool | allow_continue, | ||
| std::string | text | ||
| ) |
Shows a Qt-driven error dialog.
It is a reimplementation of the original Win32 error dialog.
| allow_safemode | - Whether or not to enable the 'Continue in Safe Mode' option. |
| allow_continue | - Wehther or not to enable the 'Continue' option. |
| text | - The message to display to the user. |
Here is the call graph for this function:| int BlamKeystoneAPI::ShowFontToolWindow | ( | ) |
Shows the main FontTool window.
Here is the call graph for this function:| int BlamKeystoneAPI::ShowFoundryWindow | ( | ) |
Shows the main Foundry window.
Here is the call graph for this function:| int BlamKeystoneAPI::ShowGuerillaWindow | ( | ) |
Shows the main Guerilla window.
Here is the call graph for this function:| int BlamKeystoneAPI::ShowSapienWindow | ( | ) |
Shows the main Sapien window.
Here is the call graph for this function:| int BlamKeystoneAPI::ShowToolWindow | ( | ) |
Shows the Tool GUI window.
Here is the call graph for this function: