2
0

AEntry.3 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .TH "AEntry" 3 "Fri Mar 4 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. AEntry \- The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <aentry\&.h>\fP
  11. .PP
  12. Inherited by \fBAAircraftEntry\fP, \fBACurrencyEntry\fP, \fBAFlightEntry\fP, \fBAPilotEntry\fP, and \fBATailEntry\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBAEntry\fP (const \fBAEntry\fP &)=default"
  17. .br
  18. .ti -1c
  19. .RI "\fBAEntry\fP & \fBoperator=\fP (const \fBAEntry\fP &)=default"
  20. .br
  21. .ti -1c
  22. .RI "\fBAEntry\fP (\fBDataPosition\fP position_)"
  23. .br
  24. .ti -1c
  25. .RI "\fBAEntry\fP (OPL::RowData_T table_data)"
  26. .br
  27. .ti -1c
  28. .RI "\fBAEntry\fP (\fBDataPosition\fP position_, OPL::RowData_T table_data)"
  29. .br
  30. .ti -1c
  31. .RI "void \fBsetData\fP (OPL::RowData_T table_data)"
  32. .br
  33. .ti -1c
  34. .RI "void \fBsetPosition\fP (\fBDataPosition\fP position_)"
  35. .br
  36. .ti -1c
  37. .RI "const \fBDataPosition\fP & \fBgetPosition\fP () const"
  38. .br
  39. .ti -1c
  40. .RI "const OPL::RowData_T & \fBgetData\fP () const"
  41. .br
  42. .ti -1c
  43. .RI "\fBoperator QString\fP () const"
  44. .br
  45. .RI "operator QString provides compatibilty with QDebug() - prints the tableData in a readable formatting to stdout "
  46. .in -1c
  47. .SS "Public Attributes"
  48. .in +1c
  49. .ti -1c
  50. .RI "OPL::RowData_T \fBtableData\fP"
  51. .br
  52. .in -1c
  53. .SS "Protected Attributes"
  54. .in +1c
  55. .ti -1c
  56. .RI "\fBDataPosition\fP \fBposition\fP"
  57. .br
  58. .in -1c
  59. .SH "Detailed Description"
  60. .PP
  61. The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
  62. .SH "Author"
  63. .PP
  64. Generated automatically by Doxygen for openPilotLog from the source code\&.