|
| CPetRoomsGlyph (uint flags) |
|
bool | setup (CPetControl *petControl, CPetGlyphs *owner) override |
|
void | drawAt (CScreenManager *screenManager, const Point &pt, bool isHighlighted) override |
|
void | draw2 (CScreenManager *screenManager) override |
|
void | selectGlyph (const Point &topLeft, const Point &pt) override |
|
bool | dragGlyph (const Point &topLeft, CMouseDragStartMsg *msg) override |
|
void | getTooltip (CTextControl *text) override |
|
void | saveGlyph (SimpleFile *file, int indent) override |
|
bool | proc33 (CPetGlyph *glyph) override |
|
virtual void | loadFlags (SimpleFile *file, int val) |
|
void | setRoomFlags (uint flags) |
|
uint | getRoomFlags () const |
|
void | setFlag (uint val) |
|
void | setMode (RoomGlyphMode mode) |
|
void | changeClass (PassengerClass newClassNum) |
|
bool | isAssigned () const |
|
bool | isCurrentlyAssigned () const |
|
bool | isPreviouslyAssigned () const |
|
virtual bool | reset () |
|
virtual void | enter () |
|
virtual void | leave () |
|
virtual void | updateTooltip () |
|
virtual Rect | getBounds () const |
|
virtual bool | MouseButtonDownMsg (const Point &pt) |
|
virtual bool | MouseDragStartMsg (CMouseDragStartMsg *msg) |
|
virtual bool | MouseDragMoveMsg (CMouseDragMoveMsg *msg) |
|
virtual bool | MouseDragEndMsg (CMouseDragEndMsg *msg) |
|
virtual bool | MouseButtonUpMsg (const Point &pt) |
|
virtual bool | MouseDoubleClickMsg (const CMouseDoubleClickMsg *msg) |
|
virtual bool | KeyCharMsg (int key) |
|
virtual bool | VirtualKeyCharMsg (CVirtualKeyCharMsg *msg) |
|
virtual void | unhighlightCurrent () |
|
virtual void | highlightCurrent (const Point &pt) |
|
virtual void | glyphFocused (const Point &topLeft, bool flag) |
|
virtual bool | contains (const Point &delta, const Point &pt) |
|
virtual bool | isValid () const |
|
virtual bool | enterHighlighted () |
|
virtual void | leaveHighlighted () |
|
virtual CGameObject * | getObjectAt () |
|
virtual bool | doAction (CGlyphAction *action) |
|
void | translate (const Point &pt) |
|
void | translateBack (const Point &pt) |
|
CPetGlyphs * | getOwner () |
|
CPetControl * | getPetControl () const |
|
void | setName (const CString &name, CPetControl *petControl) |
|
bool | isHighlighted () const |
|
void | save (SimpleFile *file, int indent) override |
|
void | load (SimpleFile *file) override |
|
virtual ClassDef * | getType () const |
|
bool | isInstanceOf (const ClassDef *classDef) const |
|
virtual void | saveHeader (SimpleFile *file, int indent) |
|
virtual void | saveFooter (SimpleFile *file, int indent) |
|