27#ifndef QWT_PICKER_MACHINE
28#define QWT_PICKER_MACHINE
30#include "qwt_global.h"
92 SelectionType selectionType()
const;
95 const SelectionType m_selectionType;
Definition qwt_raster_data.h:38
A collection of event patterns
Definition qwt_event_pattern.h:46
A state machine for point selections
Definition qwt_picker_machine.h:122
A state machine for rectangle selections
Definition qwt_picker_machine.h:159
A state machine for line selections
Definition qwt_picker_machine.h:199
A state machine for point selections
Definition qwt_picker_machine.h:138
A state machine for rectangle selections
Definition qwt_picker_machine.h:178
A state machine for QwtPicker selections
Definition qwt_picker_machine.h:45
SelectionType
Type of a selection.
Definition qwt_picker_machine.h:52
@ RectSelection
The state machine is for selecting a rectangle (2 points).
Definition qwt_picker_machine.h:60
@ PointSelection
The state machine is for selecting a single point.
Definition qwt_picker_machine.h:57
Command
Commands - the output of a state machine
Definition qwt_picker_machine.h:68
A state machine for polygon selections
Definition qwt_picker_machine.h:218
A state machine for indicating mouse movements
Definition qwt_picker_machine.h:106