Eneboo - Documentación para desarrolladores
Tipos públicos | Métodos públicos | Métodos protegidos
Referencia de la Clase QwtPickerMachine

A state machine for QwtPicker selections. Más...

#include <qwt_picker_machine.h>

Diagrama de herencias de QwtPickerMachine
QwtPickerClickPointMachine QwtPickerClickRectMachine QwtPickerDragPointMachine QwtPickerDragRectMachine QwtPickerPolygonMachine

Lista de todos los miembros.

Tipos públicos

enum  Command { Begin, Append, Move, End }
 Commands - the output of the state machine. Más...
typedef QValueList< CommandCommandList

Métodos públicos

virtual ~QwtPickerMachine ()
 Destructor.
virtual CommandList transition (const QwtEventPattern &, const QEvent *)=0
 Transition.
void reset ()
 Set the current state to 0.
int state () const
 Return the current state.
void setState (int)
 Change the current state.

Métodos protegidos

 QwtPickerMachine ()
 Constructor.

Descripción detallada

A state machine for QwtPicker selections.

QwtPickerMachine accepts key and mouse events and translates them into selection commands.

Ver también:
QwtEventPattern::MousePatternCode, QwtEventPattern::KeyPatternCode

Documentación de los 'Typedef' miembros de la clase


Documentación de las enumeraciones miembro de la clase

Commands - the output of the state machine.

Valores de enumeraciones:
Begin 
Append 
Move 
End 

Documentación del constructor y destructor

QwtPickerMachine::~QwtPickerMachine ( ) [virtual]

Destructor.

QwtPickerMachine::QwtPickerMachine ( ) [protected]

Constructor.


Documentación de las funciones miembro

void QwtPickerMachine::reset ( void  )

Set the current state to 0.

void QwtPickerMachine::setState ( int  state)

Change the current state.

int QwtPickerMachine::state ( ) const

Return the current state.

virtual CommandList QwtPickerMachine::transition ( const QwtEventPattern ,
const QEvent  
) [pure virtual]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'