OROCHI
 
Loading...
Searching...
No Matches
GxUnitHudScrollViewport.h
Go to the documentation of this file.
1//===========================================================================
9//===========================================================================
10#pragma once
11
12GX_HUD_NAMESPACE_BEGIN()
13
14//===========================================================================
16//===========================================================================
18{
19 //-------------------------------------------------------------
21 //-------------------------------------------------------------
23public:
24 // RTTI定義
25 GX_RTTI_CLASS_NAME(GxUnitHudScrollViewport, GxUnitHudImage, "ビューポート")
26 // ClassBaseReference継承クラス用禁止宣言
28
29
30 //-------------------------------------------------------------
32 //-------------------------------------------------------------
34public:
37
39 b32 setup( void ) override;
40
42 //-------------------------------------------------------------
44 //-------------------------------------------------------------
46protected:
48 void asyncUpdate( void ) override;
50 void forceAsyncUpdate( void ) override;
51
52private:
54 void autoAdjust( void );
55
57 //-------------------------------------------------------------
59 //-------------------------------------------------------------
61public:
63 constexpr GxUnitHudScrollContent* getUnitContent( void ) const { return _pUnitContent; }
64
66 //-------------------------------------------------------------
68 //-------------------------------------------------------------
70protected:
72
74};
75
76GX_HUD_NAMESPACE_END()
#define GX_PROHIBIT_CLASS_BASE_REFERENCE(__CLASS__)
GxClassBaseReference継承の禁止宣言(new以外の生成禁止 + コピー禁止)
Definition GxBase.h:244
HUD画像ユニットクラス
Definition GxUnitHudImage.h:18
HUDスクロールコンテンツユニットクラス
Definition GxUnitHudScrollContent.h:18
HUDスクロールビューポートユニットクラス
Definition GxUnitHudScrollViewport.h:18
GxUnitHudScrollContent * _pUnitContent
コンテンツユニット
Definition GxUnitHudScrollViewport.h:71
constexpr GxUnitHudScrollContent * getUnitContent(void) const
コンテンツユニットを取得
Definition GxUnitHudScrollViewport.h:63
32bitブーリアン
Definition GxDefine.h:173