|
| CSTimeView (MohawkEngine_CSTime *vm) |
|
uint32 | getTime () override |
|
void | setupView () |
|
Feature * | installViewFeature (uint16 scrbId, uint32 flags, Common::Point *pos) |
|
void | installGroup (uint16 resourceId, uint size, uint count, bool regs, uint16 baseId) |
|
void | removeGroup (uint16 resourceId) |
|
void | loadBitmapCursors (uint16 baseId) |
|
void | setBitmapCursor (uint16 id) |
|
uint16 | getBitmapCursor () |
|
void | dragFeature (NewFeature *feature, Common::Point pos, uint mode, uint32 flags, Common::Rect *rect) |
|
| View (MohawkEngine *vm) |
|
virtual void | idleView () |
|
void | setModule (Module *module) |
|
Module * | getCurrentModule () |
|
GraphicsManager * | getGfx () |
|
Common::Array< uint16 > | getSHPL (uint16 id) |
|
void | installBG (uint16 id) |
|
void | setColors (Common::SeekableReadStream *tpalStream) |
|
void | copyFadeColors (uint start, uint count) |
|
uint16 | getCompoundSHAPId (uint16 shapIndex) |
|
void | installGroupOfSCRBs (bool main, uint base, uint size, uint count=0) |
|
virtual void | freeScripts () |
|
void | installFeatureShapes (bool regs, uint groupId, uint16 resourceBase) |
|
void | freeFeatureShapes () |
|
uint16 | getGroupFromBaseId (uint16 baseId) |
|
void | getnthScriptSetGroup (uint16 &scrbIndex, uint16 &shapIndex, uint16 scrbId) |
|
Common::SeekableReadStream * | getSCRB (uint16 index, uint16 id=0xffff) |
|
Feature * | getFeaturePtr (uint16 id) |
|
uint16 | getNewFeatureId () |
|
void | removeFeature (Feature *feature, bool free) |
|
void | insertUnderCursor (Feature *feature) |
|
Feature * | pointOnFeature (bool topdown, uint32 flags, Common::Point pos) |
|
void | sortView () |
|