HUDグリッドレイアウトモジュールクラス
More...
#include <GxModUnitHudBoxGrid.h>
|
|
| GxModUnitHudBoxGrid (void) |
| デフォルトコンストラクタ
|
|
| ~GxModUnitHudBoxGrid (void) override |
| デストラクタ
|
|
|
GX_FORCE_INLINE void | setCellSize (GxSize size) |
| セルサイズ設定
|
|
GX_FORCE_INLINE void | setSpacing (GxSize spacing) |
| スペース設定
|
|
constexpr void | setConstraintLayoutNum (u32 num) |
| レイアウト数設定
|
|
| 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) |
| レイアウト軸を設定
|
|
| GxModUnitBase (void) |
| デフォルトコンストラクタ
|
|
| ~GxModUnitBase (void) override |
| デストラクタ
|
|
| GxModBase (void) |
| デフォルトコンストラクタ
|
|
virtual | ~GxModBase (void) |
| デストラクタ
|
|
constexpr | GxClassBase (void) |
| コンストラクタ
|
|
constexpr | GxClassBase (const GxClassBase &base) |
| コピーコンストラクタ
|
|
| ~GxClassBase (void) override |
| デストラクタ
|
|
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) |
| デフォルトオブジェクト判定
|
|
◆ calculationRegionSize()
const GxSize GxModUnitHudBoxGrid::calculationRegionSize |
( |
b32 | isAddPadding = true | ) |
const |
|
overridevirtual |
領域サイズ計算
- Parameters
-
isAddPadding | [in] パディング加算判定 |
- Returns
- 領域サイズ
Reimplemented from GxModUnitHudBoxBase.
◆ updateInner()
void GxModUnitHudBoxGrid::updateInner |
( |
void | | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: