ScummVM API documentation
Sherlock::Tattoo::WidgetTooltipBase Class Reference
Inheritance diagram for Sherlock::Tattoo::WidgetTooltipBase:
Sherlock::Tattoo::WidgetBase Sherlock::Tattoo::WidgetInventoryTooltip Sherlock::Tattoo::WidgetTooltip Sherlock::Tattoo::WidgetMapTooltip Sherlock::Tattoo::WidgetSceneTooltip

Public Member Functions

 WidgetTooltipBase (SherlockEngine *vm)
 
void erase () override
 
void draw () override
 
- Public Member Functions inherited from Sherlock::Tattoo::WidgetBase
 WidgetBase (SherlockEngine *vm)
 
bool active () const
 
void checkTabbingKeys (int numOptions)
 
virtual void summonWindow ()
 
virtual void banishWindow ()
 
virtual void handleEvents ()
 

Additional Inherited Members

- Protected Member Functions inherited from Sherlock::Tattoo::WidgetBase
Common::String splitLines (const Common::String &str, Common::StringArray &lines, int maxWidth, uint maxLines)
 
void restrictToScreen ()
 
void makeInfoArea (Surface &s)
 
void makeInfoArea ()
 
void drawDialogRect (const Common::Rect &r, bool raised=true)
 
virtual Common::Rect getScrollBarBounds () const
 
void drawScrollBar (int index, int pageSize, int count)
 
void handleScrollbarEvents (int index, int pageSize, int count)
 
void handleScrolling (int &scrollIndex, int pageSize, int max)
 
void close ()
 
virtual void drawBackground ()
 
- Protected Attributes inherited from Sherlock::Tattoo::WidgetBase
SherlockEngine_vm
 
Common::Rect _bounds
 
Common::Rect _oldBounds
 
Surface _surface
 
bool _outsideMenu
 
bool _scroll
 

Member Function Documentation

◆ erase()

void Sherlock::Tattoo::WidgetTooltipBase::erase ( )
overridevirtual

Erase any previous display of the widget on the screen

Reimplemented from Sherlock::Tattoo::WidgetBase.

◆ draw()

void Sherlock::Tattoo::WidgetTooltipBase::draw ( )
overridevirtual

Update the display of the widget on the screen

Reimplemented from Sherlock::Tattoo::WidgetBase.


The documentation for this class was generated from the following file: