Elaztek Developer Hub
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 
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