* 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.
58 lines
914 B
Plaintext
58 lines
914 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 = QGraphicsSceneEvent
|
|
Type =
|
|
New =
|
|
Constructor =
|
|
</CLASS>
|
|
|
|
<CODE>
|
|
#include <QtGui/QGraphicsSceneContextMenuEvent>
|
|
#include <QtCore/QPointF>
|
|
#include <QtCore/QPoint>
|
|
|
|
|
|
/*
|
|
* QGraphicsSceneContextMenuEvent ()
|
|
* ~QGraphicsSceneContextMenuEvent ()
|
|
*/
|
|
HB_FUNC( QT_QGRAPHICSSCENECONTEXTMENUEVENT )
|
|
{
|
|
__HB_RETPTRGC__( new QGraphicsSceneContextMenuEvent() );
|
|
}
|
|
</CODE>
|
|
|
|
<ENUMS>
|
|
enum Reason { Mouse, Keyboard, Other }
|
|
</ENUMS>
|
|
|
|
<PROTOS>
|
|
Qt::KeyboardModifiers modifiers () const
|
|
QPointF pos () const
|
|
Reason reason () const
|
|
QPointF scenePos () const
|
|
QPoint screenPos () const
|
|
</PROTOS>
|
|
|
|
<SLOTS>
|
|
</SLOTS>
|
|
|
|
<SIGNALS>
|
|
</SIGNALS>
|
|
|
|
<VARIABLES>
|
|
</VARIABLES>
|