|
|
| MystAreaSlider (MohawkEngine_Myst *vm, ResourceType type, Common::SeekableReadStream *rlstStream, MystArea *parent) |
| |
|
void | handleMouseDown () override |
| |
|
void | handleMouseUp () override |
| |
|
void | handleMouseDrag () override |
| |
|
void | setStep (uint16 step) |
| |
|
void | setPosition (uint16 pos) |
| |
|
void | restoreBackground () |
| |
|
| MystAreaDrag (MohawkEngine_Myst *vm, ResourceType type, Common::SeekableReadStream *rlstStream, MystArea *parent) |
| |
|
const Common::String | describe () override |
| |
|
uint16 | getList1 (uint16 index) |
| |
|
uint16 | getList2 (uint16 index) |
| |
|
uint16 | getList3 (uint16 index) |
| |
|
uint16 | getStepsH () |
| |
|
uint16 | getStepsV () |
| |
|
| MystAreaImageSwitch (MohawkEngine_Myst *vm, ResourceType type, Common::SeekableReadStream *rlstStream, MystArea *parent) |
| |
|
void | drawDataToScreen () override |
| |
|
void | drawConditionalDataToScreen (uint16 state, bool update=true) |
| |
|
uint16 | getImageSwitchVar () override |
| |
|
SubImage | getSubImage (uint index) const |
| |
|
void | setSubImageRect (uint index, const Common::Rect &rect) |
| |
|
| MystAreaActionSwitch (MohawkEngine_Myst *vm, ResourceType type, Common::SeekableReadStream *rlstStream, MystArea *parent) |
| |
|
void | handleCardChange () override |
| |
|
MystArea * | getSubResource (uint16 index) |
| |
|
| MystArea (MohawkEngine_Myst *vm, ResourceType type, Common::SeekableReadStream *rlstStream, MystArea *parent) |
| |
|
void | drawBoundingRect () |
| |
|
bool | hasType (ResourceType type) const |
| |
|
bool | contains (Common::Point point) |
| |
|
Common::Rect | getRect () |
| |
|
void | setRect (const Common::Rect &rect) |
| |
|
bool | isEnabled () |
| |
|
void | setEnabled (bool enabled) |
| |
|
bool | isDrawSubimages () |
| |
|
uint16 | getDest () |
| |
|
bool | unreachableZipDest () |
| |
|
bool | canBecomeActive () |
| |
|
|
uint16 | _dragSound |
| |
|
uint16 | _sliderWidth |
| |
|
uint16 | _sliderHeight |
| |
|
uint16 | _flagHV |
| |
|
uint16 | _minH |
| |
|
uint16 | _maxH |
| |
|
uint16 | _minV |
| |
|
uint16 | _maxV |
| |
|
uint16 | _stepsH |
| |
|
uint16 | _stepsV |
| |
|
uint16 | _stepH |
| |
|
uint16 | _stepV |
| |
|
uint16 | _mouseDownOpcode |
| |
|
uint16 | _mouseDragOpcode |
| |
|
uint16 | _mouseUpOpcode |
| |
|
ValueList | _lists [3] |
| |
|
uint16 | _imageSwitchVar |
| |
|
Common::Array< SubImage > | _subImages |
| |
|
uint16 | _actionSwitchVar |
| |
|
Common::Array< MystArea * > | _subResources |
| |
|
MohawkEngine_Myst * | _vm |
| |
|
ResourceType | _type |
| |
|
uint16 | _flags |
| |
|
Common::Rect | _rect |
| |
|
uint16 | _dest |
| |
The documentation for this class was generated from the following file: