|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| SubMeterLayout (const char *, const char *) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | control () |
| void | setLifeRatio (f32) |
| void | requestDeactivate () |
| void | requestAppear () |
| void | requestFrameIn () |
| void | requestFrameOut () |
Public Member Functions inherited from LayoutActor | |
| LayoutActor (const char *, bool) | |
| virtual void | movement () |
| virtual void | draw () const |
| Draws the object. Does nothing until overridden. | |
| virtual void | calcAnim () |
| virtual void | appear () |
| virtual void | kill () |
| void | initNerve (const Nerve *) |
| void | setNerve (const Nerve *) const |
| bool | isNerve (const Nerve *) const |
| s32 | getNerveStep () const |
| const TVec2f | getTrans () const |
| void | setTrans (const TVec2f &) |
| LayoutManager * | getLayoutManager () const |
| void | initLayoutManager (const char *, u32) |
| void | initLayoutManagerNoConvertFilename (const char *, u32) |
| void | initLayoutManagerWithTextBoxBufferLength (const char *, u32, u32) |
| void | initEffectKeeper (int, const char *, const EffectSystem *) |
| void | updateSpine () |
| void | initPointingTarget (int) |
Public Member Functions inherited from NameObj | |
| NameObj (const char *pName) | |
| Constructs a new NameObj instance. | |
| virtual void | initAfterPlacement () |
| virtual void | calcViewAndEntry () |
| void | initWithoutIter () |
| Initializes a NameObj without a JMapInfoIter instance. | |
| void | setName (const char *pName) |
| Sets the NameObj's mName. | |
| void | executeMovement () |
| void | requestSuspend () |
| void | requestResume () |
| void | syncWithFlags () |
Public Attributes | |
| u8 | _20 |
| u8 | _21 |
| u16 | _22 |
| u16 | _24 |
| u16 | _26 |
Public Attributes inherited from LayoutActor | |
| LayoutManager * | mManager |
| Spine * | mSpine |
| PaneEffectKeeper * | mPaneEffectKeeper |
| StarPointerLayoutTargetKeeper * | mStarPointerTargetKeeper |
| LayoutActorFlag | mFlags |
Public Attributes inherited from NameObj | |
| const char * | mName |
| A string to identify the NameObj. | |
| volatile u16 | mFlags |
| Flags in relation to movement. | |
| s16 | mExecutorIdx |
| The index into the NameObjExecuteInfo array. | |
Definition at line 10 of file SubMeterLayout.hpp.
| SubMeterLayout::SubMeterLayout | ( | const char * | pName, |
| const char * | pLayoutName ) |
Definition at line 4 of file SubMeterLayout.cpp.
|
virtual |
Definition at line 120 of file SubMeterLayout.cpp.
|
virtual |
Intializes the NameObj and can set various settings and construct necessary classes.
| rIter | A reference to the JMapInfoIter that supplies BCSV information. |
Reimplemented from NameObj.
Definition at line 10 of file SubMeterLayout.cpp.
|
virtual |
Reimplemented from LayoutActor.
Definition at line 49 of file SubMeterLayout.cpp.
| void SubMeterLayout::setLifeRatio | ( | f32 | ratio | ) |
Definition at line 19 of file SubMeterLayout.cpp.
| void SubMeterLayout::requestDeactivate | ( | ) |
Definition at line 25 of file SubMeterLayout.cpp.
| void SubMeterLayout::requestAppear | ( | ) |
Definition at line 30 of file SubMeterLayout.cpp.
| void SubMeterLayout::requestFrameIn | ( | ) |
Definition at line 37 of file SubMeterLayout.cpp.
| void SubMeterLayout::requestFrameOut | ( | ) |
Definition at line 44 of file SubMeterLayout.cpp.
| u8 SubMeterLayout::_20 |
Definition at line 24 of file SubMeterLayout.hpp.
| u8 SubMeterLayout::_21 |
Definition at line 25 of file SubMeterLayout.hpp.
| u16 SubMeterLayout::_22 |
Definition at line 26 of file SubMeterLayout.hpp.
| u16 SubMeterLayout::_24 |
Definition at line 27 of file SubMeterLayout.hpp.
| u16 SubMeterLayout::_26 |
Definition at line 28 of file SubMeterLayout.hpp.