You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/composer/qgscomposition.h
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,9 +144,11 @@ class CORE_EXPORT QgsComposition: public QGraphicsScene
144
144
/**Add items from XML representation to the graphics scene (for project file reading, pasting items from clipboard)
145
145
@param elem items parent element, e.g. \verbatim <Composer> \endverbatim or \verbatim <ComposerItemClipboard> \endverbatim
146
146
@param doc xml document
147
+
@param mapsToRestore for reading from project file: set preview move 'rectangle' to all maps and save the preview states to show composer maps on demand
147
148
@param addUndoCommands insert AddItem commands if true (e.g. for copy/paste)
148
149
@param pos item position. Optional, take position from xml if 0*/
0 commit comments