2012-06-29 19:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtgui/qth/QImage.qth
    + Added: few static member functions.
This commit is contained in:
Pritpal Bedi
2012-06-30 02:46:13 +00:00
parent 66c3618793
commit b9e9a989b8
2 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-29 19:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/qth/QImage.qth
+ Added: few static member functions.
2012-06-29 14:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqtgui.ch
+ Added: remaining QPalette_* constants.

View File

@@ -150,6 +150,12 @@ QImage transformed ( const QTransform & matrix, Qt::TransformationMode mode = Qt
bool valid ( const QPoint & pos ) const
bool valid ( int x, int y ) const
int width () const
// Static members
QImage fromData ( const uchar * data, int size, const char * format = 0 )
QImage fromData ( const QByteArray & data, const char * format = 0 )
QMatrix trueMatrix ( const QMatrix & matrix, int width, int height )
QTransform trueMatrix ( const QTransform & matrix, int width, int height )
</PROTOS>
<SLOTS>