mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Adapt qgswmsconfigparser.sip
This commit is contained in:
parent
625be7a9ab
commit
332c1632f3
@ -98,7 +98,7 @@ class QgsWMSConfigParser
|
|||||||
//printing
|
//printing
|
||||||
|
|
||||||
/** Creates a print composition, usually for a GetPrint request. Replaces map and label parameters*/
|
/** Creates a print composition, usually for a GetPrint request. Replaces map and label parameters*/
|
||||||
QgsComposition* createPrintComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, const QMap< QString, QString >& parameterMap ) const;
|
QgsComposition* createPrintComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, const QMap< QString, QString >& parameterMap, QStringList& highlightLayers ) const;
|
||||||
|
|
||||||
/** Creates a composition from the project file (probably delegated to the fallback parser)*/
|
/** Creates a composition from the project file (probably delegated to the fallback parser)*/
|
||||||
//virtual QgsComposition* initComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, QList< QgsComposerMap*>& mapList /Out/, QList< QgsComposerLegend* >& legendList /Out/, QList< QgsComposerLabel* >& labelList /Out/, QList<const QgsComposerHtml *>& htmlFrameList /Out/ ) const = 0;
|
//virtual QgsComposition* initComposition( const QString& composerTemplate, QgsMapRenderer* mapRenderer, QList< QgsComposerMap*>& mapList /Out/, QList< QgsComposerLegend* >& legendList /Out/, QList< QgsComposerLabel* >& labelList /Out/, QList<const QgsComposerHtml *>& htmlFrameList /Out/ ) const = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user