* contrib/hbqt/qtcore/qth/*.qth
* contrib/hbqt/qtgui/qth/*.qth
* contrib/hbqt/qtnetwork/qth/*.qth
! Copyright year bump.
+ Formatting.
- Long coptyright notice to short one.
57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Qt wrapper generator control file
|
|
*
|
|
* Copyright 2009-2012 Pritpal Bedi <bedipritpal@hotmail.com>
|
|
* www - http://www.harbour-project.org
|
|
*
|
|
* See COPYING for licensing terms.
|
|
*/
|
|
|
|
<CLASS>
|
|
QObject = no
|
|
Inherit =
|
|
Type = Core
|
|
New =
|
|
</CLASS>
|
|
|
|
<CODE>
|
|
#include <QtGui/QTextDocumentFragment>
|
|
|
|
|
|
/*
|
|
* QTextDocumentFragment ()
|
|
* QTextDocumentFragment ( const QTextDocument * document )
|
|
* QTextDocumentFragment ( const QTextCursor & cursor )
|
|
* QTextDocumentFragment ( const QTextDocumentFragment & other )
|
|
* ~QTextDocumentFragment ()
|
|
*/
|
|
HB_FUNC( QT_QTEXTDOCUMENTFRAGMENT )
|
|
{
|
|
__HB_RETPTRGC__( new QTextDocumentFragment() );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
bool isEmpty () const
|
|
QString toHtml ( const QByteArray & encoding ) const
|
|
QString toHtml () const
|
|
QString toPlainText () const
|
|
|
|
QTextDocumentFragment fromHtml ( const QString & text )
|
|
QTextDocumentFragment fromHtml ( const QString & text, const QTextDocument * resourceProvider )
|
|
QTextDocumentFragment fromPlainText ( const QString & plainText )
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|