QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgslayoutruler.h"
#include "qgslayout.h"
#include "qgis.h"
#include "qgslayoutview.h"
#include "qgslogger.h"
#include "qgslayoutpagecollection.h"
#include <QDragEnterEvent>
#include <QGraphicsLineItem>
#include <QPainter>
#include <QMenu>
#include <cmath>
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 29 of file qgslayoutruler.cpp.
const unsigned int COUNT_VALID_MULTIPLES = 3 |
Definition at line 28 of file qgslayoutruler.cpp.
const int RULER_FONT_SIZE = 8 |
Definition at line 27 of file qgslayoutruler.cpp.