QwtPickerDragRectMachine.3 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .TH "QwtPickerDragRectMachine" 3 "Mon Dec 28 2020" "Version 6.1.6" "Qwt User's Guide" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. QwtPickerDragRectMachine \- A state machine for rectangle 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 "\fBQwtPickerDragRectMachine\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 rectangle 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. \fBSee also\fP
  31. .RS 4
  32. \fBQwtEventPattern::MousePatternCode\fP, \fBQwtEventPattern::KeyPatternCode\fP
  33. .RE
  34. .PP
  35. .SH "Author"
  36. .PP
  37. Generated automatically by Doxygen for Qwt User's Guide from the source code\&.