QGIS/doc/modules.dox
Peter Petrik b1bf9b2809 [FEATURE] Introduction of QGIS Quick library
This pull request is a subset of #6490

This adds a new library for creation of applications based on Qt Quick
framework.
It contains reusable QML / Qt Quick components based on QGIS core
library.
The initial work introduces MapCanvas

To enable compilation of the library, use WITH_QUICK=TRUE

Further documentation of the library is located in doc/qgsquick.dox

For background information see the associated QEP:
qgis/QGIS-Enhancement-Proposals#109

The initial implementation is largely based on the work of Matthias Kuhn
and Marco Bernasocchi on QField probject - kudos to them for the great
job!
2018-04-26 13:33:48 +02:00

45 lines
1.1 KiB
Plaintext

/** @defgroup core core library
The CORE library contains all basic GIS functionality.
*/
/** @defgroup gui gui library
The GUI library is build on top of the CORE library and adds reusable GUI widgets.
*/
/** @defgroup analysis analysis library
The ANALYSIS library is built on top of CORE library and provides
high level tools for carrying out spatial analysis on vector and raster data.
It also contains high level tools for building network topologies and analysing
them.
*/
/** @defgroup server server library
The SERVER library is built on top of the CORE library and adds map server
components to QGIS.
*/
/** @defgroup 3d 3D library
The 3D library is build on top of the CORE library and Qt 3D framework. It adds support for display of GIS data in 3D scenes.
*/
/** @defgroup plugins plugin classes
Contains classes related to implementation of QGIS plugins.
*/
/** @defgroup quick QgsQuick library
The QgsQuick library is built on top of the CORE library and Qt Quick/QML framework. It adds reusable GUI Quick Components, mainly for mobile devices.
*/