Class that represents a "Model" part of Text MVC component. Its coordinate system is the same of scene (millimeters). This is also son of ItemModelObservable, so it can become observable. More...
#include "../core/pattern/mvc/ItemModelObservable.h"
#include "../core/ContextItem.h"
#include "../core/pattern/derivativevisitor/AbstractVisitor.h"
#include "../../maptools/Canvas.h"
#include "../core/Utils.h"
#include "../core/Font.h"
#include "../core/Config.h"
#include <string>
Go to the source code of this file.
Classes | |
class | te::layout::TextModel |
Class that represents a "Model" part of Text MVC component. Its coordinate system is the same of scene (millimeters). This is also son of ItemModelObservable, so it can become observable. More... | |
Namespaces | |
te | |
URI C++ Library. | |
te::layout | |
This is the namespace for the Layout module. | |
Class that represents a "Model" part of Text MVC component. Its coordinate system is the same of scene (millimeters). This is also son of ItemModelObservable, so it can become observable.
Definition in file TextModel.h.