QwtPickerDragPointMachine.3 987 B

1234567891011121314151617181920212223242526272829303132333435
  1. .TH "QwtPickerDragPointMachine" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPickerDragPointMachine \- A state machine for point selections\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <qwt_picker_machine\&.h>\fP
  11. .PP
  12. Inherits \fBQwtPickerMachine\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBQwtPickerDragPointMachine\fP ()"
  17. .br
  18. .RI "Constructor\&. "
  19. .ti -1c
  20. .RI "virtual QList< \fBCommand\fP > \fBtransition\fP (const \fBQwtEventPattern\fP &, const QEvent *)"
  21. .br
  22. .RI "Transition\&. "
  23. .in -1c
  24. .SS "Additional Inherited Members"
  25. .SH "Detailed Description"
  26. .PP
  27. A state machine for point selections\&.
  28. Pressing \fBQwtEventPattern::MouseSelect1\fP or \fBQwtEventPattern::KeySelect1\fP starts the selection, releasing \fBQwtEventPattern::MouseSelect1\fP or a second press of \fBQwtEventPattern::KeySelect1\fP terminates it\&.
  29. .SH "Author"
  30. .PP
  31. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.