#include <TemplateEditor.h>
Public Member Functions | |
| virtual te::layout::AbstractTemplate * | getTemplate () |
| TemplateEditor (te::layout::LayoutTemplateType type, std::string path) | |
| virtual | ~TemplateEditor () |
Protected Attributes | |
| te::layout::AbstractTemplate * | m_template |
Definition at line 41 of file TemplateEditor.h.
| te::layout::TemplateEditor::TemplateEditor | ( | te::layout::LayoutTemplateType | type, |
| std::string | path | ||
| ) |
Definition at line 35 of file TemplateEditor.cpp.
References te::layout::Context::getInstance(), te::layout::Context::getTemplateFactory(), m_template, and te::layout::AbstractTemplateFactory::make().
|
virtual |
Definition at line 42 of file TemplateEditor.cpp.
References te::layout::TPJSONTemplate.
|
virtual |
Definition at line 56 of file TemplateEditor.cpp.
Referenced by te::layout::Scene::exportPropsAsJSON(), and te::layout::Scene::importJsonAsProps().
|
protected |
Definition at line 52 of file TemplateEditor.h.
Referenced by TemplateEditor().