diff options
author | chai <chaifix@163.com> | 2019-03-27 09:07:54 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-27 09:07:54 +0800 |
commit | 66c5fdc564dd892ed265132d6c1378dbe3cebcee (patch) | |
tree | 909848ed622b35c8653c961c9ebed8c574bb150e /source/Asura.Editor | |
parent | d9041d6e12ded456c17622f7f2e7bbacb9e99b1a (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor')
-rw-r--r-- | source/Asura.Editor/scripts/scene_view.lua | 3 | ||||
-rw-r--r-- | source/Asura.Editor/system/file_watcher.cpp | 0 | ||||
-rw-r--r-- | source/Asura.Editor/system/file_watcher.h | 0 | ||||
-rw-r--r-- | source/Asura.Editor/widgets/button.h | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/source/Asura.Editor/scripts/scene_view.lua b/source/Asura.Editor/scripts/scene_view.lua index db4790f..b6097f3 100644 --- a/source/Asura.Editor/scripts/scene_view.lua +++ b/source/Asura.Editor/scripts/scene_view.lua @@ -1 +1,4 @@ -- 场景窗口 +local scene = AsuraEditor.Window.New("Window/Scene View") + + diff --git a/source/Asura.Editor/system/file_watcher.cpp b/source/Asura.Editor/system/file_watcher.cpp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/source/Asura.Editor/system/file_watcher.cpp diff --git a/source/Asura.Editor/system/file_watcher.h b/source/Asura.Editor/system/file_watcher.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/source/Asura.Editor/system/file_watcher.h diff --git a/source/Asura.Editor/widgets/button.h b/source/Asura.Editor/widgets/button.h index 8edc919..305cd35 100644 --- a/source/Asura.Editor/widgets/button.h +++ b/source/Asura.Editor/widgets/button.h @@ -54,6 +54,9 @@ namespace AsuraEditor private: + LUAX_DECL_ENUM(ButtonStatus); + LUAX_DECL_ENUM(ButtonMessage); + LUAX_DECL_METHOD(_Connect); LUAX_DECL_METHOD(_Disconnect); LUAX_DECL_METHOD(_SetImage); |