OpenBarnyard
 
Loading...
Searching...
No Matches
ASkeletonDoneJob Class Reference

#include <ASkeletonDoneJob.h>

Inheritance diagram for ASkeletonDoneJob:
AMainThreadJob

Public Member Functions

virtual void BeginJob () override
 
virtual TBOOL RunJob () override
 
void InitJob (ATerrainVIS *a_pVIS, ATRBLoaderJob *a_pTRBJob)
 
- Public Member Functions inherited from AMainThreadJob
virtual ~AMainThreadJob ()=default
 
virtual TBOOL CancelJob ()
 
TBOOL IsFinished () const
 

Additional Inherited Members

- Protected Attributes inherited from AMainThreadJob
TBOOL m_bIsFinished = TFALSE
 

Detailed Description

Definition at line 5 of file ASkeletonDoneJob.h.

Member Function Documentation

◆ BeginJob()

void ASkeletonDoneJob::BeginJob ( )
overridevirtual

Implements AMainThreadJob.

Definition at line 10 of file ASkeletonDoneJob.cpp.

11{
12}

◆ InitJob()

void ASkeletonDoneJob::InitJob ( ATerrainVIS * a_pVIS,
ATRBLoaderJob * a_pTRBJob )

Definition at line 21 of file ASkeletonDoneJob.cpp.

22{
23 m_pVIS = a_pVIS;
24 m_pTRBLoaderJob = a_pTRBJob;
25}

◆ RunJob()

TBOOL ASkeletonDoneJob::RunJob ( )
overridevirtual

Implements AMainThreadJob.

Definition at line 14 of file ASkeletonDoneJob.cpp.

15{
16 m_pVIS->GetLocatorList()->LoadFromTRB( m_pTRBLoaderJob->GetStream().GetTRB() );
17
18 return TTRUE;
19}
#define TTRUE
Definition Typedefs.h:25

The documentation for this class was generated from the following files: