Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 21, 2020
1 parent 0521c2e commit ef01c3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
@@ -1,5 +1,5 @@
# The following has been generated automatically from src/gui/qgsmapcanvasinteractionblocker.h
# monkey patching scoped based enum
QgsMapCanvasInteractionBlocker.Interaction.MapPanOnSingleClick.__doc__ = "A map pan interaction caused by a single click and release on the map canvas"
QgsMapCanvasInteractionBlocker.Interaction.__doc__ = '\n\n' + '* ``MapPanOnSingleClick``: ' + QgsMapCanvasInteractionBlocker.Interaction.MapPanOnSingleClick.__doc__
QgsMapCanvasInteractionBlocker.Interaction.__doc__ = 'Available interactions to block.\n\n' + '* ``MapPanOnSingleClick``: ' + QgsMapCanvasInteractionBlocker.Interaction.MapPanOnSingleClick.__doc__
# --
3 changes: 3 additions & 0 deletions src/gui/qgsmapcanvasinteractionblocker.h
Expand Up @@ -30,6 +30,9 @@ class GUI_EXPORT QgsMapCanvasInteractionBlocker
{
public:

/**
* Available interactions to block.
*/
enum class Interaction : int
{
MapPanOnSingleClick = 1 << 0, //!< A map pan interaction caused by a single click and release on the map canvas
Expand Down

0 comments on commit ef01c3c

Please sign in to comment.