|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| GalaxyNamePlate (const char *, bool) | |
| virtual void | init (const JMapInfoIter &) |
| Intializes the NameObj and can set various settings and construct necessary classes. | |
| virtual void | kill () |
| virtual void | control () |
| void | showUnknown (bool) |
| void | showNew (bool) |
| void | showOpen (bool) |
| void | show (const wchar_t *, bool) |
| void | setPos3D (const TVec3f &) |
| void | setShowBalloonNozzle (bool) |
| void | show (const wchar_t *, s32, bool, bool) |
| void | exeAppearReady () |
| void | exeAppear () |
| void | exeWait () |
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 () |
| 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 | |
| const char * | mGalaxyName |
| bool | _24 |
| bool | _25 |
| bool | mShowBalloonNozzle |
| u8 | _27 |
| GalaxyNamePlateDrawerEntry * | mDrawerEntry |
| s32 | _2C |
| u8 | _30 |
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 12 of file GalaxyNamePlate.hpp.
|
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.
|
virtual |
Reimplemented from LayoutActor.
|
virtual |
Reimplemented from LayoutActor.
Definition at line 23 of file GalaxyNamePlate.cpp.
| void GalaxyNamePlate::showUnknown | ( | bool | a1 | ) |
Definition at line 3 of file GalaxyNamePlate.cpp.
| void GalaxyNamePlate::showNew | ( | bool | a1 | ) |
Definition at line 7 of file GalaxyNamePlate.cpp.
| void GalaxyNamePlate::showOpen | ( | bool | a1 | ) |
Definition at line 11 of file GalaxyNamePlate.cpp.
| void GalaxyNamePlate::show | ( | const wchar_t * | pName, |
| bool | a2 ) |
Definition at line 15 of file GalaxyNamePlate.cpp.
| void GalaxyNamePlate::setShowBalloonNozzle | ( | bool | show | ) |
Definition at line 19 of file GalaxyNamePlate.cpp.
| const char* GalaxyNamePlate::mGalaxyName |
Definition at line 33 of file GalaxyNamePlate.hpp.
| bool GalaxyNamePlate::_24 |
Definition at line 34 of file GalaxyNamePlate.hpp.
| bool GalaxyNamePlate::_25 |
Definition at line 35 of file GalaxyNamePlate.hpp.
| bool GalaxyNamePlate::mShowBalloonNozzle |
Definition at line 36 of file GalaxyNamePlate.hpp.
| u8 GalaxyNamePlate::_27 |
Definition at line 37 of file GalaxyNamePlate.hpp.
| GalaxyNamePlateDrawerEntry* GalaxyNamePlate::mDrawerEntry |
Definition at line 38 of file GalaxyNamePlate.hpp.
| s32 GalaxyNamePlate::_2C |
Definition at line 39 of file GalaxyNamePlate.hpp.
| u8 GalaxyNamePlate::_30 |
Definition at line 40 of file GalaxyNamePlate.hpp.