10 #ifndef QWT_PICKER_MACHINE
11 #define QWT_PICKER_MACHINE 1
13 #include "qwt_global.h"
A state machine for point selections.
Definition: qwt_picker_machine.h:119
A state machine for point selections.
Definition: qwt_picker_machine.h:103
A state machine for polygon selections.
Definition: qwt_picker_machine.h:206
@ RectSelection
The state machine is for selecting a rectangle (2 points).
Definition: qwt_picker_machine.h:44
SelectionType
Definition: qwt_picker_machine.h:36
A collection of event patterns.
Definition: qwt_event_pattern.h:30
A state machine for indicating mouse movements.
Definition: qwt_picker_machine.h:86
A state machine for rectangle selections.
Definition: qwt_picker_machine.h:162
Command
Commands - the output of a state machine.
Definition: qwt_picker_machine.h:52
A state machine for QwtPicker selections.
Definition: qwt_picker_machine.h:29
A state machine for line selections.
Definition: qwt_picker_machine.h:186
virtual QList< Command > transition(const QwtEventPattern &, const QEvent *)=0
Transition.
A state machine for rectangle selections.
Definition: qwt_picker_machine.h:141
@ PointSelection
The state machine is for selecting a single point.
Definition: qwt_picker_machine.h:41