* 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.
52 lines
839 B
Plaintext
52 lines
839 B
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>
|
|
Inherit = QTextObject
|
|
Type = Core
|
|
New =
|
|
Destructor = no
|
|
Constructor = no
|
|
</CLASS>
|
|
|
|
<CODE>
|
|
#include <QtGui/QTextBlockGroup>
|
|
|
|
|
|
/*
|
|
* QTextBlockGroup ( QTextDocument * document )
|
|
*/
|
|
HB_FUNC( QT_QTEXTBLOCKGROUP )
|
|
{
|
|
//__HB_RETPTRGC__( new QTextBlockGroup( hbqt_par_QTextDocument( 1 ) ) );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
//virtual void blockFormatChanged ( const QTextBlock & block )
|
|
//virtual void blockInserted ( const QTextBlock & block )
|
|
#
|
|
//QList<QTextBlock> blockList () const
|
|
#
|
|
//virtual void blockRemoved ( const QTextBlock & block )
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|