* 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.
64 lines
1.1 KiB
Plaintext
64 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 = QGraphicsSceneEvent
|
|
Type =
|
|
New =
|
|
Constructor =
|
|
</CLASS>
|
|
|
|
<CODE>
|
|
#include <QtGui/QGraphicsSceneMouseEvent>
|
|
#include <QtCore/QPointF>
|
|
#include <QtCore/QPoint>
|
|
|
|
|
|
/*
|
|
* QGraphicsSceneMouseEvent ()
|
|
* ~QGraphicsSceneMouseEvent ()
|
|
*/
|
|
HB_FUNC( QT_QGRAPHICSSCENEMOUSEEVENT )
|
|
{
|
|
__HB_RETPTRGC__( new QGraphicsSceneMouseEvent() );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
Qt::MouseButton button () const
|
|
QPointF buttonDownPos ( Qt::MouseButton button ) const
|
|
QPointF buttonDownScenePos ( Qt::MouseButton button ) const
|
|
QPoint buttonDownScreenPos ( Qt::MouseButton button ) const
|
|
Qt::MouseButtons buttons () const
|
|
QPointF lastPos () const
|
|
QPointF lastScenePos () const
|
|
QPoint lastScreenPos () const
|
|
Qt::KeyboardModifiers modifiers () const
|
|
QPointF pos () const
|
|
QPointF scenePos () const
|
|
QPoint screenPos () const
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|
|
|
|
<VARIABLES>
|
|
</VARIABLES>
|