* 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.
54 lines
911 B
Plaintext
54 lines
911 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>
|
|
QObject = no
|
|
Inherit =
|
|
Type = Core
|
|
New =
|
|
Destructor =
|
|
</CLASS>
|
|
|
|
<CODE>
|
|
#include <QtGui/QTableWidgetSelectionRange>
|
|
|
|
|
|
/* QTableWidgetSelectionRange ()
|
|
* QTableWidgetSelectionRange ( int top, int left, int bottom, int right )
|
|
* QTableWidgetSelectionRange ( const QTableWidgetSelectionRange & other )
|
|
* ~QTableWidgetSelectionRange ()
|
|
*/
|
|
HB_FUNC( QT_QTABLEWIDGETSELECTIONRANGE )
|
|
{
|
|
__HB_RETPTRGC__( new QTableWidgetSelectionRange() );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
int bottomRow () const
|
|
int columnCount () const
|
|
int leftColumn () const
|
|
int rightColumn () const
|
|
int rowCount () const
|
|
int topRow () const
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|