HUDグリッドレイアウトモジュールクラス More...
#include <GxModUnitHudBoxGrid.h>


Public Member Functions | |
初期化 | |
| GxModUnitHudBoxGrid (void) | |
| デフォルトコンストラクタ | |
| ~GxModUnitHudBoxGrid (void) override | |
| デストラクタ | |
アクセサ | |
| GX_FORCE_INLINE void | setCellSize (GxSize size) |
| セルサイズ設定 | |
| GX_FORCE_INLINE void | setSpacing (GxSize spacing) |
| スペース設定 | |
| constexpr void | setConstraintLayoutNum (u32 num) |
| レイアウト数設定 | |
Public Member Functions inherited from GxModUnitHudBoxBase | |
| GxModUnitHudBoxBase (void) | |
| デフォルトコンストラクタ | |
| ~GxModUnitHudBoxBase (void) override | |
| デストラクタ | |
| constexpr s32 | getPaddingWidth (void) const |
| パディング幅取得 | |
| constexpr s32 | getPaddingHeight (void) const |
| パディング縦取得 | |
| GX_FORCE_INLINE const GxRect & | getPadding (void) const |
| パディング取得 | |
| GX_FORCE_INLINE void | setPadding (GxRect padding) |
| パディング設定 | |
| constexpr GxUnit2DBase::LAYOUT | getChildLayout (void) const |
| 子供のレイアウトを取得 | |
| constexpr void | setChildLayout (GxUnit2DBase::LAYOUT layout) |
| 子供のレイアウトを設定 | |
| constexpr GxUnitHudScrollView::LAYOUT_AXIS | getLayoutAxis (void) const |
| レイアウト軸を取得 | |
| constexpr void | setLayoutAxis (GxUnitHudScrollView::LAYOUT_AXIS axis) |
| レイアウト軸を設定 | |
Public Member Functions inherited from GxModUnitBase | |
| GxModUnitBase (void) | |
| デフォルトコンストラクタ | |
| ~GxModUnitBase (void) override | |
| デストラクタ | |
Public Member Functions inherited from GxModBase | |
| GxModBase (void) | |
| デフォルトコンストラクタ | |
| virtual | ~GxModBase (void) |
| デストラクタ | |
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) |
| デフォルトオブジェクト判定 | |
Protected Attributes | |
メンバ変数 | |
| GxSize | _cellSize |
| セルサイズ | |
| GxSize | _spacing |
| スペース | |
| u32 | _constraintLayoutNum |
| レイアウト数 | |
Protected Attributes inherited from GxModUnitHudBoxBase | |
| GxRect | _padding |
| パディング | |
| GxUnit2DBase::LAYOUT | _childLayout |
| 子供のレイアウト | |
| GxUnitHudScrollView::LAYOUT_AXIS | _layoutAxis |
| レイアウト軸 | |
操作 | |
| const GxSize | calculationRegionSize (b32 isAddPadding=true) const override |
| 領域サイズ計算 | |
| void | updateInner (void) override |
| 更新内部処理 | |
Additional Inherited Members | |
Static Public Member Functions inherited from GxModUnitHudBoxBase | |
| static GX_FORCE_INLINE const GxRtti & | getOwnerDerivedRtti (void) |
| 所持者に必要な継承RTTIを取得 | |
Static Public Member Functions inherited from GxClassBaseRoot | |
| static GX_FORCE_INLINE GxRtti & | __getStaticRtti (void) |
| Rttiの取得 | |
Protected Member Functions inherited from GxModUnitHudBoxBase | |
| void | asyncUpdate (void) override |
| 並列更新 | |
| void | forceAsyncUpdate (void) override |
| 強制並列更新(pause中も実行) | |
Protected Member Functions inherited from GxModUnitBase | |
| virtual GX_FORCE_INLINE b32 | setup (void) |
| セットアップ(preAsyncUpdate前に初回のみ実行される) | |
| virtual GX_FORCE_INLINE void | preAsyncUpdate (void) |
| 並列更新(asyncUpdateの前に実行される) | |
| virtual GX_FORCE_INLINE void | postAsyncUpdate (void) |
| 並列更新(asyncUpdateの後に実行される) | |
| virtual GX_FORCE_INLINE void | sequentialUpdate (void) |
| 逐次更新 | |
| virtual GX_FORCE_INLINE void | render (void) |
| 描画 | |
| virtual GX_FORCE_INLINE b32 | setRenderMaterial (GxRenderMaterial *) |
| マテリアルの描画設定 | |
| GX_FORCE_INLINE GxUnitBase * | getOwner (void) const |
| 所持者を取得 | |
| GX_FORCE_INLINE GxFlag32Index< UPDATE_TYPE > | getUpdateEnable (void) const |
| 更新を呼ぶかを取得 | |
| GX_FORCE_INLINE void | setUpdateEnable (UPDATE_TYPE updateType, b32 enable) |
| 更新を呼ぶかを設定 | |
Protected Member Functions inherited from GxModBase | |
| constexpr GxClassBaseRoot * | getOwner (void) const |
| 所持者を取得 | |
| virtual GX_FORCE_INLINE void | setOwner (GxClassBaseRoot *pOwner) |
| 所持者を設定 | |
Static Protected Member Functions inherited from GxModUnitBase | |
| static const GxRtti & | getOwnerDerivedRtti (void) |
| 所持者に必要な継承RTTIを取得 | |
HUDグリッドレイアウトモジュールクラス
|
overridevirtual |
領域サイズ計算
| isAddPadding | [in] パディング加算判定 |
Reimplemented from GxModUnitHudBoxBase.


|
overrideprotectedvirtual |