ScummVM API documentation
AGS3::AGS::Shared::GUIInvWindow Class Reference
Inheritance diagram for AGS3::AGS::Shared::GUIInvWindow:
AGS3::AGS::Shared::GUIObject

Public Member Functions

bool HasAlphaChannel () const override
 
int GetCharacterId () const
 
void Draw (Bitmap *ds, int x=0, int y=0) override
 
void OnMouseEnter () override
 
void OnMouseLeave () override
 
void OnMouseUp () override
 
void OnResized () override
 
void ReadFromFile (Stream *in, GuiVersion gui_version) override
 
void WriteToFile (Stream *out) const override
 
void ReadFromSavegame (Shared::Stream *in, GuiSvgVersion svg_ver) override
 
void WriteToSavegame (Shared::Stream *out) const override
 
- Public Member Functions inherited from AGS3::AGS::Shared::GUIObject
String GetScriptName () const
 
String GetEventArgs (int event) const
 
int GetEventCount () const
 
String GetEventName (int event) const
 
bool IsDeleted () const
 
bool IsEnabled () const
 
virtual bool IsOverControl (int x, int y, int leeway) const
 
bool IsTranslated () const
 
bool IsVisible () const
 
bool IsClickable () const
 
int GetTransparency () const
 
virtual bool IsContentClipped () const
 
virtual Rect CalcGraphicRect (bool)
 
void SetClickable (bool on)
 
void SetEnabled (bool on)
 
void SetTranslated (bool on)
 
void SetVisible (bool on)
 
void SetTransparency (int trans)
 
virtual void OnKeyPress (const KeyInput &)
 
virtual bool OnMouseDown ()
 
virtual void OnMouseMove (int, int)
 
void MarkChanged ()
 
void NotifyParentChanged ()
 
bool HasChanged () const
 
void ClearChanged ()
 

Public Attributes

bool IsMouseOver
 
int32_t CharId
 
int32_t ItemWidth
 
int32_t ItemHeight
 
int32_t ColCount
 
int32_t RowCount
 
int32_t TopItem
 
- Public Attributes inherited from AGS3::AGS::Shared::GUIObject
int32_t Id
 
int32_t ParentId
 
String Name
 
int32_t X
 
int32_t Y
 
int32_t Width
 
int32_t Height
 
int32_t ZOrder
 
bool IsActivated
 
String EventHandlers [MAX_GUIOBJ_EVENTS]
 

Additional Inherited Members

- Protected Attributes inherited from AGS3::AGS::Shared::GUIObject
uint32_t Flags
 
int32_t _transparency
 
bool _hasChanged
 
int32_t _scEventCount
 
String _scEventNames [MAX_GUIOBJ_EVENTS]
 
String _scEventArgs [MAX_GUIOBJ_EVENTS]
 

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