16#ifndef QGSLAYOUTVIEWTOOLEDITNODES_H 
   17#define QGSLAYOUTVIEWTOOLEDITNODES_H 
   45    void deleteSelectedNode();
 
   58    const double mMoveContentSearchRadius = 25;
 
   60    QPointer< QgsLayoutNodesItem > mNodesItem;
 
   61    int mNodesItemIndex = -1;
 
   64    QPointF mMoveContentStartPos;
 
   66    bool isMoving = 
false;
 
   68    void displayNodes( 
bool display = 
true );
 
An abstract layout item that provides generic methods for node based shapes such as polygon or polyli...
 
A QgsLayoutViewMouseEvent is the result of a user interaction with the mouse on a QgsLayoutView.
 
A graphical widget to display and interact with QgsLayouts.