mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
QGis namespace declarations
git-svn-id: http://svn.osgeo.org/qgis/trunk@75 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
71bcfcee71
commit
f8c976fe94
13
qgis/src/qgis.h
Normal file
13
qgis/src/qgis.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef QGIS_H
|
||||
#define QGIS_H
|
||||
namespace QGis {
|
||||
enum MapTools {
|
||||
ZoomIn,
|
||||
ZoomOut,
|
||||
Pan,
|
||||
Distance,
|
||||
Identify
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user