QwtPickerDragLineMachine.3 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .TH "QwtPickerDragLineMachine" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPickerDragLineMachine \- A state machine for line 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 "\fBQwtPickerDragLineMachine\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 line selections\&.
  28. Pressing \fBQwtEventPattern::MouseSelect1\fP selects the first point, releasing it the second point\&. Pressing \fBQwtEventPattern::KeySelect1\fP also selects the first point, a second press selects the second point and terminates the selection\&.
  29. .PP
  30. A common use case of \fBQwtPickerDragLineMachine\fP are pickers for distance measurements\&.
  31. .PP
  32. \fBSee also\fP
  33. .RS 4
  34. \fBQwtEventPattern::MousePatternCode\fP, \fBQwtEventPattern::KeyPatternCode\fP
  35. .RE
  36. .PP
  37. .SH "Author"
  38. .PP
  39. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.