#include <BuildContext.h>
Public Member Functions | |
| BuildContext () | |
| void | createLayoutContext (int width, int height, View *view) |
| virtual | ~BuildContext () |
Protected Attributes | |
| BuildGraphicsItem * | m_buildGraphicsItem |
| te::qt::widgets::Canvas * | m_canvas |
| ItemFactory * | m_itemFactory |
| OutsideFactory * | m_outsideFactory |
| PaperConfig * | m_paperConfig |
| TemplateFactory * | m_templateFactory |
| Utils * | m_utils |
Definition at line 46 of file BuildContext.h.
| te::layout::BuildContext::BuildContext | ( | ) |
Definition at line 40 of file BuildContext.cpp.
|
virtual |
Definition at line 52 of file BuildContext.cpp.
| void te::layout::BuildContext::createLayoutContext | ( | int | width, |
| int | height, | ||
| View * | view | ||
| ) |
Definition at line 97 of file BuildContext.cpp.
References te::layout::Context::getInstance(), te::gm::Envelope::getLowerLeftX(), te::gm::Envelope::getLowerLeftY(), te::gm::Envelope::getUpperRightX(), te::gm::Envelope::getUpperRightY(), te::layout::Scene::getWorldBox(), te::layout::Context::setBuildGraphicsItem(), te::layout::Context::setCanvas(), te::layout::Context::setItemFactory(), te::layout::Context::setOutsideFactory(), te::layout::Context::setPaperConfig(), te::layout::Context::setScene(), te::layout::Context::setTemplateFactory(), and te::layout::Context::setUtils().
|
protected |
Definition at line 63 of file BuildContext.h.
|
protected |
Definition at line 62 of file BuildContext.h.
|
protected |
Definition at line 57 of file BuildContext.h.
|
protected |
Definition at line 58 of file BuildContext.h.
|
protected |
Definition at line 61 of file BuildContext.h.
|
protected |
Definition at line 59 of file BuildContext.h.
|
protected |
Definition at line 60 of file BuildContext.h.