aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_lab.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-20 19:36:38 -0400
committerPaul Gilbert2015-07-20 19:36:38 -0400
commite4975cef852222ac663464829ec2a64a7920fdbb (patch)
tree9172de4e9798a3b101e5d1d15031360d5408df23 /engines/sherlock/tattoo/widget_lab.h
parente1dd57e016bfd9b20e389ecc69f089dfe59b2d86 (diff)
downloadscummvm-rg350-e4975cef852222ac663464829ec2a64a7920fdbb.tar.gz
scummvm-rg350-e4975cef852222ac663464829ec2a64a7920fdbb.tar.bz2
scummvm-rg350-e4975cef852222ac663464829ec2a64a7920fdbb.zip
SHERLOCK: RT: Implemented WidgetLab handleEvents
Diffstat (limited to 'engines/sherlock/tattoo/widget_lab.h')
-rw-r--r--engines/sherlock/tattoo/widget_lab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_lab.h b/engines/sherlock/tattoo/widget_lab.h
index 344dae7934..df2ff34c63 100644
--- a/engines/sherlock/tattoo/widget_lab.h
+++ b/engines/sherlock/tattoo/widget_lab.h
@@ -25,6 +25,7 @@
#include "common/scummsys.h"
#include "sherlock/tattoo/widget_base.h"
+#include "sherlock/objects.h"
namespace Sherlock {
@@ -33,6 +34,13 @@ class SherlockEngine;
namespace Tattoo {
class WidgetLab: public WidgetBase {
+private:
+ Object *_labObject;
+
+ /**
+ * Display tooltips of using one lab item on another
+ */
+ void displayLabNames();
public:
Common::String _remainingText;
public: