QwtPickerMachine(3) | Qwt User's Guide | QwtPickerMachine(3) |
QwtPickerMachine - A state machine for QwtPicker selections.
#include <qwt_picker_machine.h>
Inherited by QwtPickerClickPointMachine, QwtPickerClickRectMachine, QwtPickerDragLineMachine, QwtPickerDragPointMachine, QwtPickerDragRectMachine, QwtPickerPolygonMachine, and QwtPickerTrackerMachine.
enum SelectionType { NoSelection = -1,
PointSelection, RectSelection, PolygonSelection }
enum Command { Begin, Append, Move, Remove,
End }
Commands - the output of a state machine.
QwtPickerMachine (SelectionType)
Constructor. virtual ~QwtPickerMachine ()
Destructor. virtual QList< Command > transition (const
QwtEventPattern &, const QEvent *)=0
Transition. void reset ()
Set the current state to 0. int state () const
Return the current state. void setState (int)
Change the current state. SelectionType selectionType () const
Return the selection type.
A state machine for QwtPicker selections.
QwtPickerMachine accepts key and mouse events and translates them into selection commands.
See also:
Type of a selection.
See also:
Enumerator
Generated automatically by Doxygen for Qwt User's Guide from the source code.
Wed Jan 2 2019 | Version 6.1.4 |