/************************************************************************ * This file has been generated automatically from * * * * src/core/labeling/qgslabeling.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsLabeling { %Docstring Contains constants and enums relating to labeling. .. versionadded:: 3.12 %End %TypeHeaderCode #include "qgslabeling.h" %End public: enum class LinePlacementFlag { OnLine, AboveLine, BelowLine, MapOrientation, }; typedef QFlags LinePlacementFlags; enum class PolygonPlacementFlag { AllowPlacementOutsideOfPolygon, AllowPlacementInsideOfPolygon, }; typedef QFlags PolygonPlacementFlags; }; QFlags operator|(QgsLabeling::LinePlacementFlag f1, QFlags f2); QFlags operator|(QgsLabeling::PolygonPlacementFlag f1, QFlags f2); /************************************************************************ * This file has been generated automatically from * * * * src/core/labeling/qgslabeling.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/