aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_quit.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-19 21:23:52 -0400
committerPaul Gilbert2016-07-10 16:11:36 -0400
commita6e76530b248c6ad61aac0fc4496e126ca6cd77b (patch)
tree15bfad954c042b2225c41711ae28c49637578075 /engines/titanic/pet_control/pet_quit.h
parent5e16f0b6b3da1e06bb3bc25c65f6e10536760291 (diff)
downloadscummvm-rg350-a6e76530b248c6ad61aac0fc4496e126ca6cd77b.tar.gz
scummvm-rg350-a6e76530b248c6ad61aac0fc4496e126ca6cd77b.tar.bz2
scummvm-rg350-a6e76530b248c6ad61aac0fc4496e126ca6cd77b.zip
TITANIC: Implement RealLife tab setup
Diffstat (limited to 'engines/titanic/pet_control/pet_quit.h')
-rw-r--r--engines/titanic/pet_control/pet_quit.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_quit.h b/engines/titanic/pet_control/pet_quit.h
index e1551dcb36..ca207f616a 100644
--- a/engines/titanic/pet_control/pet_quit.h
+++ b/engines/titanic/pet_control/pet_quit.h
@@ -43,6 +43,20 @@ public:
* Reset the glyph
*/
virtual bool reset();
+
+ /**
+ * Handles any secondary drawing of the glyph
+ */
+ virtual void draw2(CScreenManager *screenManager);
+
+ virtual bool proc16(const Point &pt);
+
+ virtual bool mouseButtonDownMsg(CMouseButtonDownMsg *msg);
+
+ /**
+ * Returns the tooltip text for when the glyph is selected
+ */
+ virtual void getTooltip(CPetText *text);
};
} // End of namespace Titanic