aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeModern.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-11-04 00:30:53 +0000
committerJohannes Schickel2007-11-04 00:30:53 +0000
commit75a5c41ab4570538a4ccf74fabef637ace12682b (patch)
tree985c4effef7ae5a3adfee7e4e313f6dcbdd81be0 /gui/ThemeModern.h
parent3fa3afb1fb9b1dca656d79e9568f31df54670027 (diff)
downloadscummvm-rg350-75a5c41ab4570538a4ccf74fabef637ace12682b.tar.gz
scummvm-rg350-75a5c41ab4570538a4ccf74fabef637ace12682b.tar.bz2
scummvm-rg350-75a5c41ab4570538a4ccf74fabef637ace12682b.zip
- starting to document the theme renderer
- Theme::closeDialog -> Theme::closeAllDialogs, since it would remove every dialog currently svn-id: r29394
Diffstat (limited to 'gui/ThemeModern.h')
-rw-r--r--gui/ThemeModern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/ThemeModern.h b/gui/ThemeModern.h
index ed5e29fdfc..584fae25ef 100644
--- a/gui/ThemeModern.h
+++ b/gui/ThemeModern.h
@@ -41,16 +41,16 @@ public:
void refresh();
- bool ownCursor() { return _useCursor; }
+ bool ownCursor() const { return _useCursor; }
void enable();
void disable();
void openDialog(bool topDialog);
- void closeDialog();
+ void closeAllDialogs();
void clearAll();
- void drawAll();
+ void updateScreen();
void setDrawArea(const Common::Rect &r);
void resetDrawArea();