|
QGIS API Documentation 3.99.0-Master (09f76ad7019)
|
#include "qgslayoutruler.h"#include <cmath>#include <memory>#include "qgis.h"#include "qgslayout.h"#include "qgslayoutpagecollection.h"#include "qgslayoutview.h"#include "qgslogger.h"#include <QDragEnterEvent>#include <QGraphicsLineItem>#include <QMenu>#include <QPainter>#include <QString>#include "moc_qgslayoutruler.cpp"
Go to the source code of this file.
Variables | |
| const unsigned int | COUNT_VALID_MAGNITUDES = 5 |
| const unsigned int | COUNT_VALID_MULTIPLES = 3 |
| const int | RULER_FONT_SIZE = 8 |
| const unsigned int COUNT_VALID_MAGNITUDES = 5 |
Definition at line 38 of file qgslayoutruler.cpp.
| const unsigned int COUNT_VALID_MULTIPLES = 3 |
Definition at line 37 of file qgslayoutruler.cpp.
| const int RULER_FONT_SIZE = 8 |
Definition at line 36 of file qgslayoutruler.cpp.