Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Nov 8, 2022
1 parent 8e0a5e1 commit 92feff0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Expand Up @@ -29,6 +29,8 @@ methods to handle data from QGIS and to import/export a Raster Attribute Table f
{
%Docstring(signature="appended")
The UsageInformation struct represents information about a field usage.

.. versionadded:: 3.30
%End

%TypeHeaderCode
Expand Down Expand Up @@ -57,6 +59,8 @@ The UsageInformation struct represents information about a field usage.
{
%Docstring(signature="appended")
The Field struct represents a Raster Attribute Table field, including its name, usage and type.

.. versionadded:: 3.30
%End

%TypeHeaderCode
Expand Down Expand Up @@ -88,6 +92,8 @@ Returns ``True`` if the field carries a color ramp component information (RedMin
{
%Docstring(signature="appended")
The Field struct represents a Raster Attribute Table classification entry for a thematic Raster Attribute Table.

.. versionadded:: 3.30
%End

%TypeHeaderCode
Expand Down
3 changes: 2 additions & 1 deletion src/core/raster/qgspalettedrasterrenderer.h
Expand Up @@ -31,7 +31,7 @@ class QgsRasterAttributeTable;

/**
* \ingroup core
* \brief Renderer for paletted raster images.
* \brief Renderer for paletted raster images.
*/
class CORE_EXPORT QgsPalettedRasterRenderer: public QgsRasterRenderer
{
Expand All @@ -57,6 +57,7 @@ class CORE_EXPORT QgsPalettedRasterRenderer: public QgsRasterRenderer
};

/**
* \ingroup core
* \brief Properties of a multi value class: a class that contains multiple values.
* \since QGIS 3.30
*/
Expand Down
6 changes: 6 additions & 0 deletions src/core/raster/qgsrasterattributetable.h
Expand Up @@ -49,7 +49,9 @@ class CORE_EXPORT QgsRasterAttributeTable
public:

/**
* \ingroup core
* \brief The UsageInformation struct represents information about a field usage.
* \since QGIS 3.30
*/
class CORE_EXPORT UsageInformation
{
Expand Down Expand Up @@ -81,7 +83,9 @@ class CORE_EXPORT QgsRasterAttributeTable
};

/**
* \ingroup core
* \brief The Field struct represents a Raster Attribute Table field, including its name, usage and type.
* \since QGIS 3.30
*/
class CORE_EXPORT Field
{
Expand Down Expand Up @@ -109,7 +113,9 @@ class CORE_EXPORT QgsRasterAttributeTable
};

/**
* \ingroup core
* \brief The Field struct represents a Raster Attribute Table classification entry for a thematic Raster Attribute Table.
* \since QGIS 3.30
*/
class CORE_EXPORT MinMaxClass
{
Expand Down

0 comments on commit 92feff0

Please sign in to comment.