|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
#include "qgsgradientstopeditor.h"#include "qgsapplication.h"#include "qgssymbollayerutils.h"#include <QPainter>#include <QStyleOptionFrame>#include <QMouseEvent>
Go to the source code of this file.
Macros | |
| #define | CLICK_THRESHOLD ( MARKER_WIDTH / 2 + 3 ) |
| #define | FRAME_MARGIN 2 |
| #define | MARGIN_BOTTOM ( MARKER_HEIGHT + 2 ) |
| #define | MARGIN_X ( MARKER_WIDTH / 2 ) |
| #define | MARKER_GAP 1.5 |
| #define | MARKER_HEIGHT 14 |
| #define | MARKER_WIDTH 11 |
| #define CLICK_THRESHOLD ( MARKER_WIDTH / 2 + 3 ) |
Definition at line 34 of file qgsgradientstopeditor.cpp.
| #define FRAME_MARGIN 2 |
Definition at line 33 of file qgsgradientstopeditor.cpp.
| #define MARGIN_BOTTOM ( MARKER_HEIGHT + 2 ) |
Definition at line 31 of file qgsgradientstopeditor.cpp.
| #define MARGIN_X ( MARKER_WIDTH / 2 ) |
Definition at line 32 of file qgsgradientstopeditor.cpp.
| #define MARKER_GAP 1.5 |
Definition at line 30 of file qgsgradientstopeditor.cpp.
| #define MARKER_HEIGHT 14 |
Definition at line 29 of file qgsgradientstopeditor.cpp.
| #define MARKER_WIDTH 11 |
Definition at line 28 of file qgsgradientstopeditor.cpp.