Elaztek Developer Hub
Switch Project...
blam!
Editing Kit
Guerilla
Sapien
Tool
Foundry
Libraries
Keystone
Strings
Forums
Discord
Doxygen
Jenkins
Guides
Gitlab
Blamite Game Engine - Keystone
00305.01.23.21.0442.blamite
A library that enables the use of Qt in Blamite's editing tools.
KeystoneThemeChangeReceiver.h
Go to the documentation of this file.
1
#pragma once
2
3
class
BlamEditorTheme
;
4
8
class
KeystoneThemeChangeReceiver
9
{
10
public
:
11
17
virtual
void
OnThemeChange
(
BlamEditorTheme
* new_theme) {};
18
};
KeystoneThemeChangeReceiver::OnThemeChange
virtual void OnThemeChange(BlamEditorTheme *new_theme)
Called when the active theme is changed.
Definition:
KeystoneThemeChangeReceiver.h:17
KeystoneThemeChangeReceiver
Interface used to listen to theme change events.
Definition:
KeystoneThemeChangeReceiver.h:8
BlamEditorTheme
Class representing a Blamite Editor Theme.
Definition:
themes.h:47
keystone
components
interface
KeystoneThemeChangeReceiver.h
Generated on Sat Jan 23 2021 05:04:50 for Blamite Game Engine - Keystone by
1.8.17