Changeset View
Changeset View
Standalone View
Standalone View
libs/ui/widgets/KoFillConfigWidget.h
| Context not available. | |||||
| 75 | void styleButtonPressed(int buttonId); | 75 | void styleButtonPressed(int buttonId); | ||
|---|---|---|---|---|---|
| 76 | 76 | | |||
| 77 | void noColorSelected(); | 77 | void noColorSelected(); | ||
| 78 | void shapeChanged(); | ||||
| 78 | 79 | | |||
| 79 | /// apply color changes to the selected shape | 80 | /// apply color changes to the selected shape | ||
| 80 | void colorChanged(); | 81 | void colorChanged(); | ||
| Context not available. | |||||
| 82 | /// the pattern of the fill changed, apply the changes | 83 | /// the pattern of the fill changed, apply the changes | ||
| 83 | void patternChanged(QSharedPointer<KoShapeBackground> background); | 84 | void patternChanged(QSharedPointer<KoShapeBackground> background); | ||
| 84 | 85 | | |||
| 85 | void shapeChanged(); | 86 | | ||
| 86 | 87 | | |||
| 87 | void slotUpdateFillTitle(); | 88 | void slotUpdateFillTitle(); | ||
| 88 | 89 | | |||
| Context not available. | |||||
| 104 | void sigInternalRequestColorToResourceManager(); | 105 | void sigInternalRequestColorToResourceManager(); | ||
| 105 | 106 | | |||
| 106 | private: | 107 | private: | ||
| 107 | /// update the widget with the KoShape background | | |||
| 108 | void updateWidget(KoShape *shape); | | |||
| 109 | | ||||
| 110 | void uploadNewGradientBackground(const QGradient *gradient); | 108 | void uploadNewGradientBackground(const QGradient *gradient); | ||
| 111 | void setNewGradientBackgroundToShape(); | 109 | void setNewGradientBackgroundToShape(); | ||
| 112 | void updateGradientSaveButtonAvailability(); | 110 | void updateGradientSaveButtonAvailability(); | ||
| Context not available. | |||||
| 114 | 112 | | |||
| 115 | void updateWidgetComponentVisbility(); | 113 | void updateWidgetComponentVisbility(); | ||
| 116 | 114 | | |||
| 117 | bool checkNewFillModeIsSame(const KoShapeFillWrapper &w) const; | 115 | /// update the widget with the KoShape background | ||
| 116 | void updateFillIndexFromShape(KoShape *shape); | ||||
| 118 | 117 | | |||
| 119 | class Private; | 118 | class Private; | ||
| 120 | Private * const d; | 119 | Private * const d; | ||
| Context not available. | |||||