OROCHI
 
Loading...
Searching...
No Matches
GxSysMovie Class Reference

Movieシステム基底クラス More...

#include <GxSysMovie.h>

Inheritance diagram for GxSysMovie:
Collaboration diagram for GxSysMovie:

Public Member Functions

初期化
 GxSysMovie (void)
 デフォルトコンストラクタ
 
 ~GxSysMovie (void) override
 デストラクタ
 
b32 initialize (const GxClassBase *pInitialInformation) override
 初期化
 
void terminate (void) override
 終了処理
 
アクセサ
void getResourcePlatformPath (GxString &dst, GX_CSTR src)
 リソースプラットフォームパス取得
 
GX_FORCE_INLINE b32 isInitialized (void)
 初期化済判定取得
 
constexpr u32 getDecoderPipelineNumMax (void) const
 デコーダパイプライン最大数取得
 
- Public Member Functions inherited from GxSysMovieBase
 GxSysMovieBase (void)
 コンストラクタ
 
 ~GxSysMovieBase (void) override
 デストラクタ
 
- Public Member Functions inherited from GxSysBase
template<typename T >
T * getModule (void) const
 モジュールを取得
 
 GxSysBase (void)
 デフォルトコンストラクタ
 
 ~GxSysBase (void) override
 デストラクタ
 
virtual void update (void)
 更新
 
b32 isLocked (void)
 クリティカルセクションのロック状態を確認する
 
void sleep (f32 time)
 スリープ(スクリプト用)
 
- Public Member Functions inherited from GxClassBase
constexpr GxClassBase (void)
 コンストラクタ
 
constexpr GxClassBase (const GxClassBase &base)
 コピーコンストラクタ
 
 ~GxClassBase (void) override
 デストラクタ
 
- Public Member Functions inherited from GxClassBaseRoot
constexpr GxClassBaseRoot (void)
 コンストラクタ
 
constexpr GxClassBaseRoot (const GxClassBaseRoot &)
 コピーコンストラクタ
 
virtual ~GxClassBaseRoot (void)
 デストラクタ
 
constexpr GxClassBaseRootoperator= (const GxClassBaseRoot &)
 代入演算子
 
virtual GxRttigetRtti (void) const =0
 Rttiの取得
 
virtual GX_FORCE_INLINE const GxTypedObjectgetDefaultObject (void)
 デフォルトオブジェクトを取得
 
GX_FORCE_INLINE b32 isDefaultObject (void)
 デフォルトオブジェクト判定
 
- Public Member Functions inherited from SingletonBase< GxSysMovieBase >
 SingletonBase (void)
 コンストラクタ
 
 ~SingletonBase (void)
 デストラクタ
 

Protected Member Functions

操作
virtual b32 initializeInner (void)
 初期化
 
virtual void terminateInner (void)
 終了処理
 
- Protected Member Functions inherited from GxSysBase
void terminateGxModules (void)
 GXモジュールの終了処理
 
void lock (LOCK_TYPE type=LOCK_TYPE::THREAD_SAFE)
 クリティカルセクションに入る
 
void unlock (LOCK_TYPE type=LOCK_TYPE::THREAD_SAFE)
 クリティカルセクションを出る
 
template<typename T >
T * addModule (void)
 モジュールを作成
 
template<typename T >
void removeModule (void)
 モジュールを削除
 

Protected Attributes

メンバ変数
b32 _isInitialized
 初期化済判定
 
u32 _decoderPipelineNumMax
 デコーダパイプライン最大数
 

Additional Inherited Members

- Static Public Member Functions inherited from GxClassBaseRoot
static GX_FORCE_INLINE GxRtti__getStaticRtti (void)
 Rttiの取得
 
- Static Public Member Functions inherited from SingletonBase< GxSysMovieBase >
static GX_FORCE_INLINE GxSysMovieBasegetSingleton (void)
 参照を取得
 
static constexpr GxSysMovieBasegetSingletonPointer (void)
 ポインタを取得
 
- Protected Types inherited from GxSysBase
enum class  LOCK_TYPE { SEQUENTIAL_THREAD_SAFE , THREAD_SAFE }
 ロックタイプ More...
 

Detailed Description

Movieシステム基底クラス

Member Function Documentation

◆ getResourcePlatformPath()

void GxSysMovie::getResourcePlatformPath ( GxString & dst,
GX_CSTR src )

リソースプラットフォームパス取得

Parameters
dst[in] 置き換えパス
src[in] 置き換え元パス
Here is the call graph for this function:

◆ initialize()

b32 GxSysMovie::initialize ( const GxClassBase * pInitialInformation)
overridevirtual

初期化

Parameters
pInitialInformation[in] 初期化情報
Returns
成功ならtrue

Reimplemented from GxSysBase.

Here is the call graph for this function:

◆ initializeInner()

b32 GxSysMovie::initializeInner ( void )
protectedvirtual

初期化

Returns
成功ならtrue
Here is the caller graph for this function:

◆ terminate()

void GxSysMovie::terminate ( void )
overridevirtual

終了処理

Reimplemented from GxSysBase.

Here is the call graph for this function:
Here is the caller graph for this function:

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