ScummVM API documentation
MM::MM1::Views::Spells::Duplication Class Reference
Inheritance diagram for MM::MM1::Views::Spells::Duplication:
MM::MM1::Views::Spells::SpellView MM::MM1::Game::Duplication MM::MM1::Views::TextView MM::MM1::Game::GameLogic MM::MM1::UIElement

Public Member Functions

 Duplication ()
 
virtual ~Duplication ()
 
void draw () override
 
bool msgKeypress (const KeypressMessage &msg) override
 
bool msgAction (const ActionMessage &msg) override
 
- Public Member Functions inherited from MM::MM1::Views::Spells::SpellView
 SpellView (const Common::String &name)
 
 SpellView (const Common::String &name, UIElement *owner)
 
void spellFailed ()
 
void spellDone ()
 
void timeout () override
 
bool msgFocus (const FocusMessage &msg) override
 
- Public Member Functions inherited from MM::MM1::Views::TextView
 TextView (const Common::String &name)
 
 TextView (const Common::String &name, UIElement *owner)
 
bool msgDrawGraphic (const DrawGraphicMessage &msg) override
 
- Public Member Functions inherited from MM::MM1::UIElement
 UIElement (const Common::String &name, UIElement *uiParent)
 
bool needsRedraw () const
 
void redraw ()
 
void focus ()
 
virtual void close ()
 
bool isFocused () const
 
void replaceView (UIElement *ui, bool replaceAllViews=false)
 
void replaceView (const Common::String &name, bool replaceAllViews=false)
 
void addView (UIElement *ui)
 
void addView (const Common::String &name)
 
void addView ()
 
void open ()
 
int getRandomNumber (int minNumber, int maxNumber)
 
int getRandomNumber (int maxNumber)
 
Common::String getName () const
 
virtual void setBounds (const Common::Rect &r)
 
Common::Rect getBounds () const
 
Graphics::ManagedSurface getSurface () const
 
virtual bool tick ()
 
virtual UIElementfindView (const Common::String &name)
 
bool send (const Common::String &viewName, const FocusMessage &msg)
 
bool send (const FocusMessage &msg)
 
bool send (const Common::String &viewName, const UnfocusMessage &msg)
 
bool send (const UnfocusMessage &msg)
 
bool send (const Common::String &viewName, const KeypressMessage &msg)
 
bool send (const KeypressMessage &msg)
 
bool send (const Common::String &viewName, const MouseDownMessage &msg)
 
bool send (const MouseDownMessage &msg)
 
bool send (const Common::String &viewName, const MouseUpMessage &msg)
 
bool send (const MouseUpMessage &msg)
 
bool send (const Common::String &viewName, const ActionMessage &msg)
 
bool send (const ActionMessage &msg)
 
bool send (const Common::String &viewName, const GameMessage &msg)
 
bool send (const GameMessage &msg)
 
bool send (const Common::String &viewName, const HeaderMessage &msg)
 
bool send (const HeaderMessage &msg)
 
bool send (const Common::String &viewName, const InfoMessage &msg)
 
bool send (const InfoMessage &msg)
 
bool send (const Common::String &viewName, const DrawGraphicMessage &msg)
 
bool send (const DrawGraphicMessage &msg)
 

Additional Inherited Members

- Static Public Member Functions inherited from MM::MM1::Game::GameLogic
static int getRandomNumber (int minNumber, int maxNumber)
 
static int getRandomNumber (int maxNumber)
 
- Protected Member Functions inherited from MM::MM1::Views::TextView
void setTextColor (byte col)
 
void writeChar (unsigned char c)
 
void writeChar (int x, int y, unsigned char c)
 
void writeString (const Common::String &str)
 
void writeString (int x, int y, const Common::String &str)
 
void writeNumber (int val)
 
void writeNumber (int x, int y, int val)
 
void newLine ()
 
void writeSpaces (size_t count)
 
void clearSurface () override
 
void clearLines (int y1, int y2)
 
void drawTextBorder ()
 
void escToGoBack (int x=12, int y=-1)
 
void drawGraphic (int gfxNum)
 
- Protected Member Functions inherited from MM::MM1::UIElement
Common::Rect getLineBounds (int line1, int line2) const
 
void delaySeconds (uint seconds)
 
void delayFrames (uint frames)
 
bool isDelayActive () const
 
void cancelDelay ()
 
bool endDelay ()
 
virtual bool msgUnfocus (const UnfocusMessage &e)
 
virtual bool msgMouseDown (const MouseDownMessage &e)
 
virtual bool msgMouseUp (const MouseUpMessage &e)
 
virtual bool msgGame (const GameMessage &e)
 
virtual bool msgHeader (const HeaderMessage &e)
 
virtual bool msgInfo (const InfoMessage &e)
 
- Protected Member Functions inherited from MM::MM1::Game::Duplication
bool duplicate (Character &c, Inventory &inv, int itemIndex)
 
- Protected Attributes inherited from MM::MM1::Views::TextView
Common::Point _textPos
 
byte _bgColor = 0xff
 
- Protected Attributes inherited from MM::MM1::UIElement
UIElement_parent
 
Common::Array< UIElement * > _children
 
Common::Rect _innerBounds
 
Bounds _bounds
 
bool _needsRedraw = true
 
Common::String _name
 

Constructor & Destructor Documentation

◆ Duplication()

MM::MM1::Views::Spells::Duplication::Duplication ( )

Constructor

◆ ~Duplication()

virtual MM::MM1::Views::Spells::Duplication::~Duplication ( )
inlinevirtual

Destructor

Member Function Documentation

◆ draw()

void MM::MM1::Views::Spells::Duplication::draw ( )
overridevirtual

Draw the view contents

Reimplemented from MM::MM1::UIElement.

◆ msgKeypress()

bool MM::MM1::Views::Spells::Duplication::msgKeypress ( const KeypressMessage msg)
overridevirtual

Keypress handler

Reimplemented from MM::MM1::UIElement.

◆ msgAction()

bool MM::MM1::Views::Spells::Duplication::msgAction ( const ActionMessage msg)
overridevirtual

Action handler

Reimplemented from MM::MM1::UIElement.


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