HUD水平/垂直レイアウトモジュールクラス
More...
#include <GxModUnitHudBox.h>
|
|
|
| GxModUnitHudBox (void) |
| | デフォルトコンストラクタ
|
| |
|
| ~GxModUnitHudBox (void) override |
| | デストラクタ
|
| |
|
|
constexpr s32 | getSpacing (void) const |
| | スペース取得
|
| |
|
constexpr void | setSpacing (s32 spacing) |
| | スペース設定
|
| |
|
GX_FORCE_INLINE void | setAutoAdjustChildSizeWidth (b32 on) |
| | 子供の横幅を自動調整する設定
|
| |
|
GX_FORCE_INLINE void | setAutoAdjustChildSizeHeight (b32 on) |
| | 子供の縦幅を自動調整する設定
|
| |
|
| 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 GxModUnitHudBox::calculationRegionSize |
( |
b32 | isAddPadding = true | ) |
const |
|
overridevirtual |
領域サイズ計算
- Parameters
-
| isAddPadding | [in] パディング加算判定 |
- Returns
- 領域サイズ
Reimplemented from GxModUnitHudBoxBase.
◆ updateInner()
| void GxModUnitHudBox::updateInner |
( |
void | | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxHud/src/GxModUnitHudBox.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxHud/src/GxModUnitHudBox.cpp