18#ifndef QGSLAYOUTPICTUREWIDGET_H
19#define QGSLAYOUTPICTUREWIDGET_H
23#include "ui_qgslayoutpicturewidgetbase.h"
49 void mPictureRotationSpinBox_valueChanged(
double d );
50 void mRotationFromComposerMapCheckBox_stateChanged(
int state );
52 void mResizeModeComboBox_currentIndexChanged(
int index );
53 void mAnchorPointComboBox_currentIndexChanged(
int index );
64 void setGuiElementValues();
67 void setPicRotationSpinValue(
double r );
69 void mFillColorButton_colorChanged(
const QColor &color );
70 void mStrokeColorButton_colorChanged(
const QColor &color );
71 void mStrokeWidthSpinBox_valueChanged(
double d );
72 void mPictureRotationOffsetSpinBox_valueChanged(
double d );
73 void mNorthTypeComboBox_currentIndexChanged(
int index );
75 void sourceChanged(
const QString &source );
76 void setSvgDynamicParameters(
const QMap<QString, QgsProperty> ¶meters );
77 void modeChanged(
bool checked );
80 QPointer<QgsLayoutItemPicture> mPicture;
83 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.