We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717a1c3 commit 171ae62Copy full SHA for 171ae62
python/core/qgscomposition.sip
@@ -178,6 +178,16 @@ class QgsComposition: QGraphicsScene
178
/**Convenience function to create a QgsAddRemoveItemCommand, connect its signals and push it to the undo stack*/
179
void pushAddRemoveCommand( QgsComposerItem* item, const QString& text, QgsAddRemoveItemCommand::State state );
180
181
+ //printing
182
+
183
+ void exportAsPDF( const QString& file );
184
185
+ void print( QPrinter &printer );
186
187
+ //! print composer page to image
188
+ //! If the image does not fit into memory, a null image is returned
189
+ QImage printPageAsRaster( int page );
190
191
/**Render a page to a paint device
192
@note added in version 1.9*/
193
void renderPage( QPainter* p, int page );
0 commit comments