Classes | |
struct | MacPart |
union | PlatformPart |
struct | WinPart |
Public Attributes | |
TypicalModifierHeader | modHeader |
uint16 | unknown1 |
Event | applyWhen |
Event | removeWhen |
uint8 | unknown2 [2] |
uint16 | inkMode |
uint16 | shape |
bool | haveMacPart |
bool | haveWinPart |
PlatformPart | platform |
ColorRGB16 | foreColor |
ColorRGB16 | backColor |
uint16 | borderSize |
ColorRGB16 | borderColor |
uint16 | shadowSize |
ColorRGB16 | shadowColor |
uint16 | numPolygonPoints |
uint8 | unknown6 [8] |
Common::Array< Point > | polyPoints |
Protected Member Functions | |
DataReadErrorCode | load (DataReader &reader) override |
Additional Inherited Members | |
Public Member Functions inherited from MTropolis::Data::DataObject | |
DataReadErrorCode | load (DataObjectTypes::DataObjectType type, uint16 revision, DataReader &reader) |
uint16 | getRevision () const |
DataObjectTypes::DataObjectType | getType () const |
Protected Attributes inherited from MTropolis::Data::DataObject | |
DataObjectTypes::DataObjectType | _type |
uint16 | _revision |