| QGIS API Documentation
    3.16.0-Hannover (43b64b13f3)
    | 
 
 
 
Go to the documentation of this file.
   29   view()->horizontalScrollBar()->setValue( 
view()->horizontalScrollBar()->value() - ( event->x() - mLastMousePos.x() ) );
 
   30   view()->verticalScrollBar()->setValue( 
view()->verticalScrollBar()->value() - ( event->y() - mLastMousePos.y() ) );
 
   31   mLastMousePos = 
event->pos();
 
   37   if ( event->key() == Qt::Key_Space && !event->isAutoRepeat() )
 
   45   mLastMousePos = 
view()->mapFromGlobal( QCursor::pos() );
 
  
void setTool(QgsLayoutViewTool *tool)
Sets the tool currently being used in the view.
void viewChanged()
Updates associated rulers and other widgets after view extent or zoom has changed.
A graphical widget to display and interact with QgsLayouts.
A QgsLayoutViewMouseEvent is the result of a user interaction with the mouse on a QgsLayoutView.