ScummVM API documentation
Saga2::gPanelList Class Reference
Inheritance diagram for Saga2::gPanelList:
Saga2::gPanel Saga2::gWindow Saga2::DecoratedWindow Saga2::SimpleWindow Saga2::BackWindow Saga2::FloatingWindow Saga2::ModalWindow Saga2::ErrorWindow Saga2::ContainerWindow Saga2::AutoMap Saga2::CDocument Saga2::CPlacardWindow Saga2::CVideoBox Saga2::EnchantmentContainerWindow Saga2::ScrollableContainerWindow Saga2::IntangibleContainerWindow Saga2::TangibleContainerWindow

Public Member Functions

 gPanelList (gPanelList &)
 
gPanelhitTest (const Point16 &p)
 
gPanelkeyTest (int16 key)
 
void removeControls ()
 
void invalidate (Rect16 *area=nullptr)
 
void draw ()
 
void drawClipped (gPort &port, const Point16 &offset, const Rect16 &r)
 
void enable (bool abled)
 
- Public Member Functions inherited from Saga2::gPanel
 gPanel (gPanelList &, const Rect16 &, const char *, uint16, AppFunc *cmd=NULL)
 
 gPanel (gPanelList &, const Rect16 &, gPixelMap &, uint16, AppFunc *cmd=NULL)
 
 gPanel (gPanelList &, const StaticRect &, const char *, uint16, AppFunc *cmd=NULL)
 
bool isActive ()
 
virtual bool activate (gEventType why)
 
virtual void deactivate ()
 
virtual void select (uint16 selected)
 
virtual void ghost (bool ghosted)
 
virtual void setMousePoll (bool abled)
 
gWindowgetWindow ()
 
void makeActive ()
 
Rect16 getExtent ()
 
bool isSelected ()
 
bool isGhosted ()
 
bool getEnabled () const
 
void show (bool shown=true, bool inval=true)
 
void moveToFront (gPanelList &l)
 
void moveToBack (gPanelList &l)
 

Protected Member Functions

 gPanelList (gWindow &, const Rect16 &, char *, uint16, AppFunc *cmd=NULL)
 
- Protected Member Functions inherited from Saga2::gPanel
 gPanel (gWindow &, const Rect16 &, AppFunc *cmd)
 
virtual void pointerMove (gPanelMessage &msg)
 
virtual bool pointerHit (gPanelMessage &msg)
 
virtual bool pointerRHit (gPanelMessage &msg)
 
virtual void pointerDrag (gPanelMessage &msg)
 
virtual void pointerRelease (gPanelMessage &msg)
 
virtual bool keyStroke (gPanelMessage &msg)
 
virtual void timerTick (gPanelMessage &msg)
 
virtual void onMouseHintDelay ()
 
void notify (gEventType, int32 value)
 
void notify (gEvent &ev)
 
void drawTitle (TextPositions placement)
 

Protected Attributes

Common::List< gPanel * > _contents
 
- Protected Attributes inherited from Saga2::gPanel
gWindow_window
 
Rect16 _extent
 
const char * _title
 
byte _enabled
 
byte _selected
 
byte _imageLabel
 
byte _ghosted
 
byte _wantMousePoll
 

Friends

void gPanel::moveToFront (gPanelList &l)
 
void gPanel::moveToBack (gPanelList &l)
 

Additional Inherited Members

- Public Attributes inherited from Saga2::gPanel
uint32 _id
 
void * _userData
 

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