QwtPickerDragPointMachine Class Reference

A state machine for point selections. More...

#include <qwt_picker_machine.h>

Inheritance diagram for QwtPickerDragPointMachine:

Inheritance graph
[legend]

List of all members.

Public Types

enum  Command {
  Begin,
  Append,
  Move,
  Remove,
  End
}
enum  SelectionType {
  NoSelection = -1,
  PointSelection,
  RectSelection,
  PolygonSelection
}

Public Member Functions

 QwtPickerDragPointMachine ()
void reset ()
SelectionType selectionType () const
void setState (int)
int state () const
virtual QList< Commandtransition (const QwtEventPattern &, const QEvent *)


Detailed Description

A state machine for point selections.

Pressing QwtEventPattern::MouseSelect1 or QwtEventPattern::KeySelect1 starts the selection, releasing QwtEventPattern::MouseSelect1 or a second press of QwtEventPattern::KeySelect1 terminates it.


Member Enumeration Documentation

enum QwtPickerMachine::Command [inherited]

Commands - the output of a state machine.

Type of a selection.

See also:
selectionType()
Enumerator:
NoSelection  The state machine not usable for any type of selection.
PointSelection  The state machine is for selecting a single point.
RectSelection  The state machine is for selecting a rectangle (2 points).
PolygonSelection  The state machine is for selecting a polygon (many points).


Constructor & Destructor Documentation

QwtPickerDragPointMachine::QwtPickerDragPointMachine (  ) 

Constructor.


Member Function Documentation

void QwtPickerMachine::reset (  )  [inherited]

Set the current state to 0.

QwtPickerMachine::SelectionType QwtPickerMachine::selectionType (  )  const [inherited]

Return the selection type.

void QwtPickerMachine::setState ( int  state  )  [inherited]

Change the current state.

int QwtPickerMachine::state (  )  const [inherited]

Return the current state.

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

Transition.

Implements QwtPickerMachine.


Generated on Wed Jan 11 15:23:02 2012 for Qwt User's Guide by  doxygen 1.5.9