2010-09-23 18:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/qth/HBQString.qth
* contrib/hbqt/qtcore/qth/QBuffer.qth
* contrib/hbqt/qtcore/qth/QByteArray.qth
* contrib/hbqt/qtcore/qth/QChar.qth
* contrib/hbqt/qtcore/qth/QList.qth
* contrib/hbqt/qtcore/qth/QStringList.qth
* contrib/hbqt/qtgui/qth/QImage.qth
* contrib/hbqt/qtgui/qth/QPrintDialog.qth
! Commented out duplicate ( Harbour's type ) methods.
Preparatory work for next commit.
This commit is contained in:
@@ -16,6 +16,18 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-09-23 18:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtcore/qth/HBQString.qth
|
||||
* contrib/hbqt/qtcore/qth/QBuffer.qth
|
||||
* contrib/hbqt/qtcore/qth/QByteArray.qth
|
||||
* contrib/hbqt/qtcore/qth/QChar.qth
|
||||
* contrib/hbqt/qtcore/qth/QList.qth
|
||||
* contrib/hbqt/qtcore/qth/QStringList.qth
|
||||
* contrib/hbqt/qtgui/qth/QImage.qth
|
||||
* contrib/hbqt/qtgui/qth/QPrintDialog.qth
|
||||
! Commented out duplicate ( Harbour's type ) methods.
|
||||
Preparatory work for next commit.
|
||||
|
||||
2010-09-24 01:57 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmzip/hbmzip.c
|
||||
! Fixed potential GPF in HB_ZIPDELETEFILE() and HB_UNZIPFILEINFO()
|
||||
|
||||
@@ -56,9 +56,10 @@
|
||||
|
||||
<CLASS>
|
||||
QObject = no
|
||||
Inherit =
|
||||
Type =
|
||||
New =
|
||||
Inherit =
|
||||
Type =
|
||||
New =
|
||||
ClubMethods = no
|
||||
</CLASS>
|
||||
|
||||
<CODE>
|
||||
|
||||
@@ -55,9 +55,9 @@
|
||||
;
|
||||
|
||||
<CLASS>
|
||||
QObject =
|
||||
QObject =
|
||||
Inherits = QIODevice
|
||||
Type =
|
||||
Type =
|
||||
New =
|
||||
</CLASS>
|
||||
|
||||
@@ -87,7 +87,7 @@ HB_FUNC( QT_QBUFFER )
|
||||
|
||||
<PROTOS>
|
||||
QByteArray & buffer ()
|
||||
const QByteArray & buffer () const
|
||||
//const QByteArray & buffer () const
|
||||
const QByteArray & data () const
|
||||
void setBuffer ( QByteArray * byteArray )
|
||||
void setData ( const char * data, int size )
|
||||
|
||||
@@ -56,9 +56,10 @@
|
||||
|
||||
<CLASS>
|
||||
QObject = no
|
||||
Inherits =
|
||||
Inherits =
|
||||
Type = Core
|
||||
New =
|
||||
New =
|
||||
ClubMethods = no
|
||||
</CLASS>
|
||||
|
||||
<CODE>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<CLASS>
|
||||
QObject = no
|
||||
Inherits =
|
||||
Type =
|
||||
Type =
|
||||
New =
|
||||
Destructor = no
|
||||
</CLASS>
|
||||
@@ -133,7 +133,7 @@ QChar toLower () const
|
||||
QChar toTitleCase () const
|
||||
QChar toUpper () const
|
||||
ushort & unicode ()
|
||||
ushort unicode () const
|
||||
//ushort unicode () const
|
||||
UnicodeVersion unicodeVersion () const
|
||||
|
||||
</PROTOS>
|
||||
|
||||
@@ -56,9 +56,9 @@
|
||||
|
||||
<CLASS>
|
||||
QObject = no
|
||||
Inherits =
|
||||
Inherits =
|
||||
Type = Core
|
||||
New =
|
||||
New =
|
||||
List = yes
|
||||
</CLASS>
|
||||
|
||||
@@ -85,7 +85,7 @@ HB_FUNC( QT_QLIST )
|
||||
void append ( const T & value )
|
||||
void append ( const QList<T> & value )
|
||||
const T & at ( int i ) const
|
||||
T & back ()
|
||||
//T & back ()
|
||||
const T & back () const
|
||||
//iterator begin ()
|
||||
//const_iterator begin () const
|
||||
@@ -101,15 +101,15 @@ bool empty () const
|
||||
bool endsWith ( const T & value ) const
|
||||
//iterator erase ( iterator pos )
|
||||
//iterator erase ( iterator begin, iterator end )
|
||||
T & first ()
|
||||
//T & first ()
|
||||
const T & first () const
|
||||
T & front ()
|
||||
//T & front ()
|
||||
const T & front () const
|
||||
int indexOf ( const T & value, int from = 0 ) const
|
||||
void insert ( int i, const T & value )
|
||||
//iterator insert ( iterator before, const T & value )
|
||||
bool isEmpty () const
|
||||
T & last ()
|
||||
//T & last ()
|
||||
const T & last () const
|
||||
int lastIndexOf ( const T & value, int from = -1 ) const
|
||||
int length () const
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
QObject = no
|
||||
Inherits = QList
|
||||
Type = Core
|
||||
New =
|
||||
New =
|
||||
</CLASS>
|
||||
|
||||
<CODE>
|
||||
@@ -106,15 +106,15 @@ int count ( const QString & value ) const
|
||||
|
||||
bool endsWith ( const QString & value ) const
|
||||
|
||||
QString & first ()
|
||||
//QString & first ()
|
||||
const QString & first () const
|
||||
|
||||
QString & front ()
|
||||
//QString & front ()
|
||||
const QString & front () const
|
||||
|
||||
void insert ( int i, const QString & value )
|
||||
|
||||
QString & last ()
|
||||
//QString & last ()
|
||||
const QString & last () const
|
||||
|
||||
QList<QString> mid ( int pos, int length = -1 ) const
|
||||
|
||||
@@ -138,7 +138,7 @@ enum InvertMode { InvertRgb, InvertRgba }
|
||||
<PROTOS>
|
||||
bool allGray () const
|
||||
QImage alphaChannel () const
|
||||
uchar * bits ()
|
||||
//uchar * bits ()
|
||||
const uchar * bits () const
|
||||
int bytesPerLine () const
|
||||
qint64 cacheKey () const
|
||||
@@ -284,7 +284,7 @@ QImage scaled ( ... ){
|
||||
|
||||
QImage scaledToHeight ( int height, Qt::TransformationMode mode = Qt::FastTransformation ) const
|
||||
QImage scaledToWidth ( int width, Qt::TransformationMode mode = Qt::FastTransformation ) const
|
||||
uchar * scanLine ( int i )
|
||||
//uchar * scanLine ( int i )
|
||||
const uchar * scanLine ( int i ) const
|
||||
void setColor ( int index, QRgb colorValue )
|
||||
void setColorTable ( const QVector<QRgb> colors )
|
||||
|
||||
@@ -84,7 +84,7 @@ flags PrintDialogOptions
|
||||
virtual void done ( int result )
|
||||
void open ( QObject * receiver, const char * member )
|
||||
PrintDialogOptions options () const
|
||||
QPrinter * printer () const
|
||||
//QPrinter * printer () const
|
||||
QPrinter * printer ()
|
||||
void setOption ( PrintDialogOption option, bool on = true )
|
||||
void setOptions ( PrintDialogOptions options )
|
||||
|
||||
Reference in New Issue
Block a user