47    void mPictureRotationSpinBox_valueChanged( 
double d );
 
   48    void mRotationFromComposerMapCheckBox_stateChanged( 
int state );
 
   50    void mResizeModeComboBox_currentIndexChanged( 
int index );
 
   51    void mAnchorPointComboBox_currentIndexChanged( 
int index );
 
   58    void populateDataDefinedButtons();
 
   62    void setGuiElementValues();
 
   65    void setPicRotationSpinValue( 
double r );
 
   67    void mFillColorButton_colorChanged( 
const QColor &color );
 
   68    void mStrokeColorButton_colorChanged( 
const QColor &color );
 
   69    void mStrokeWidthSpinBox_valueChanged( 
double d );
 
   70    void mPictureRotationOffsetSpinBox_valueChanged( 
double d );
 
   71    void mNorthTypeComboBox_currentIndexChanged( 
int index );
 
   73    void sourceChanged( 
const QString &source );
 
   74    void setSvgDynamicParameters( 
const QMap<QString, QgsProperty> ¶meters );
 
   75    void modeChanged( 
bool checked );
 
   78    QPointer<QgsLayoutItemPicture> mPicture;
 
   81    void updateSvgParamGui( 
bool resetValues = 
true );