Inheritance diagram for DzImageManip:
Methods | |
String | getDescription () |
void | manipulate (Image img) |
Signals | |
void | manipulationChanged () |
Signature: "manipulationChanged()" |
Image manipulators are applied to an image layer before it is blended into the final image.
String DzImageManip::getDescription | ( | ) |
Subclasses must implement this function to return a user-readable description of the manipulator.
void DzImageManip::manipulate | ( | Image | img | ) |
Subclasses must implement this function to modify the given image.
img | The image to apply the manipulation to. |
void DzImageManip::manipulationChanged | ( | ) | [signal] |
Signature: "manipulationChanged()"
Emitted when the value of the manipulator has changed and it needs to be reapplied.