SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GalaxyNamePlate Class Reference
Inheritance diagram for GalaxyNamePlate:
LayoutActor NameObj

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 &)
 
LayoutManagergetLayoutManager () 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
 
GalaxyNamePlateDrawerEntrymDrawerEntry
 
s32 _2C
 
u8 _30
 
- Public Attributes inherited from LayoutActor
LayoutManagermManager
 
SpinemSpine
 
PaneEffectKeepermPaneEffectKeeper
 
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.
 

Detailed Description

Definition at line 12 of file GalaxyNamePlate.hpp.

Member Function Documentation

◆ init()

virtual void GalaxyNamePlate::init ( const JMapInfoIter & rIter)
virtual

Intializes the NameObj and can set various settings and construct necessary classes.

Parameters
rIterA reference to the JMapInfoIter that supplies BCSV information.

Reimplemented from NameObj.

◆ kill()

virtual void GalaxyNamePlate::kill ( )
virtual

Reimplemented from LayoutActor.

◆ control()

void GalaxyNamePlate::control ( )
virtual

Reimplemented from LayoutActor.

Definition at line 23 of file GalaxyNamePlate.cpp.

◆ showUnknown()

void GalaxyNamePlate::showUnknown ( bool a1)

Definition at line 3 of file GalaxyNamePlate.cpp.

◆ showNew()

void GalaxyNamePlate::showNew ( bool a1)

Definition at line 7 of file GalaxyNamePlate.cpp.

◆ showOpen()

void GalaxyNamePlate::showOpen ( bool a1)

Definition at line 11 of file GalaxyNamePlate.cpp.

◆ show()

void GalaxyNamePlate::show ( const wchar_t * pName,
bool a2 )

Definition at line 15 of file GalaxyNamePlate.cpp.

◆ setShowBalloonNozzle()

void GalaxyNamePlate::setShowBalloonNozzle ( bool show)

Definition at line 19 of file GalaxyNamePlate.cpp.

Member Data Documentation

◆ mGalaxyName

const char* GalaxyNamePlate::mGalaxyName

Definition at line 33 of file GalaxyNamePlate.hpp.

◆ _24

bool GalaxyNamePlate::_24

Definition at line 34 of file GalaxyNamePlate.hpp.

◆ _25

bool GalaxyNamePlate::_25

Definition at line 35 of file GalaxyNamePlate.hpp.

◆ mShowBalloonNozzle

bool GalaxyNamePlate::mShowBalloonNozzle

Definition at line 36 of file GalaxyNamePlate.hpp.

◆ _27

u8 GalaxyNamePlate::_27

Definition at line 37 of file GalaxyNamePlate.hpp.

◆ mDrawerEntry

GalaxyNamePlateDrawerEntry* GalaxyNamePlate::mDrawerEntry

Definition at line 38 of file GalaxyNamePlate.hpp.

◆ _2C

s32 GalaxyNamePlate::_2C

Definition at line 39 of file GalaxyNamePlate.hpp.

◆ _30

u8 GalaxyNamePlate::_30

Definition at line 40 of file GalaxyNamePlate.hpp.