Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli committed Feb 8, 2020
1 parent 10a95c1 commit 2d57839
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions python/core/auto_generated/temporal/qgsabstracttemporal.sip.in
Expand Up @@ -16,7 +16,7 @@ class QgsAbstractTemporal
%Docstring
Base class for temporal based classes.

Subclasses may wish to update the .
Subclasses may wish to update the abstract temporal functions.

.. versionadded:: 3.14
%End
Expand Down Expand Up @@ -61,7 +61,7 @@ Set datetime range for a temporal object.

When set, can be used to filter and request time base objects.

.. seealso:: :py:func:`dateTimeRange`
.. seealso:: :py:func:`temporalRange`

.. versionadded:: 3.14
%End
Expand All @@ -70,7 +70,7 @@ When set, can be used to filter and request time base objects.
%Docstring
Returns datetime range if object is a temporal object.

.. seealso:: :py:func:`setDateTimeRange`
.. seealso:: :py:func:`setTemporalRange`

.. versionadded:: 3.14
%End
Expand All @@ -80,7 +80,7 @@ Returns datetime range if object is a temporal object.
%Docstring
Sets current datetime object.

Can be used in map canvas when changing snapshots
Can be used in map canvas, setting the map temporal instant

.. seealso:: :py:func:`currentDateTime`

Expand All @@ -92,9 +92,9 @@ Can be used in map canvas when changing snapshots
%Docstring
Returns current datetime object.

Can be used in map canvas when changing snapshots
Can be used in map canvas when changing map snapshots

.. seealso:: :py:func:`dateTime`
.. seealso:: :py:func:`setCurrentDateTime`

.. versionadded:: 3.14
%End
Expand Down
12 changes: 6 additions & 6 deletions src/core/temporal/qgsabstracttemporal.h
Expand Up @@ -34,7 +34,7 @@
* \ingroup core
* Base class for temporal based classes.
*
* Subclasses may wish to update the .
* Subclasses may wish to update the abstract temporal functions.
*
* \since QGIS 3.14
*/
Expand Down Expand Up @@ -74,23 +74,23 @@ class CORE_EXPORT QgsAbstractTemporal
*
* When set, can be used to filter and request time base objects.
*
* \see dateTimeRange()
* \see temporalRange()
* \since QGIS 3.14
*/
void setTemporalRange( const QgsDateTimeRange &dateTimeRange );

/**
* Returns datetime range if object is a temporal object.
*
* \see setDateTimeRange()
* \see setTemporalRange()
* \since QGIS 3.14
*/
const QgsDateTimeRange &temporalRange() const;

/**
* Sets current datetime object.
*
* Can be used in map canvas when changing snapshots
* Can be used in map canvas, setting the map temporal instant
*
* \see currentDateTime()
* \since QGIS 3.14
Expand All @@ -101,9 +101,9 @@ class CORE_EXPORT QgsAbstractTemporal
/**
* Returns current datetime object.
*
* Can be used in map canvas when changing snapshots
* Can be used in map canvas when changing map snapshots
*
* \see dateTime()
* \see setCurrentDateTime()
* \since QGIS 3.14
*/

Expand Down

0 comments on commit 2d57839

Please sign in to comment.