#include <image_imp.h>
Inheritance diagram for KJSEmbed::Bindings::Image::
Public Slots | |
bool | load (const QString &filename) |
bool | save (const QString &filename) |
void | setFormat (const QString &fmt) |
void | smoothScale (int w, int h) |
void | smoothScaleMin (int w, int h) |
Public Methods | |
Image (QObject *parent, const char *name=0) | |
Image (QObject *parent, const char *name, QImage *img) | |
virtual | ~Image () |
QString | filename () const |
QString | format () const |
int | width () const |
int | height () const |
int | depth () const |
bool | isOk () const |