QWheelEvent man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



QWheelEvent(3qt)				 QWheelEvent(3qt)

NAME
       QWheelEvent - Parameters that describe a wheel event

       #include <qevent.h>

       Inherits QEvent.

   Public Members
       QWheelEvent ( const QPoint & pos, int delta, int state )
       QWheelEvent ( const QPoint & pos, const QPoint &
	   globalPos, int delta, int state )
       int delta () const
       const QPoint& pos () const
       const QPoint& globalPos () const
       int x () const
       int y () const
       int globalX () const
       int globalY () const
       ButtonState state () const
       bool isAccepted () const
       void accept ()
       void ignore ()

DESCRIPTION
       The QWheelEvent class contains parameters that describe a
       wheel event.

       Wheel events occur when a mouse wheel is turned while the
       widget has focus. The rotation distance is provided by
       delta(). The functions pos() and globalPos() return the
       mouse pointer location at the time of the event.

       A wheel event contains a special accept flag which tells
       whether the receiver wants the event. You should call
       QWheelEvent::accept() if you handle the wheel event,
       otherwise it will be sent to the parent widget.

       The QWidget::setEnable() function can be used to enable or
       disable mouse and keyboard events for a widget.

       The event handler QWidget::wheelEvent() receive wheel
       events.

       See also QMouseEvent and QWidget::grabMouse().

MEMBER FUNCTION DOCUMENTATION
QWheelEvent::QWheelEvent ( const QPoint & pos, const QPoint &
       globalPos, int delta, int state )
       Constructs a wheel event object.

       See also pos(), globalPos(), delta() and state().

Trolltech AS		   13 June 2001				1

QWheelEvent(3qt)				 QWheelEvent(3qt)

QWheelEvent::QWheelEvent ( const QPoint & pos, int delta, int
       state )
       Constructs a wheel event object.

       The globalPos() is initialized to QCursor::pos(), which
       usually is right but not always. Use the other constructor
       if you need to specify the global position explicitly.

       See also pos(), delta() and state().

void QWheelEvent::accept ()
       Sets the accept flag of the wheel event object.

       Setting the accept parameter indicates that the receiver
       of the event wants the wheel event. Unwanted wheel events
       are sent to the parent widget.

       The accept flag is set by default.

       See also ignore().

int QWheelEvent::delta () const
       Returns the distance that the wheel is rotated, expressed
       in multiples or divisions of WHEEL_DELTA, which is set at
       120 currently.A positive value indicates that the wheel
       was rotated forward, away from the user; a negative value
       indicates that the wheel was rotated backward, toward the
       user.

       The WHEEL_DELTA constant was set to 120 by the wheel mouse
       vendors to allow building finer-resolution wheels in the
       future, including perhaps a freely-rotating wheel with no
       notches. The expectation is that such a device would send
       more messages per rotation, but with a smaller value in
       each message.

const QPoint & QWheelEvent::globalPos () const
       Returns the global position of the mouse pointer at the
       time of the event. This is important on asynchronous
       window systems like X11: Whenever you move your widgets
       around in response to mouse evens, globalPos() can differ
       a lot from the current pointer position QCursor::pos().

       See also globalX() and globalY().

int QWheelEvent::globalX () const
       Returns the global X position of the mouse pointer at the
       time of the event

       See also globalY() and globalPos().

int QWheelEvent::globalY () const
       Returns the global Y position of the mouse pointer at the
       time of the event

Trolltech AS		   13 June 2001				2

QWheelEvent(3qt)				 QWheelEvent(3qt)

       See also globalX() and globalPos().

void QWheelEvent::ignore ()
       Clears the accept flag parameter of the wheel event
       object.

       Clearing the accept parameter indicates that the event
       receiver does not want the wheel event. Unwanted wheel
       events are sent to the parent widget. The accept flag is
       set by default.

       See also accept().

bool QWheelEvent::isAccepted () const
       Returns TRUE if the receiver of the event handles the
       wheel event.

const QPoint & QWheelEvent::pos () const
       Returns the position of the mouse pointer, relative to the
       widget that received the event.

       If you move your widgets around in response to mouse
       evens, use globalPos() instead of this function.

       See also x(), y() and globalPos().

ButtonState QWheelEvent::state () const
       Returns the keyboard modifier flags of the event.

       The returned value is ShiftButton, ControlButton and
       AltButton OR'ed together.

int QWheelEvent::x () const
       Returns the X position of the mouse pointer, relative to
       the widget that received the event.

       See also y() and pos().

int QWheelEvent::y () const
       Returns the Y position of the mouse pointer, relative to
       the widget that received the event.

       See also	 x() and pos().

SEE ALSO
       http://doc.trolltech.com/qwheelevent.html
       http://www.trolltech.com/faq/tech.html

COPYRIGHT
       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.

Trolltech AS		   13 June 2001				3

QWheelEvent(3qt)				 QWheelEvent(3qt)

AUTHOR
       Generated automatically from the source code.

BUGS
       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.	Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page
       (qwheelevent.3qt) and the Qt version (2.3.1).

Trolltech AS		   13 June 2001				4

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net