mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-29 00:07:54 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/layout/qgslayoutviewtooleditnodes.h                          *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class QgsLayoutViewToolEditNodes : QgsLayoutViewTool
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| Layout view tool for edit node based items in the layout.
 | |
| %End
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgslayoutviewtooleditnodes.h"
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     QgsLayoutViewToolEditNodes( QgsLayoutView *view /TransferThis/ );
 | |
| %Docstring
 | |
| Constructor for QgsLayoutViewToolEditNodes.
 | |
| %End
 | |
| 
 | |
|     void deleteSelectedNode();
 | |
| %Docstring
 | |
| Deletes the selected node from the item.
 | |
| %End
 | |
| 
 | |
|     virtual void activate();
 | |
| 
 | |
|     virtual void layoutPressEvent( QgsLayoutViewMouseEvent *event );
 | |
| 
 | |
|     virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event );
 | |
| 
 | |
|     virtual void layoutReleaseEvent( QgsLayoutViewMouseEvent *event );
 | |
| 
 | |
|     virtual void layoutDoubleClickEvent( QgsLayoutViewMouseEvent *event );
 | |
| 
 | |
|     virtual void keyPressEvent( QKeyEvent *event );
 | |
| 
 | |
|     virtual void deactivate();
 | |
| 
 | |
|     virtual QList< QgsLayoutItem * > ignoredSnapItems() const;
 | |
| 
 | |
| 
 | |
| };
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/gui/layout/qgslayoutviewtooleditnodes.h                          *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 |