Qwt User's Guide
svn
|
#include <qwt_picker_machine.h>
Inherits QwtPickerMachine.
Public Types | |
enum | Command { Begin, Append, Move, Remove, End } |
enum | SelectionType { NoSelection = -1, PointSelection, RectSelection, PolygonSelection } |
Public Member Functions | |
QwtPickerTrackerMachine () | |
void | reset () |
SelectionType | selectionType () const |
void | setState (int) |
int | state () const |
virtual QList< Command > | transition (const QwtEventPattern &, const QEvent *) |
A state machine for indicating mouse movements.
QwtPickerTrackerMachine supports displaying information corresponding to mouse movements, but is not intended for selecting anything. Begin/End are related to Enter/Leave events.
enum QwtPickerMachine::Command [inherited] |
Commands - the output of a state machine.
enum QwtPickerMachine::SelectionType [inherited] |
Type of a selection.
QwtPickerTrackerMachine::QwtPickerTrackerMachine | ( | ) |
Constructor.
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 > QwtPickerTrackerMachine::transition | ( | const QwtEventPattern & | , |
const QEvent * | e | ||
) | [virtual] |
Transition.
Implements QwtPickerMachine.