A state machine for point selections. More...
#include <qwt_picker_machine.h>
Public Member Functions | |
virtual CommandList | transition (const QwtEventPattern &, const QEvent *) |
A state machine for point selections.
Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 selects a point.
QwtPickerMachine::CommandList QwtPickerClickPointMachine::transition | ( | const QwtEventPattern & | eventPattern, | |
const QEvent * | e | |||
) | [virtual] |
Transition.
Implements QwtPickerMachine.