mFrame
載入中...
搜尋中...
無符合項目
Updater.h
1
7#ifndef MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43
8#define MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43
9
10/* ***************************************************************************************
11 * Include
12 */
13
14//----------------------------------------------------------------------------------------
15
16//----------------------------------------------------------------------------------------
17#include "./../lang/Interface.h"
18
19/* ***************************************************************************************
20 * Namespace
21 */
22namespace ufm::util {
23 struct Updater;
24} // namespace ufm::util
25
26/* ***************************************************************************************
27 * Class/Interface/Struct/Enum
28 */
29
39 /* *************************************************************************************
40 * Method
41 */
42
49 virtual bool update(void) abstract;
50
57 virtual bool isUpdating(void) abstract;
58};
59
60/* ***************************************************************************************
61 * End of file
62 */
63
64#endif /* MFRAME_CF8A21F0_A644_4EE4_A29D_B76F28A9FD43 */
Definition Iterable.h:28
[Interface] 更新器介面
Definition Updater.h:38
virtual bool update(void) override
更新資源
virtual bool isUpdating(void) override
是否正在更新