sead
Loading...
Searching...
No Matches
sead::MethodTreeMgr Class Referenceabstract

#include <seadMethodTreeMgr.h>

Inherited by sead::DualScreenMethodTreeMgr.

Public Member Functions

 MethodTreeMgr ()
virtual ~MethodTreeMgr ()
virtual void attachMethod (s32, MethodTreeNode *)=0
virtual MethodTreeNodegetRootMethodTreeNode (s32)=0
virtual void pauseAll (bool)=0
virtual void pauseAppCalc (bool)=0
CriticalSectiongetTreeCriticalSection ()

Protected Attributes

CriticalSection mCS

Constructor & Destructor Documentation

◆ MethodTreeMgr()

sead::MethodTreeMgr::MethodTreeMgr ( )

◆ ~MethodTreeMgr()

virtual sead::MethodTreeMgr::~MethodTreeMgr ( )
virtual

Member Function Documentation

◆ attachMethod()

virtual void sead::MethodTreeMgr::attachMethod ( s32 ,
MethodTreeNode *  )
pure virtual

◆ getRootMethodTreeNode()

virtual MethodTreeNode * sead::MethodTreeMgr::getRootMethodTreeNode ( s32 )
pure virtual

◆ pauseAll()

virtual void sead::MethodTreeMgr::pauseAll ( bool )
pure virtual

◆ pauseAppCalc()

virtual void sead::MethodTreeMgr::pauseAppCalc ( bool )
pure virtual

◆ getTreeCriticalSection()

CriticalSection * sead::MethodTreeMgr::getTreeCriticalSection ( )
inline

Member Data Documentation

◆ mCS

CriticalSection sead::MethodTreeMgr::mCS
protected