27#ifndef QWT_PICKER_MACHINE
28#define QWT_PICKER_MACHINE
30#include "qwt_global.h"
34template<
typename T >
class QList;
99 SelectionType selectionType()
const;
102 const SelectionType m_selectionType;
Definition qwt_dyngrid_layout.h:33
A collection of event patterns.
Definition qwt_event_pattern.h:54
A state machine for point selections.
Definition qwt_picker_machine.h:145
A state machine for rectangle selections.
Definition qwt_picker_machine.h:201
A state machine for line selections.
Definition qwt_picker_machine.h:260
A state machine for point selections.
Definition qwt_picker_machine.h:170
A state machine for rectangle selections.
Definition qwt_picker_machine.h:229
A state machine for QwtPicker selections.
Definition qwt_picker_machine.h:51
SelectionType
Type of a selection.
Definition qwt_picker_machine.h:58
@ RectSelection
The state machine is for selecting a rectangle (2 points).
Definition qwt_picker_machine.h:66
@ PointSelection
The state machine is for selecting a single point.
Definition qwt_picker_machine.h:63
Command
Commands - the output of a state machine.
Definition qwt_picker_machine.h:74
A state machine for polygon selections.
Definition qwt_picker_machine.h:290
A state machine for indicating mouse movements.
Definition qwt_picker_machine.h:120