Inheritance diagram for DzImageComponent:
Properties | |
String | label |
Boolean | visible |
Methods | |
void | addManipulator (DzImageManip manip) |
Image | getImageData () |
DzImageManip | getManipulator (Number idx) |
Number | getNumManipulators () |
Size | getSize () |
void | insertManipulator (Number idx, DzImageManip manip) |
Boolean | removeManipulator (DzImageManip manip) |
Boolean | removeManipulator (Number idx) |
Signals | |
void | imageDataChanged () |
Signature: "imageDataChanged()" | |
void | labelChanged (String label) |
Signature: "labelChanged(const QString&)" | |
void | manipulatorListChanged () |
Signature: "manipulatorListChanged()" | |
void | visibilityChanged (Boolean onOff) |
Signature: "visibilityChanged(bool)" |
void DzImageComponent::addManipulator | ( | DzImageManip | manip | ) |
Adds a manipulator to the list of manipulators that affect this image.
manip | A pointer to the manipulator to add to the layer. The layer takes ownership of this object and deletes it when it is no longer needed. |
Image DzImageComponent::getImageData | ( | ) |
DzImageManip DzImageComponent::getManipulator | ( | Number | idx | ) |
idx | The index of the manipulator to return. |
Number DzImageComponent::getNumManipulators | ( | ) |
Size DzImageComponent::getSize | ( | ) |
void DzImageComponent::imageDataChanged | ( | ) | [signal] |
Signature: "imageDataChanged()"
Emitted when the image data for the component has been changed.
void DzImageComponent::insertManipulator | ( | Number | idx, | |
DzImageManip | manip | |||
) |
Inserts a manipulator into the list of manipulators that affect this image.
idx | The position in the list where the manipulator should be inserted. | |
manip | A pointer to the manipulator to add to the layer. The layer takes ownership of this object and deletes it when it is no longer needed. |
void DzImageComponent::labelChanged | ( | String | label | ) | [signal] |
Signature: "labelChanged(const QString&)"
Emitted when the label of the component has been changed.
void DzImageComponent::manipulatorListChanged | ( | ) | [signal] |
Signature: "manipulatorListChanged()"
Emitted when the list of manipulators for the component has been changed.
Boolean DzImageComponent::removeManipulator | ( | DzImageManip | manip | ) |
Removes a manipulator from the list of manipulators that affect this layer.
manip | A pointer to the manipulator to remove from this layer. |
Removes a manipulator from the list of manipulators that affect this layer.
idx | The index of the manipulator to remove from this layer. |
void DzImageComponent::visibilityChanged | ( | Boolean | onOff | ) | [signal] |
Signature: "visibilityChanged(bool)"
Emitted when the visibility of the component has been changed.
The label for the component.
Whether or not the component is visible.