NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::lyt::Group Class Reference

Description

Definition at line 54 of file lyt_group.h.

Public Member Functions

 Group (const res::Group *pRes, Pane *pRootPane)
 
void AppendPane (Pane *pPane)
 
detail::PaneLinkList & GetPaneList ()
 
const char * GetName () const
 
bool IsUserAllocated () const
 
 NW4R_UT_LINKLIST_NODE_DECL ()
 

Protected Attributes

detail::PaneLinkList mPaneLinkList
 
char mName [NW4R_LYT_RES_NAME_LEN+1]
 
bool mbUserAllocated
 
u8 PADDING_0x2A [0x2C - 0x2A]
 

Private Member Functions

void Init ()
 

Member Function Documentation

◆ GetPaneList()

detail::PaneLinkList & nw4r::lyt::Group::GetPaneList ( )
inline

Definition at line 61 of file lyt_group.h.

◆ GetName()

const char * nw4r::lyt::Group::GetName ( ) const
inline

Definition at line 65 of file lyt_group.h.

◆ IsUserAllocated()

bool nw4r::lyt::Group::IsUserAllocated ( ) const
inline

Definition at line 69 of file lyt_group.h.

Member Data Documentation

◆ mPaneLinkList

detail::PaneLinkList nw4r::lyt::Group::mPaneLinkList
protected

Definition at line 77 of file lyt_group.h.

◆ mName

char nw4r::lyt::Group::mName[NW4R_LYT_RES_NAME_LEN+1]
protected

Definition at line 78 of file lyt_group.h.

◆ mbUserAllocated

bool nw4r::lyt::Group::mbUserAllocated
protected

Definition at line 79 of file lyt_group.h.

◆ PADDING_0x2A

u8 nw4r::lyt::Group::PADDING_0x2A[0x2C - 0x2A]
protected

Definition at line 80 of file lyt_group.h.