aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-09 22:40:05 +0000
committerVicent Marti2008-08-09 22:40:05 +0000
commit185dbbe84d021438991cf931ae56d0ddefafaf92 (patch)
tree8047fc00eb2d6fd47f987dcd62ab1496eb1faff1 /gui/theme.h
parent103a4f66813df8f806467ad6f27cd0831ae0abf4 (diff)
downloadscummvm-rg350-185dbbe84d021438991cf931ae56d0ddefafaf92.tar.gz
scummvm-rg350-185dbbe84d021438991cf931ae56d0ddefafaf92.tar.bz2
scummvm-rg350-185dbbe84d021438991cf931ae56d0ddefafaf92.zip
Finished support for theme loading.
Fixed several bugs regarding theme loading. svn-id: r33728
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 74158f473c..2a0b908330 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -370,12 +370,8 @@ public:
static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0);
- const Common::String &getStylefileName() const { return _stylefile; }
- virtual const Common::String &getThemeName() const { return _stylename; }
-
- virtual bool isDynamic() {
- return false;
- }
+ virtual const Common::String &getThemeFileName() const = 0;
+ virtual const Common::String &getThemeName() const = 0;
/**
* Checks if the theme renderer supports drawing of images.