OPL_Row.3 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .TH "OPL::Row" 3 "Mon Jul 11 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. OPL::Row \- The \fBRow\fP class provides an interface for retreiving and submitting entries from the database\&. It is a bass class and when instantiated, the appropriate subclass should be used\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <row\&.h>\fP
  11. .PP
  12. Inherited by \fBOPL::AircraftEntry\fP, \fBOPL::CurrencyEntry\fP, \fBOPL::FlightEntry\fP, \fBOPL::PilotEntry\fP, \fBOPL::SimulatorEntry\fP, and \fBOPL::TailEntry\fP\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "\fBRow\fP (\fBOPL::DbTable\fP table_name, int row_id, const OPL::RowData_T &row_data)"
  17. .br
  18. .ti -1c
  19. .RI "\fBRow\fP (\fBOPL::DbTable\fP table_name, int row_id)"
  20. .br
  21. .ti -1c
  22. .RI "\fBRow\fP (\fBOPL::DbTable\fP table_name)"
  23. .br
  24. .ti -1c
  25. .RI "\fBRow\fP (const \fBRow\fP &)=default"
  26. .br
  27. .ti -1c
  28. .RI "\fBRow\fP & \fBoperator=\fP (const \fBRow\fP &)=default"
  29. .br
  30. .ti -1c
  31. .RI "OPL::RowData_T \fBgetData\fP () const"
  32. .br
  33. .ti -1c
  34. .RI "void \fBsetData\fP (const OPL::RowData_T &value)"
  35. .br
  36. .ti -1c
  37. .RI "int \fBgetRowId\fP () const"
  38. .br
  39. .ti -1c
  40. .RI "void \fBsetRowId\fP (int value)"
  41. .br
  42. .ti -1c
  43. .RI "\fBOPL::DbTable\fP \fBgetTableName\fP () const"
  44. .br
  45. .ti -1c
  46. .RI "bool \fBisValid\fP () const"
  47. .br
  48. .ti -1c
  49. .RI "\fBoperator QString\fP () const"
  50. .br
  51. .in -1c
  52. .SS "Protected Attributes"
  53. .in +1c
  54. .ti -1c
  55. .RI "bool \fBhasData\fP"
  56. .br
  57. .ti -1c
  58. .RI "bool \fBvalid\fP = true"
  59. .br
  60. .in -1c
  61. .SH "Detailed Description"
  62. .PP
  63. The \fBRow\fP class provides an interface for retreiving and submitting entries from the database\&. It is a bass class and when instantiated, the appropriate subclass should be used\&.
  64. .SH "Author"
  65. .PP
  66. Generated automatically by Doxygen for openPilotLog from the source code\&.