Elaztek Developer Hub
Blamite Game Engine - Keystone  00326.06.27.21.0407.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 
11 {
12 public:
13 
19  virtual void OnThemeChange(BlamEditorTheme* new_theme) {};
20 };
KeystoneThemeChangeReceiver::OnThemeChange
virtual void OnThemeChange(BlamEditorTheme *new_theme)
Called when the active theme is changed.
Definition: KeystoneThemeChangeReceiver.h:19
KeystoneThemeChangeReceiver
Interface used to listen to theme change events.
Definition: KeystoneThemeChangeReceiver.h:10
BlamEditorTheme
Class representing a Blamite Editor Theme.
Definition: themes.h:47