18#ifndef QGSLAYOUTPICTUREWIDGET_H
19#define QGSLAYOUTPICTUREWIDGET_H
24#include "ui_qgslayoutpicturewidgetbase.h"
48 void mPictureRotationSpinBox_valueChanged(
double d );
49 void mRotationFromComposerMapCheckBox_stateChanged(
int state );
51 void mResizeModeComboBox_currentIndexChanged(
int index );
52 void mAnchorPointComboBox_currentIndexChanged(
int index );
63 void setGuiElementValues();
66 void setPicRotationSpinValue(
double r );
68 void mFillColorButton_colorChanged(
const QColor &color );
69 void mStrokeColorButton_colorChanged(
const QColor &color );
70 void mStrokeWidthSpinBox_valueChanged(
double d );
71 void mPictureRotationOffsetSpinBox_valueChanged(
double d );
72 void mNorthTypeComboBox_currentIndexChanged(
int index );
74 void sourceChanged(
const QString &source );
75 void setSvgDynamicParameters(
const QMap<QString, QgsProperty> ¶meters );
76 void modeChanged(
bool checked );
79 QPointer<QgsLayoutItemPicture> mPicture;
82 void updateSvgParamGui(
bool resetValues =
true );
A layout item subclass that displays SVG files or raster format images (jpg, png, ....
Base class for graphical items within a QgsLayout.
Interface for master layout type objects, such as print layouts and reports.