15GX_CORE_NAMESPACE_BEGIN()
20class GxGuiPropertyScale : public GxGuiPropertyClass
27 GX_RTTI_CLASS(GxGuiPropertyScale, GxGuiPropertyClass)
38 GxGuiPropertyScale(
void);
49 b32 initialize(
void )
override;
52 void update(
void )
override;
61 constexpr GxGuiButtonHandle* getGuiButtonHandle(
void )
const {
return _pGuiButtonHandle; }
66 void setParentMatrix(
const GxMatrix44* pMatrix);
76 GxGuiButtonHandle* _pGuiButtonHandle;
80 u32 _parentMatrixIndex;
85GX_CORE_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
void GxTypedObject
その他
Definition GxDefine.h:213
プロパティクラス
Definition GxProperty.h:48
4×4行列(行優先)
Definition GxMatrix.h:607
アフィン変換行列(行優先)
Definition GxMatrix.h:330
32bitブーリアン
Definition GxDefine.h:173