OROCHI
 
Loading...
Searching...
No Matches
GxToolConfigUsedFilePath.h
Go to the documentation of this file.
1//===========================================================================
10//===========================================================================
11#pragma once
12
13#if GX_DEVELOP
14
15GX_CORE_NAMESPACE_BEGIN()
16
17//===========================================================================
19//===========================================================================
20class GxToolConfigUsedFilePath : public GxToolBase
21{
22 //-----------------------------------------------------------
24 //-----------------------------------------------------------
26public:
27 // RTTI定義
28 GX_RTTI_CLASS_NAME_ICON(GxToolConfigUsedFilePath, GxToolBase, "ファイル使用履歴", GxRtti::ICON_TYPE::CORE)
29
30
31 static const u32 FORM_POSITION_X;
33 static const u32 FORM_POSITION_Y;
35 static const u32 FORM_WIDTH;
37 static const u32 FORM_HEIGHT;
38
40 static const u32 PATH_WIDTH;
42 static const u32 EXTENSION_WIDTH;
44 static const u32 TIME_WIDTH;
45
47 //-----------------------------------------------------------
49 //-----------------------------------------------------------
51public:
53 GxToolConfigUsedFilePath( void );
54
56 b32 initialize(void) override;
57
59 //-----------------------------------------------------------
61 //-----------------------------------------------------------
63private:
65 void onDoubleClick( const GxPoint2& pos,u32 button ) override;
66
68 //-----------------------------------------------------------
70 //-----------------------------------------------------------
72private:
73 GxGuiPropertyTable* _pGuiPropertyTable;
74
76};
77
78GX_CORE_NAMESPACE_END()
79#endif // GX_DEVELOP
80
座標
Definition GxStruct.h:867
32bitブーリアン
Definition GxDefine.h:173