• Antelope Release 5.9 Mac OS X 10.13.2 2019-05-01

 

NAME

BQEvent - BRTT Qt graphics extension event stream object

SYNOPSIS


$(QTNATIVELIBS) -lbqplot_native -lbanner -lbrttutil -lbumapdata $(DBLIBS) $(TRLIBS)

#include "BQ.h"

DESCRIPTION

BQEvent objects provide a standardized mouse/keyboard event structure for other bqplot objects.

INHERITS FROM

None

CONSTRUCTOR

BQEvent(int type, QEvent *event);

Where type is the event type and shuld be one of BQ_QEVENT_TYPE_MOUSEPRESS, for a mouse press event, BQ_QEVENT_TYPE_MOUSEMOVE, for a mouse move event, BQ_QEVENT_TYPE_MOUSERELEASE, for a mouse release event, BQ_QEVENT_TYPE_WHEEL, for a mouse wheel event, BQ_QEVENT_TYPE_ENTER, for an object enter event, BQ_QEVENT_TYPE_LEAVE, for an object leave event, BQ_QEVENT_TYPE_RESIZE, for a window resize event, or BQ_QEVENT_TYPE_PAINT, for a window paint event. The QEvent object that generated the event is specified by event.

METHODS

None

PUBLIC OBJECT VARIABLES

SEE ALSO

bqplot(3), BQGlyph(3), BQGlyphs(3)

AUTHOR

Danny Harvey, BRTT
Printer icon