Public Member Functions | |
bool | setup (CPetControl *petControl) override |
bool | reset () override |
void | draw (CScreenManager *screenManager) override |
bool | MouseButtonDownMsg (CMouseButtonDownMsg *msg) override |
bool | MouseButtonUpMsg (CMouseButtonUpMsg *msg) override |
bool | isValid (CPetControl *petControl) override |
void | load (SimpleFile *file, int param) override |
void | postLoad () override |
void | save (SimpleFile *file, int indent) override |
void | setButtons (int matchIndex, bool isMarkerClose) |
void | setHasReference (bool hasRef) |
void | makePetDirty () |
Public Member Functions inherited from Titanic::CPetSection | |
virtual Rect | getBounds () const |
virtual void | changed (int changeType) |
virtual bool | MouseDragStartMsg (CMouseDragStartMsg *msg) |
virtual bool | MouseDragMoveMsg (CMouseDragMoveMsg *msg) |
virtual bool | MouseDragEndMsg (CMouseDragEndMsg *msg) |
virtual bool | MouseDoubleClickMsg (CMouseDoubleClickMsg *msg) |
virtual bool | MouseWheelMsg (CMouseWheelMsg *msg) |
virtual bool | KeyCharMsg (CKeyCharMsg *msg) |
virtual bool | VirtualKeyCharMsg (CVirtualKeyCharMsg *msg) |
virtual bool | checkDragEnd (CGameObject *item) |
virtual CGameObject * | dragEnd (const Point &pt) const |
virtual void | displayMessage (const CString &msg) |
virtual void | enter (PetArea oldArea) |
virtual void | leave () |
virtual void | proc23 () |
virtual void | enterRoom (CRoomItem *room) |
virtual void | timerExpired (int val) |
virtual CTextControl * | getText () |
virtual void | removeText (int duration) |
virtual void | removeText () |
virtual void | stopTextTimer () |
virtual CPetElement * | getElement (uint id) |
virtual CGameObject * | getBackground (int index) const |
virtual void | displayNPCName (CGameObject *npc) |
virtual void | proc33 () |
virtual void | setNPC (const CString &name) |
virtual void | resetNPC () |
virtual void | showCursor () |
virtual void | hideCursor () |
virtual void | highlight (int id) |
CPetControl * | getPetControl () const |
uint | getColor (uint index) |
const uint * | getColorTable (int tableNum=-1) |
Additional Inherited Members | |
Public Attributes inherited from Titanic::CPetSection | |
CPetControl * | _petControl |
Protected Member Functions inherited from Titanic::CPetSection | |
void | areaChanged (PetArea area) |
CString | getActiveNPCName () const |
void | copyColors (uint tableNum, uint colors[5]) |
|
overridevirtual |
Sets up the section
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Reset the section
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Draw the section
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Following are handlers for the various messages that the PET can pass onto the currently active section/area
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Returns true if the object is in a valid state
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Load the data for the class from file
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Called after a game has been loaded
Reimplemented from Titanic::CPetSection.
|
overridevirtual |
Save the data for the class to file
Reimplemented from Titanic::CPetSection.
void Titanic::CPetStarfield::setButtons | ( | int | matchIndex, |
bool | isMarkerClose | ||
) |
Sets the display for the marker buttons
|
inline |
Sets whether the player has the galactic reference material
void Titanic::CPetStarfield::makePetDirty | ( | ) |
Make the PET as dirty, requiring a redraw