QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include "qgsgradientstopeditor.h"
#include "qgsapplication.h"
#include "qgssymbollayerutils.h"
#include <QPainter>
#include <QStyleOptionFrameV3>
#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 30 of file qgsgradientstopeditor.cpp.
#define FRAME_MARGIN 2 |
Definition at line 29 of file qgsgradientstopeditor.cpp.
#define MARGIN_BOTTOM ( MARKER_HEIGHT + 2 ) |
Definition at line 27 of file qgsgradientstopeditor.cpp.
#define MARGIN_X ( MARKER_WIDTH / 2 ) |
Definition at line 28 of file qgsgradientstopeditor.cpp.
#define MARKER_GAP 1.5 |
Definition at line 26 of file qgsgradientstopeditor.cpp.
#define MARKER_HEIGHT 14 |
Definition at line 25 of file qgsgradientstopeditor.cpp.
#define MARKER_WIDTH 11 |
Definition at line 24 of file qgsgradientstopeditor.cpp.