17 #ifndef QGSSYMBOLLAYERV2WIDGET_H
18 #define QGSSYMBOLLAYERV2WIDGET_H
43 virtual QString dataDefinedPropertyLabel(
const QString &entryName );
51 #include "ui_widget_simpleline.h"
69 void penWidthChanged();
70 void colorChanged(
const QColor& color );
71 void penStyleChanged();
73 void on_mCustomCheckBox_stateChanged(
int state );
74 void on_mChangePatternButton_clicked();
75 void on_mPenWidthUnitWidget_changed();
76 void on_mOffsetUnitWidget_changed();
77 void on_mDashPatternUnitWidget_changed();
78 void on_mDataDefinedPropertiesButton_clicked();
79 void on_mDrawInsideCheckBox_stateChanged(
int state );
85 void updatePatternIcon();
90 #include "ui_widget_simplemarker.h"
109 void setColorBorder(
const QColor& color );
110 void setColorFill(
const QColor& color );
114 void on_mSizeUnitWidget_changed();
115 void on_mOffsetUnitWidget_changed();
116 void on_mOutlineWidthUnitWidget_changed();
117 void on_mDataDefinedPropertiesButton_clicked();
118 void on_mOutlineStyleComboBox_currentIndexChanged(
int index );
119 void on_mOutlineWidthSpinBox_valueChanged(
double d );
120 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
121 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
129 #include "ui_widget_simplefill.h"
147 void setColor(
const QColor& color );
148 void setBorderColor(
const QColor& color );
149 void setBrushStyle();
150 void borderWidthChanged();
151 void borderStyleChanged();
152 void offsetChanged();
153 void on_mBorderWidthUnitWidget_changed();
154 void on_mOffsetUnitWidget_changed();
155 void on_mDataDefinedPropertiesButton_clicked();
164 #include "ui_widget_gradientfill.h"
182 void setColor(
const QColor& color );
183 void setColor2(
const QColor& color );
184 void applyColorRamp();
185 void on_mButtonEditRamp_clicked();
186 void setGradientType(
int index );
187 void setCoordinateMode(
int index );
188 void setGradientSpread(
int index );
189 void offsetChanged();
190 void referencePointChanged();
191 void on_mOffsetUnitWidget_changed();
192 void on_mDataDefinedPropertiesButton_clicked();
193 void colorModeChanged();
194 void on_mSpinAngle_valueChanged(
double value );
202 #include "ui_widget_shapeburstfill.h"
220 void setColor(
const QColor& color );
221 void setColor2(
const QColor& color );
222 void colorModeChanged();
223 void on_mSpinBlurRadius_valueChanged(
int value );
224 void on_mSpinMaxDistance_valueChanged(
double value );
225 void on_mDistanceUnitWidget_changed();
226 void on_mRadioUseWholeShape_toggled(
bool value );
227 void applyColorRamp();
228 void on_mButtonEditRamp_clicked();
229 void offsetChanged();
230 void on_mOffsetUnitWidget_changed();
231 void on_mDataDefinedPropertiesButton_clicked();
232 void on_mIgnoreRingsCheckBox_stateChanged(
int state );
240 #include "ui_widget_markerline.h"
259 void setInterval(
double val );
260 void setOffsetAlongLine(
double val );
264 void on_mIntervalUnitWidget_changed();
265 void on_mOffsetUnitWidget_changed();
266 void on_mOffsetAlongLineUnitWidget_changed();
267 void on_mDataDefinedPropertiesButton_clicked();
277 #include "ui_widget_svgmarker.h"
295 void setName(
const QModelIndex& idx );
296 void populateIcons(
const QModelIndex& idx );
300 void on_mFileToolButton_clicked();
301 void on_mFileLineEdit_textEdited(
const QString& text );
302 void on_mFileLineEdit_editingFinished();
303 void on_mChangeColorButton_colorChanged(
const QColor& color );
304 void on_mChangeBorderColorButton_colorChanged(
const QColor& color );
305 void on_mBorderWidthSpinBox_valueChanged(
double d );
306 void on_mSizeUnitWidget_changed();
307 void on_mBorderWidthUnitWidget_changed();
308 void on_mOffsetUnitWidget_changed();
309 void on_mDataDefinedPropertiesButton_clicked();
310 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
311 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
326 #include "ui_widget_svgfill.h"
351 void updateParamGui(
bool resetValues =
true );
354 void on_mBrowseToolButton_clicked();
355 void on_mTextureWidthSpinBox_valueChanged(
double d );
356 void on_mSVGLineEdit_textEdited(
const QString & text );
357 void on_mSVGLineEdit_editingFinished();
358 void setFile(
const QModelIndex& item );
359 void populateIcons(
const QModelIndex& item );
360 void on_mRotationSpinBox_valueChanged(
double d );
361 void on_mChangeColorButton_colorChanged(
const QColor& color );
362 void on_mChangeBorderColorButton_colorChanged(
const QColor& color );
363 void on_mBorderWidthSpinBox_valueChanged(
double d );
364 void on_mTextureWidthUnitWidget_changed();
365 void on_mSvgOutlineWidthUnitWidget_changed();
366 void on_mDataDefinedPropertiesButton_clicked();
371 #include "ui_widget_linepatternfill.h"
391 void on_mAngleSpinBox_valueChanged(
double d );
392 void on_mDistanceSpinBox_valueChanged(
double d );
393 void on_mOffsetSpinBox_valueChanged(
double d );
394 void on_mDistanceUnitWidget_changed();
395 void on_mOffsetUnitWidget_changed();
396 void on_mDataDefinedPropertiesButton_clicked();
401 #include "ui_widget_pointpatternfill.h"
420 void on_mHorizontalDistanceSpinBox_valueChanged(
double d );
421 void on_mVerticalDistanceSpinBox_valueChanged(
double d );
422 void on_mHorizontalDisplacementSpinBox_valueChanged(
double d );
423 void on_mVerticalDisplacementSpinBox_valueChanged(
double d );
424 void on_mHorizontalDistanceUnitWidget_changed();
425 void on_mVerticalDistanceUnitWidget_changed();
426 void on_mHorizontalDisplacementUnitWidget_changed();
427 void on_mVerticalDisplacementUnitWidget_changed();
428 void on_mDataDefinedPropertiesButton_clicked();
433 #include "ui_widget_fontmarker.h"
452 void setFontFamily(
const QFont& font );
453 void setColor(
const QColor& color );
454 void setSize(
double size );
455 void setAngle(
double angle );
456 void setCharacter(
const QChar& chr );
458 void on_mSizeUnitWidget_changed();
459 void on_mOffsetUnitWidget_changed();
460 void on_mHorizontalAnchorComboBox_currentIndexChanged(
int index );
461 void on_mVerticalAnchorComboBox_currentIndexChanged(
int index );
471 #include "ui_widget_centroidfill.h"
489 void on_mDrawInsideCheckBox_stateChanged(
int state );