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

Public Member Functions

 BloomArea (int, const char *)
 
virtual void init (const JMapInfoIter &)
 Intializes the NameObj and can set various settings and construct necessary classes.
 
virtual const char * getManagerName () const
 
- Public Member Functions inherited from ImageEffectArea
 ImageEffectArea (EImageEffectType, int, const char *)
 
virtual bool isSyncWithPlayer () const
 
- Public Member Functions inherited from AreaObj
 AreaObj (int, const char *)
 
virtual bool isInVolume (const TVec3f &) const
 
void onSwitchA ()
 
void offSwitchA ()
 
bool isOnSwitchA () const
 
bool isOnSwitchB () const
 
bool isValidSwitchA () const
 
bool isValidSwitchB () const
 
void setFollowMtx (const TPos3f *)
 
TPos3f * getFollowMtx () const
 
void validate ()
 
void invalidate ()
 
bool isValid () const
 
void awake ()
 
void sleep ()
 
- Public Member Functions inherited from NameObj
 NameObj (const char *pName)
 Constructs a new NameObj instance.
 
virtual void initAfterPlacement ()
 
virtual void movement ()
 
virtual void draw () const
 Draws the object. Does nothing until overridden.
 
virtual void calcAnim ()
 
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 _40
 
u8 _41
 
u8 _42 [2]
 
s32 _44
 
s32 _48
 
- Public Attributes inherited from ImageEffectArea
s32 mEffectType
 
- Public Attributes inherited from AreaObj
AreaFormmForm
 
int mType
 
bool mValid
 
bool _15
 
bool mAwake
 
s32 mObjArg0
 
s32 mObjArg1
 
s32 mObjArg2
 
s32 mObjArg3
 
s32 mObjArg4
 
s32 mObjArg5
 
s32 mObjArg6
 
s32 mObjArg7
 
StageSwitchCtrlmSwitchCtrl
 
- 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.
 

Additional Inherited Members

- Public Types inherited from ImageEffectArea
enum  EImageEffectType { IMAGE_EFFECT_TYPE_BLOOM = 0 , IMAGE_EFFECT_TYPE_SIMPLE_BLOOM = 1 , IMAGE_EFFECT_TYPE_BLUR = 2 , IMAGE_EFFECT_TYPE_DOF = 3 }
 

Detailed Description

Definition at line 5 of file BloomArea.hpp.

Constructor & Destructor Documentation

◆ BloomArea()

BloomArea::BloomArea ( int type,
const char * pName )

Definition at line 4 of file BloomArea.cpp.

◆ ~BloomArea()

BloomArea::~BloomArea ( )
virtual

Definition at line 12 of file BloomArea.cpp.

Member Function Documentation

◆ init()

void BloomArea::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 AreaObj.

Definition at line 16 of file BloomArea.cpp.

◆ getManagerName()

const char * BloomArea::getManagerName ( ) const
virtual

Reimplemented from AreaObj.

Definition at line 37 of file BloomArea.cpp.

Member Data Documentation

◆ _40

u8 BloomArea::_40

Definition at line 13 of file BloomArea.hpp.

◆ _41

u8 BloomArea::_41

Definition at line 14 of file BloomArea.hpp.

◆ _42

u8 BloomArea::_42[2]

Definition at line 15 of file BloomArea.hpp.

◆ _44

s32 BloomArea::_44

Definition at line 16 of file BloomArea.hpp.

◆ _48

s32 BloomArea::_48

Definition at line 17 of file BloomArea.hpp.