File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,13 @@ class QgsComposerMap : QgsComposerItem
254
254
255
255
void updateItem();
256
256
257
+ /**Sets overview frame map. -1 disables the overview frame
258
+ @note: this function was added in version 1.9*/
259
+ void setOverviewFrameMap( int mapId );
260
+ /**Returns id of overview frame (or -1 if no overfiew frame)
261
+ @note: this function was added in version 1.9*/
262
+ int overviewFrameMapId() const;
263
+
257
264
public slots:
258
265
259
266
/**Called if map canvas has changed*/
Original file line number Diff line number Diff line change @@ -289,9 +289,11 @@ class CORE_EXPORT QgsComposerMap : public QgsComposerItem
289
289
/* *Returns the conversion factor map units -> mm*/
290
290
double mapUnitsToMM () const ;
291
291
292
- /* *Sets overview frame map. -1 disables the overview frame*/
292
+ /* *Sets overview frame map. -1 disables the overview frame
293
+ @note: this function was added in version 1.9*/
293
294
void setOverviewFrameMap ( int mapId );
294
- /* *Returns id of overview frame (or -1 if no overfiew frame)*/
295
+ /* *Returns id of overview frame (or -1 if no overfiew frame)
296
+ @note: this function was added in version 1.9*/
295
297
int overviewFrameMapId () const { return mOverviewFrameMapId ; }
296
298
297
299
signals:
You can’t perform that action at this time.
0 commit comments