QGIS API Documentation
2.8.2-Wien
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
src
core
qgsxmlutils.h
Go to the documentation of this file.
1
#ifndef QGSXMLUTILS_H
2
#define QGSXMLUTILS_H
3
4
class
QDomDocument;
5
class
QDomElement;
6
7
class
QgsRectangle
;
8
9
#include "
qgis.h
"
10
14
class
CORE_EXPORT
QgsXmlUtils
15
{
16
public
:
17
18
/* reading */
19
20
static
QGis::UnitType
readMapUnits(
const
QDomElement& element );
21
static
QgsRectangle
readRectangle(
const
QDomElement& element );
22
23
/* writing */
24
25
static
QDomElement writeMapUnits(
QGis::UnitType
units, QDomDocument& doc );
26
static
QDomElement writeRectangle(
const
QgsRectangle
& rect, QDomDocument& doc );
27
};
28
29
30
#endif // QGSXMLUTILS_H
Generated on Sun May 10 2015 16:33:25 for QGIS API Documentation by
1.8.1.2