Qwt User's Guide 6.0.0
Public Member Functions

QwtPickerClickPointMachine Class Reference

A state machine for point selections. More...

#include <qwt_picker_machine.h>

Inheritance diagram for QwtPickerClickPointMachine:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 QwtPickerClickPointMachine ()
virtual QList< Commandtransition (const QwtEventPattern &, const QEvent *)

Detailed Description

A state machine for point selections.

Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 selects a point.

See also:
QwtEventPattern::MousePatternCode, QwtEventPattern::KeyPatternCode

Constructor & Destructor Documentation

QwtPickerClickPointMachine::QwtPickerClickPointMachine ( )

Constructor.


Member Function Documentation

QList< QwtPickerMachine::Command > QwtPickerClickPointMachine::transition ( const QwtEventPattern eventPattern,
const QEvent *  e 
) [virtual]

Transition.

Implements QwtPickerMachine.