ImageLabel Class Reference
Inheritance diagram for ImageLabel:

Detailed Description
Definition at line 99 of file imagelabel.h.
Signals | |
| void | pixmapLoaded () |
Public Member Functions | |
| ImageLabel (karamba *k, int ix, int iy, int iw, int ih) | |
| ImageLabel (karamba *k) | |
| ~ImageLabel () | |
| void | setValue (QString imagePath) |
| void | setValue (int) |
| void | setValue (QPixmap &) |
| QString | getStringValue () |
| void | scale (int, int) |
| void | smoothScale (int, int) |
| void | rotate (int) |
| void | removeImageTransformations () |
| void | mUpdate (QPainter *) |
| void | mUpdate (QPainter *, int) |
| void | rolloverImage (QMouseEvent *e) |
| void | parseImages (QString fn, QString fn_roll, int, int, int, int) |
| virtual void | show () |
| virtual void | hide () |
| void | setTooltip (QString txt) |
| void | removeEffects () |
| void | intensity (float ratio, int millisec) |
| void | channelIntensity (float ratio, QString channel, int millisec) |
| void | toGray (int millisec) |
| void | setBackground (int b) |
| void | attachClickArea (QString leftMouseButton, QString middleMouseButton, QString rightMouseButton) |
| virtual bool | click (QMouseEvent *) |
Public Attributes | |
| int | cblend |
| int | background |
Member Function Documentation
| void ImageLabel::setValue | ( | QPixmap & | ) |
set the internal pixmap of this image to the given QPixmap pix
Definition at line 314 of file imagelabel.cpp.
The documentation for this class was generated from the following files:

