|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| IconAButton (bool, bool) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | control () |
| void | setFollowActorPane (LayoutActor *, const char *) |
| bool | isOpen () |
| bool | isWait () |
| void | openWithTalk () |
| void | openWithRead () |
| void | openWithTurn () |
| void | openWithoutMessage () |
| void | term () |
| void | exeOpen () |
| void | exeTerm () |
| void | exeWait () |
| void | updateFollowPos () |
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 | |
| TVec2f | mFollowPos |
| LayoutActor * | mFollowActor |
| char | mFollowPane [0x18] |
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 7 of file IconAButton.hpp.
| IconAButton::IconAButton | ( | bool | connectToScene, |
| bool | connectToPause ) |
Definition at line 5 of file IconAButton.cpp.
|
virtual |
Definition at line 109 of file IconAButton.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 22 of file IconAButton.cpp.
|
virtual |
Reimplemented from LayoutActor.
Definition at line 99 of file IconAButton.cpp.
| void IconAButton::setFollowActorPane | ( | LayoutActor * | pActor, |
| const char * | pName ) |
Definition at line 30 of file IconAButton.cpp.
| bool IconAButton::isOpen | ( | ) |
Definition at line 36 of file IconAButton.cpp.
| bool IconAButton::isWait | ( | ) |
Definition at line 40 of file IconAButton.cpp.
| void IconAButton::openWithTalk | ( | ) |
Definition at line 44 of file IconAButton.cpp.
| void IconAButton::openWithRead | ( | ) |
Definition at line 52 of file IconAButton.cpp.
| void IconAButton::openWithTurn | ( | ) |
Definition at line 60 of file IconAButton.cpp.
| void IconAButton::openWithoutMessage | ( | ) |
Definition at line 68 of file IconAButton.cpp.
| void IconAButton::exeOpen | ( | ) |
Definition at line 79 of file IconAButton.cpp.
| void IconAButton::exeTerm | ( | ) |
Definition at line 89 of file IconAButton.cpp.
|
inline |
Definition at line 26 of file IconAButton.hpp.
| void IconAButton::updateFollowPos | ( | ) |
Definition at line 103 of file IconAButton.cpp.
| TVec2f IconAButton::mFollowPos |
Definition at line 34 of file IconAButton.hpp.
| LayoutActor* IconAButton::mFollowActor |
Definition at line 35 of file IconAButton.hpp.
| char IconAButton::mFollowPane[0x18] |
Definition at line 36 of file IconAButton.hpp.