|
QGIS API Documentation 4.3.0-Master (026d9cd75d1)
|
Abstract interface for rendering custom preview overlays attached to a QgsRubberBand. More...
#include <qgsrubberband.h>
Public Member Functions | |
| virtual | ~QgsRubberBandPreviewItem ()=default |
| virtual void | render (QgsRenderContext &context)=0 |
| Renders the custom preview overlay using the specified render context. | |
| QgsRubberBand * | rubberBand () |
| Returns the rubber band associated with the item. | |
Protected Member Functions | |
| QgsRubberBandPreviewItem (QgsRubberBand *rubberBand) | |
| Constructor for a QgsRubberBandPreviewItem, attached to the specified rubberBand. | |
Abstract interface for rendering custom preview overlays attached to a QgsRubberBand.
Definition at line 53 of file qgsrubberband.h.
|
virtualdefault |
|
protected |
Constructor for a QgsRubberBandPreviewItem, attached to the specified rubberBand.
Definition at line 823 of file qgsrubberband.cpp.
|
pure virtual |
Renders the custom preview overlay using the specified render context.
| QgsRubberBand * QgsRubberBandPreviewItem::rubberBand | ( | ) |
Returns the rubber band associated with the item.
Definition at line 827 of file qgsrubberband.cpp.