#include <YQImage.h>
Inheritance diagram for YQImage:

Public Member Functions | |
| YQImage (QWidget *parent, const YWidgetOpt &opt, const YCPByteblock &byteblock) | |
| YQImage (QWidget *parent, const YWidgetOpt &opt, const YCPString &file_name) | |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
Protected Member Functions | |
| void | init (QWidget *parent, const YWidgetOpt &opt) |
| void | yqSetPixmap (const QPixmap &pixmap) |
Protected Attributes | |
| bool | _zeroWidth |
| bool | _zeroHeight |
| bool | _tiled |
| bool | _animated |
| int | _pixmapWidth |
| int | _pixmapHeight |
|
||||||||||||||||
|
Constructors |
|
||||||||||||||||
|
|
|
||||||||||||
|
Common init method for all constructors |
|
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
||||||||||||
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
|
Set the pixmap contents. That weird name is to prevent overwriting a QLabel virtual method of the same name. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4