15GX_CORE_NAMESPACE_BEGIN()
20class GxGuiPropertyBar : public GxGuiPropertyParameter
27 GX_RTTI_CLASS(GxGuiPropertyBar, GxGuiPropertyParameter)
38 GxGuiPropertyBar(
void);
49 b32 initialize(
void )
override;
52 void onDraw(
void )
override;
61 void setBarColor(
const GxColor& backColor,
const GxColor& bodyColor );
78GX_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
実行時型情報クラス
Definition GxRtti.h:154
32bitブーリアン
Definition GxDefine.h:173