@@ -114,33 +114,31 @@ class QgsGrass {
114
114
static QStringList elements (QString mapsetPath, QString element);
115
115
116
116
// ! Get map region
117
- static bool QgsGrass:: mapRegion ( int type, QString gisbase,
117
+ static bool mapRegion ( int type, QString gisbase,
118
118
QString location, QString mapset, QString map,
119
119
struct Cell_head *window );
120
120
121
121
// ! String representation of region
122
- static QString QgsGrass:: regionString ( struct Cell_head *window );
122
+ static QString regionString ( struct Cell_head *window );
123
123
124
124
// ! Read current mapset region
125
- static bool QgsGrass::region ( QString gisbase,
126
- QString location, QString mapset,
125
+ static bool region ( QString gisbase, QString location, QString mapset,
127
126
struct Cell_head *window );
128
127
129
128
// ! Write current mapset region
130
- static bool QgsGrass::writeRegion ( QString gisbase,
131
- QString location, QString mapset,
129
+ static bool writeRegion ( QString gisbase, QString location, QString mapset,
132
130
struct Cell_head *window );
133
131
134
132
// ! Set (copy) region extent, resolution is not changed
135
- static void QgsGrass:: copyRegionExtent ( struct Cell_head *source,
133
+ static void copyRegionExtent ( struct Cell_head *source,
136
134
struct Cell_head *target );
137
135
138
136
// ! Set (copy) region resolution, extent is not changed
139
- static void QgsGrass:: copyRegionResolution ( struct Cell_head *source,
137
+ static void copyRegionResolution ( struct Cell_head *source,
140
138
struct Cell_head *target );
141
139
142
140
// ! Extend region in target to source
143
- static void QgsGrass:: extendRegion ( struct Cell_head *source,
141
+ static void extendRegion ( struct Cell_head *source,
144
142
struct Cell_head *target );
145
143
146
144
static void init (void );
@@ -149,8 +147,8 @@ class QgsGrass {
149
147
static bool isMapset ( QString path );
150
148
151
149
// ! Library version
152
- static int QgsGrass:: versionMajor ();
153
- static int QgsGrass:: versionMinor ();
150
+ static int versionMajor ();
151
+ static int versionMinor ();
154
152
155
153
private:
156
154
static int initialized; // Set to 1 after initialization
0 commit comments