Alias for Panels; preferred name for WindowContent registration.
More...
Typedefs | |
| using | EditorFactory |
Functions | |
| void | RegisterFactory (EditorFactory factory) |
| std::vector< std::unique_ptr< Editor > > | CreateAll (const EditorDependencies &deps) |
| template<typename T > | |
| void | add () |
Alias for Panels; preferred name for WindowContent registration.
Registry for Editors (full workspace tabs).
Definition at line 241 of file content_registry.h.
| void yaze::editor::ContentRegistry::Editors::RegisterFactory | ( | EditorFactory | factory | ) |
Definition at line 387 of file content_registry.cc.
Referenced by add().
| std::vector< std::unique_ptr< Editor > > yaze::editor::ContentRegistry::Editors::CreateAll | ( | const EditorDependencies & | deps | ) |
Definition at line 392 of file content_registry.cc.
| void yaze::editor::ContentRegistry::Editors::add | ( | ) |
Definition at line 247 of file content_registry.h.
References RegisterFactory().
