sead
Loading...
Searching...
No Matches
agl::utl::INamedObj Class Reference

#include <aglNamedObj.h>

Inherits sead::hostio::Node.

Inherited by agl::env::EnvObj.

Public Member Functions

 INamedObj ()
virtual ~INamedObj ()
virtual const sead::SafeStringgetObjName () const
virtual const sead::SafeStringgetGroupName () const
virtual s32 getObjType () const
virtual bool isHostIOEnabled () const

Static Public Member Functions

static const sead::SafeStringgetDefaultGroupName ()

Constructor & Destructor Documentation

◆ INamedObj()

agl::utl::INamedObj::INamedObj ( )

◆ ~INamedObj()

agl::utl::INamedObj::~INamedObj ( )
virtual

Member Function Documentation

◆ getDefaultGroupName()

const sead::SafeString & agl::utl::INamedObj::getDefaultGroupName ( )
static

◆ getObjName()

virtual const sead::SafeString & agl::utl::INamedObj::getObjName ( ) const
inlinevirtual

Reimplemented in agl::env::EnvObj.

◆ getGroupName()

virtual const sead::SafeString & agl::utl::INamedObj::getGroupName ( ) const
inlinevirtual

Reimplemented in agl::env::EnvObj.

◆ getObjType()

virtual s32 agl::utl::INamedObj::getObjType ( ) const
inlinevirtual

Reimplemented in agl::env::EnvObj.

◆ isHostIOEnabled()

virtual bool agl::utl::INamedObj::isHostIOEnabled ( ) const
inlinevirtual

Reimplemented in agl::env::EnvObj.