|
| QgsLayoutRenderContext (QgsLayout *layout) |
| Constructor for QgsLayoutRenderContext. More...
|
|
bool | boundingBoxesVisible () const |
| Returns true if the item bounding boxes should be drawn. More...
|
|
Q_DECL_DEPRECATED int | currentExportLayer () const |
| Returns the current item layer to draw while exporting. More...
|
|
double | dpi () const |
| Returns the dpi for outputting the layout. More...
|
|
QStringList | exportThemes () const |
| Returns a list of map themes to use during the export. More...
|
|
QgsFeatureFilterProvider * | featureFilterProvider () const |
| Returns the possibly NULL feature filter provider. More...
|
|
QgsLayoutRenderContext::Flags | flags () const |
| Returns the current combination of flags used for rendering the layout. More...
|
|
bool | gridVisible () const |
| Returns true if the page grid should be drawn. More...
|
|
bool | isPreviewRender () const |
| Returns true if the render current being conducted is a preview render, i.e. More...
|
|
QgsLayoutMeasurementConverter & | measurementConverter () |
| Returns the layout measurement converter to be used in the layout. More...
|
|
const QgsLayoutMeasurementConverter & | measurementConverter () const |
| Returns the layout measurement converter to be used in the layout. More...
|
|
bool | pagesVisible () const |
| Returns whether the page items are be visible in the layout. More...
|
|
QVector< qreal > | predefinedScales () const |
| Returns the current list of predefined scales for use with the layout. More...
|
|
Qgis::RenderContextFlags | renderContextFlags () const |
| Returns the combination of render context flags matched to the layout context's settings. More...
|
|
QColor | selectionColor () const |
| Gets color that is used for drawing of selected vector features. More...
|
|
void | setBoundingBoxesVisible (bool visible) |
| Sets whether the item bounding boxes should be visible. More...
|
|
Q_DECL_DEPRECATED void | setCurrentExportLayer (int layer=-1) |
| Sets the current item layer to draw while exporting. More...
|
|
void | setDpi (double dpi) |
| Sets the dpi for outputting the layout. More...
|
|
void | setExportThemes (const QStringList &themes) |
| Sets a list of map themes to use during the export. More...
|
|
void | setFeatureFilterProvider (QgsFeatureFilterProvider *featureFilterProvider) |
| Sets feature filter provider to featureFilterProvider. More...
|
|
void | setFlag (QgsLayoutRenderContext::Flag flag, bool on=true) |
| Enables or disables a particular rendering flag for the layout. More...
|
|
void | setFlags (QgsLayoutRenderContext::Flags flags) |
| Sets the combination of flags that will be used for rendering the layout. More...
|
|
void | setGridVisible (bool visible) |
| Sets whether the page grid should be visible. More...
|
|
void | setPagesVisible (bool visible) |
| Sets whether the page items should be visible in the layout. More...
|
|
void | setPredefinedScales (const QVector< qreal > &scales) |
| Sets the list of predefined scales to use with the layout. More...
|
|
void | setSelectionColor (const QColor &color) |
| Sets color that is used for drawing of selected vector features. More...
|
|
void | setSimplifyMethod (const QgsVectorSimplifyMethod &method) |
| Sets the simplification setting to use when rendering vector layers. More...
|
|
void | setTextRenderFormat (Qgis::TextRenderFormat format) |
| Sets the text render format, which dictates how text is rendered (e.g. More...
|
|
const QgsVectorSimplifyMethod & | simplifyMethod () const |
| Returns the simplification settings to use when rendering vector layers. More...
|
|
bool | testFlag (Flag flag) const |
| Check whether a particular rendering flag is enabled for the layout. More...
|
|
Qgis::TextRenderFormat | textRenderFormat () const |
| Returns the text render format, which dictates how text is rendered (e.g. More...
|
|