Public Member Functions | |
| TitlerControl (ZVision *engine, uint32 key, Common::SeekableReadStream &stream) | |
| void | setString (int strLine) |
Public Member Functions inherited from ZVision::Control | |
| Control (ZVision *engine, uint32 key, ControlType type) | |
| uint32 | getKey () |
| ControlType | getType () |
| virtual void | focus () |
| virtual void | unfocus () |
| virtual bool | onMouseDown (const Common::Point &screenSpacePos, const Common::Point &backgroundImageSpacePos) |
| virtual bool | onMouseUp (const Common::Point &screenSpacePos, const Common::Point &backgroundImageSpacePos) |
| virtual bool | onMouseMove (const Common::Point &screenSpacePos, const Common::Point &backgroundImageSpacePos) |
| virtual bool | onKeyDown (Common::KeyState keyState) |
| virtual bool | onKeyUp (Common::KeyState keyState) |
| virtual bool | process (uint32 deltaTimeInMillis) |
| void | setVenus () |
Additional Inherited Members | |
Public Types inherited from ZVision::Control | |
| enum | ControlType { CONTROL_UNKNOW, CONTROL_INPUT, CONTROL_PUSHTGL, CONTROL_SLOT, CONTROL_LEVER, CONTROL_SAVE, CONTROL_SAFE, CONTROL_FIST, CONTROL_TITLER, CONTROL_HOTMOV, CONTROL_PAINT } |
Static Public Member Functions inherited from ZVision::Control | |
| static void | parseFlatControl (ZVision *engine) |
| static void | parsePanoramaControl (ZVision *engine, Common::SeekableReadStream &stream) |
| static void | parseTiltControl (ZVision *engine, Common::SeekableReadStream &stream) |
Protected Member Functions inherited from ZVision::Control | |
| void | getParams (const Common::String &inputStr, Common::String ¶meter, Common::String &values) |
Protected Attributes inherited from ZVision::Control | |
| ZVision * | _engine |
| uint32 | _key |
| int32 | _venusId |