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:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user