载入中...
搜索中...
未找到
Public 属性 | |
| ssq::VM * | vm = nullptr |
| bool | allowWindow = true |
| std::string | rootDir |
| eve::window::Window * | win = nullptr |
| eve::graphics::Graphics * | gfx = nullptr |
| eve::ui::UI * | ui = nullptr |
| eve::event::Event * | event = nullptr |
| eve::timer::Timer * | timer = nullptr |
| bool | windowOpen = false |
| bool | inFrame = false |
| std::string | windowTitle |
| std::map< std::string, Editor > | editors |
| std::map< std::string, ssq::Table > | vms |
| std::map< std::string, std::string > | vmSources |
详细描述
在文件 EditorHost.cpp 第 519 行定义.
类成员变量说明
◆ allowWindow
| bool eve::ui::EditorHost::Impl::allowWindow = true |
在文件 EditorHost.cpp 第 521 行定义.
◆ editors
| std::map<std::string, Editor> eve::ui::EditorHost::Impl::editors |
在文件 EditorHost.cpp 第 531 行定义.
◆ event
| eve::event::Event* eve::ui::EditorHost::Impl::event = nullptr |
在文件 EditorHost.cpp 第 526 行定义.
◆ gfx
| eve::graphics::Graphics* eve::ui::EditorHost::Impl::gfx = nullptr |
在文件 EditorHost.cpp 第 524 行定义.
◆ inFrame
| bool eve::ui::EditorHost::Impl::inFrame = false |
在文件 EditorHost.cpp 第 529 行定义.
◆ rootDir
| std::string eve::ui::EditorHost::Impl::rootDir |
在文件 EditorHost.cpp 第 522 行定义.
◆ timer
| eve::timer::Timer* eve::ui::EditorHost::Impl::timer = nullptr |
在文件 EditorHost.cpp 第 527 行定义.
◆ ui
| eve::ui::UI* eve::ui::EditorHost::Impl::ui = nullptr |
在文件 EditorHost.cpp 第 525 行定义.
◆ vm
| ssq::VM* eve::ui::EditorHost::Impl::vm = nullptr |
在文件 EditorHost.cpp 第 520 行定义.
◆ vms
| std::map<std::string, ssq::Table> eve::ui::EditorHost::Impl::vms |
在文件 EditorHost.cpp 第 532 行定义.
◆ vmSources
| std::map<std::string, std::string> eve::ui::EditorHost::Impl::vmSources |
在文件 EditorHost.cpp 第 533 行定义.
◆ win
| eve::window::Window* eve::ui::EditorHost::Impl::win = nullptr |
在文件 EditorHost.cpp 第 523 行定义.
◆ windowOpen
| bool eve::ui::EditorHost::Impl::windowOpen = false |
在文件 EditorHost.cpp 第 528 行定义.
◆ windowTitle
| std::string eve::ui::EditorHost::Impl::windowTitle |
在文件 EditorHost.cpp 第 530 行定义.
该结构体的文档由以下文件生成:
- src/modules/ui/EditorHost.cpp