17 #ifndef QGSSYMBOLLAYERV2WIDGET_H
18 #define QGSSYMBOLLAYERV2WIDGET_H
47 virtual QString dataDefinedPropertyLabel(
const QString &entryName );
53 void updateDataDefinedProperty();
58 #include "ui_widget_simpleline.h"
76 void penWidthChanged();
77 void colorChanged(
const QColor& color );
78 void penStyleChanged();
80 void on_mCustomCheckBox_stateChanged(
int state );
81 void on_mChangePatternButton_clicked();
82 void on_mPenWidthUnitWidget_changed();
83 void on_mOffsetUnitWidget_changed();
84 void on_mDashPatternUnitWidget_changed();
85 void on_mDrawInsideCheckBox_stateChanged(
int state );
91 void updatePatternIcon();
96 #include "ui_widget_simplemarker.h"
115 void setColorBorder(
const QColor& color );
116 void setColorFill(
const QColor& color );
120 void on_mSizeUnitWidget_changed();
121 void on_mOffsetUnitWidget_changed();
122 void on_mOutlineWidthUnitWidget_changed();
123 void on_mOutlineStyleComboBox_currentIndexChanged(
int index );
124 void on_mOutlineWidthSpinBox_valueChanged(
double d );
125 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
126 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
134 #include "ui_widget_simplefill.h"
152 void setColor(
const QColor& color );
153 void setBorderColor(
const QColor& color );
154 void setBrushStyle();
155 void borderWidthChanged();
156 void borderStyleChanged();
157 void offsetChanged();
158 void on_mBorderWidthUnitWidget_changed();
159 void on_mOffsetUnitWidget_changed();
168 #include "ui_widget_gradientfill.h"
186 void setColor(
const QColor& color );
187 void setColor2(
const QColor& color );
188 void applyColorRamp();
189 void on_mButtonEditRamp_clicked();
190 void setGradientType(
int index );
191 void setCoordinateMode(
int index );
192 void setGradientSpread(
int index );
193 void offsetChanged();
194 void referencePointChanged();
195 void on_mOffsetUnitWidget_changed();
196 void colorModeChanged();
197 void on_mSpinAngle_valueChanged(
double value );
205 #include "ui_widget_shapeburstfill.h"
223 void setColor(
const QColor& color );
224 void setColor2(
const QColor& color );
225 void colorModeChanged();
226 void on_mSpinBlurRadius_valueChanged(
int value );
227 void on_mSpinMaxDistance_valueChanged(
double value );
228 void on_mDistanceUnitWidget_changed();
229 void on_mRadioUseWholeShape_toggled(
bool value );
230 void applyColorRamp();
231 void on_mButtonEditRamp_clicked();
232 void offsetChanged();
233 void on_mOffsetUnitWidget_changed();
234 void on_mIgnoreRingsCheckBox_stateChanged(
int state );
242 #include "ui_widget_markerline.h"
261 void setInterval(
double val );
262 void setOffsetAlongLine(
double val );
266 void on_mIntervalUnitWidget_changed();
267 void on_mOffsetUnitWidget_changed();
268 void on_mOffsetAlongLineUnitWidget_changed();
278 #include "ui_widget_svgmarker.h"
296 void setName(
const QModelIndex& idx );
297 void populateIcons(
const QModelIndex& idx );
301 void on_mFileToolButton_clicked();
302 void on_mFileLineEdit_textEdited(
const QString& text );
303 void on_mFileLineEdit_editingFinished();
304 void on_mChangeColorButton_colorChanged(
const QColor& color );
305 void on_mChangeBorderColorButton_colorChanged(
const QColor& color );
306 void on_mBorderWidthSpinBox_valueChanged(
double d );
307 void on_mSizeUnitWidget_changed();
308 void on_mBorderWidthUnitWidget_changed();
309 void on_mOffsetUnitWidget_changed();
310 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
311 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
325 #include "ui_widget_rasterfill.h"
346 void on_mBrowseToolButton_clicked();
347 void on_mImageLineEdit_editingFinished();
348 void setCoordinateMode(
int index );
349 void on_mSpinTransparency_valueChanged(
int value );
350 void offsetChanged();
351 void on_mOffsetUnitWidget_changed();
352 void on_mRotationSpinBox_valueChanged(
double d );
353 void on_mWidthUnitWidget_changed();
354 void on_mWidthSpinBox_valueChanged(
double d );
357 void updatePreviewImage();
362 #include "ui_widget_svgfill.h"
387 void updateParamGui(
bool resetValues =
true );
390 void on_mBrowseToolButton_clicked();
391 void on_mTextureWidthSpinBox_valueChanged(
double d );
392 void on_mSVGLineEdit_textEdited(
const QString & text );
393 void on_mSVGLineEdit_editingFinished();
394 void setFile(
const QModelIndex& item );
395 void populateIcons(
const QModelIndex& item );
396 void on_mRotationSpinBox_valueChanged(
double d );
397 void on_mChangeColorButton_colorChanged(
const QColor& color );
398 void on_mChangeBorderColorButton_colorChanged(
const QColor& color );
399 void on_mBorderWidthSpinBox_valueChanged(
double d );
400 void on_mTextureWidthUnitWidget_changed();
401 void on_mSvgOutlineWidthUnitWidget_changed();
406 #include "ui_widget_linepatternfill.h"
426 void on_mAngleSpinBox_valueChanged(
double d );
427 void on_mDistanceSpinBox_valueChanged(
double d );
428 void on_mOffsetSpinBox_valueChanged(
double d );
429 void on_mDistanceUnitWidget_changed();
430 void on_mOffsetUnitWidget_changed();
435 #include "ui_widget_pointpatternfill.h"
454 void on_mHorizontalDistanceSpinBox_valueChanged(
double d );
455 void on_mVerticalDistanceSpinBox_valueChanged(
double d );
456 void on_mHorizontalDisplacementSpinBox_valueChanged(
double d );
457 void on_mVerticalDisplacementSpinBox_valueChanged(
double d );
458 void on_mHorizontalDistanceUnitWidget_changed();
459 void on_mVerticalDistanceUnitWidget_changed();
460 void on_mHorizontalDisplacementUnitWidget_changed();
461 void on_mVerticalDisplacementUnitWidget_changed();
466 #include "ui_widget_fontmarker.h"
485 void setFontFamily(
const QFont& font );
486 void setColor(
const QColor& color );
487 void setSize(
double size );
488 void setAngle(
double angle );
489 void setCharacter(
const QChar& chr );
491 void on_mSizeUnitWidget_changed();
492 void on_mOffsetUnitWidget_changed();
493 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
494 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
504 #include "ui_widget_centroidfill.h"
522 void on_mDrawInsideCheckBox_stateChanged(
int state );