diff -r 89c329efa980 -r e48454f237ca ganeswidgets/inc/hgvgimage.h --- a/ganeswidgets/inc/hgvgimage.h Mon Apr 19 14:40:06 2010 +0300 +++ b/ganeswidgets/inc/hgvgimage.h Mon May 03 13:32:54 2010 +0300 @@ -11,7 +11,7 @@ * * Contributors: * -* Description: +* Description: * */ @@ -37,20 +37,22 @@ int width() const; int height() const; - + VGImage image() const; - + int mirrorImageWidth() const; int mirrorImageHeight() const; - + VGImage mirrorImage() const; - - void setImage(QImage& image); + + void setImage(const QImage& image); void releaseImage(); + QImage getQImage() const; + void upload(bool mirror=false); - -private: + +private: VGImage mVgImage; VGImage mMirrorImage; QSize mMirrorSize;