experimental_AFlightEntry.3 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .TH "experimental::AFlightEntry" 3 "Sun Dec 27 2020" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. experimental::AFlightEntry
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. Inherits \fBexperimental::AEntry\fP\&.
  11. .SS "Public Types"
  12. .in +1c
  13. .ti -1c
  14. .RI "enum \fBpilot\fP { \fBpic\fP, \fBsic\fP, \fBthirdPilot\fP }"
  15. .br
  16. .in -1c
  17. .SS "Public Member Functions"
  18. .in +1c
  19. .ti -1c
  20. .RI "\fBAFlightEntry\fP (const \fBAFlightEntry\fP &pe)=default"
  21. .br
  22. .ti -1c
  23. .RI "\fBAFlightEntry\fP & \fBoperator=\fP (const \fBAFlightEntry\fP &pe)=default"
  24. .br
  25. .ti -1c
  26. .RI "\fBAFlightEntry\fP (int row_id)"
  27. .br
  28. .ti -1c
  29. .RI "\fBAFlightEntry\fP (TableData table_data)"
  30. .br
  31. .ti -1c
  32. .RI "const QString \fBsummary\fP ()"
  33. .br
  34. .RI "Returs a summary of the flight data, if struct holds data\&. "
  35. .ti -1c
  36. .RI "const QString \fBgetRegistration\fP ()"
  37. .br
  38. .RI "Returns the tails' registration from the database\&. "
  39. .ti -1c
  40. .RI "const QString \fBgetPilotName\fP (pilot)"
  41. .br
  42. .RI "Returns the pilots name from the Database\&. "
  43. .in -1c
  44. .SS "Additional Inherited Members"
  45. .SH "Member Function Documentation"
  46. .PP
  47. .SS "const QString experimental::AFlightEntry::getPilotName (pilot pilot_)"
  48. .PP
  49. Returns the pilots name from the Database\&.
  50. .PP
  51. \fBParameters\fP
  52. .RS 4
  53. \fIpilot_number\fP - 1=pic, 2=second \fBPilot\fP, 3 = third \fBPilot\fP
  54. .RE
  55. .PP
  56. \fBReturns\fP
  57. .RS 4
  58. 'Lastname, Firstname'
  59. .RE
  60. .PP
  61. .SS "const QString experimental::AFlightEntry::summary ()"
  62. .PP
  63. Returs a summary of the flight data, if struct holds data\&.
  64. .PP
  65. \fBReturns\fP
  66. .RS 4
  67. 'doft, dept, tofb, dest, tonb'
  68. .RE
  69. .PP
  70. .SH "Author"
  71. .PP
  72. Generated automatically by Doxygen for openPilotLog from the source code\&.