初期化クラス More...
#include <GxSysMovie.h>


Public Member Functions | |
定義 | |
| GX_RTTI_CLASS (GxMovieInitialInformation, GxMovieInitialInformationBase) | |
| GX_PROHIBIT_CLASS_BASE (GxMovieInitialInformation) | |
初期化 | |
| GxMovieInitialInformation (void) | |
| デフォルトコンストラクタ | |
Public Member Functions inherited from GxMovieInitialInformationBase | |
| GxMovieInitialInformationBase (void) | |
| デフォルトコンストラクタ | |
| virtual void | loadJson (const GxJson::GxJsonNode &jsonNode) |
| JSONから読み込み | |
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 GxClassBaseRoot & | operator= (const GxClassBaseRoot &) |
| 代入演算子 | |
| virtual GxRtti & | getRtti (void) const =0 |
| Rttiの取得 | |
| virtual GX_FORCE_INLINE const GxTypedObject * | getDefaultObject (void) |
| デフォルトオブジェクトを取得 | |
| GX_FORCE_INLINE b32 | isDefaultObject (void) |
| デフォルトオブジェクト判定 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
Public Attributes inherited from GxMovieInitialInformationBase | |
| u32 | _decoderPipelineNumMax |
| デコーダパイプライン最大数 | |
Static Public Attributes inherited from GxMovieInitialInformationBase | |
| static constexpr u32 | DECODER_PIPELINE_NUM_MAX = GxMath::VALUE_8 |
| RTTI宣言 | |
初期化クラス