From d5ed45c25651f04dc3972047d279c8eeb4ca9e51 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jun 2016 21:37:26 +0200 Subject: New TexturedBox class. --- plugingui/window.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'plugingui/window.h') diff --git a/plugingui/window.h b/plugingui/window.h index 0c93658..9eb9d6d 100644 --- a/plugingui/window.h +++ b/plugingui/window.h @@ -32,6 +32,7 @@ #include "nativewindow.h" #include "image.h" #include "eventhandler.h" +#include "imagecache.h" namespace GUI { @@ -52,6 +53,8 @@ public: void hide() override; Window* window() override; + ImageCache& getImageCache() override; + EventHandler* eventHandler(); Widget* keyboardFocus(); @@ -91,6 +94,8 @@ protected: EventHandler* eventhandler{nullptr}; size_t maxRefcount{0}; + + ImageCache image_cache; }; } // GUI:: -- cgit v1.2.3