Class that represents a "Model" part of TextGrid MVC component. Its coordinate system is the same of scene (millimeters). This is also son of ItemModelObservable, so it can become observable. More...
#include "TitleModel.h"#include "../../geometry/Point.h"#include "../core/Config.h"#include <map>#include <string>Go to the source code of this file.
Classes | |
| class | te::layout::TextGridModel |
| Class that represents a "Model" part of TextGrid 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 TextGrid 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 TextGridModel.h.