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