QGIS API Documentation  2.14.0-Essen
Public Member Functions | List of all members
QgsMapTip Class Reference

A maptip is a class to display a tip on a map canvas when a mouse is hovered over a feature. More...

#include <qgsmaptip.h>

Public Member Functions

 QgsMapTip ()
 Default constructor. More...
 
virtual ~QgsMapTip ()
 Destructor. More...
 
void clear (QgsMapCanvas *mpMapCanvas)
 Clear the current maptip if it exists. More...
 
void showMapTip (QgsMapLayer *thepLayer, QgsPoint &theMapPosition, QPoint &thePixelPosition, QgsMapCanvas *mpMapCanvas)
 Show a maptip at a given point on the map canvas. More...
 

Detailed Description

A maptip is a class to display a tip on a map canvas when a mouse is hovered over a feature.

Definition at line 29 of file qgsmaptip.h.

Constructor & Destructor Documentation

QgsMapTip::QgsMapTip ( )

Default constructor.

Definition at line 29 of file qgsmaptip.cpp.

QgsMapTip::~QgsMapTip ( )
virtual

Destructor.

Definition at line 35 of file qgsmaptip.cpp.

Member Function Documentation

void QgsMapTip::clear ( QgsMapCanvas mpMapCanvas)

Clear the current maptip if it exists.

Parameters
mpMapCanvasthe canvas from which the tip should be cleared.

Definition at line 65 of file qgsmaptip.cpp.

void QgsMapTip::showMapTip ( QgsMapLayer thepLayer,
QgsPoint theMapPosition,
QPoint thePixelPosition,
QgsMapCanvas mpMapCanvas 
)

Show a maptip at a given point on the map canvas.

Parameters
thepLayera qgis vector map layer pointer that will be used to provide the attribute data for the map tip.
theMapPositiona reference to the position of the cursor in map coordinatess.
thePixelPositiona reference to the position of the cursor in pixel coordinates.
mpMapCanvasa map canvas on which the tip is drawn

Definition at line 40 of file qgsmaptip.cpp.


The documentation for this class was generated from the following files: