Class responsible for printing the entire content or part of the scene. As the scene is upside down, it is necessary to invert the y of the painter before printing. More...
#include "../../core/Config.h"#include "../../core/enum/AbstractType.h"#include <QObject>#include <QRectF>Go to the source code of this file.
Classes | |
| class | te::layout::PrintScene |
| Class responsible for printing the entire content or part of the scene. As the scene is upside down, it is necessary to invert the y of the painter before printing. More... | |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::layout | |
| This is the namespace for the Layout module. | |
Class responsible for printing the entire content or part of the scene. As the scene is upside down, it is necessary to invert the y of the painter before printing.
Definition in file PrintScene.h.