2
0

ACompletionData.3 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .TH "ACompletionData" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. ACompletionData \- The \fBACompletionData\fP class provides data to QCompleters and QHashs used for mapping user input to database keys\&. It retreives the completer targets and mapping data from the database and caches it for fast access without the need to query the database\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <acompletiondata\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "void \fBinit\fP ()"
  15. .br
  16. .RI "init Retrieves Data and populates Lists and Maps "
  17. .ti -1c
  18. .RI "void \fBupdate\fP ()"
  19. .br
  20. .RI "updates data from the user modifiable tables "
  21. .ti -1c
  22. .RI "void \fBupdateTails\fP ()"
  23. .br
  24. .ti -1c
  25. .RI "void \fBupdatePilots\fP ()"
  26. .br
  27. .in -1c
  28. .SS "Public Attributes"
  29. .in +1c
  30. .ti -1c
  31. .RI "QHash< int, QString > \fBpilotsIdMap\fP"
  32. .br
  33. .ti -1c
  34. .RI "QHash< int, QString > \fBtailsIdMap\fP"
  35. .br
  36. .ti -1c
  37. .RI "QHash< int, QString > \fBairportIcaoIdMap\fP"
  38. .br
  39. .ti -1c
  40. .RI "QHash< int, QString > \fBairportIataIdMap\fP"
  41. .br
  42. .ti -1c
  43. .RI "QHash< int, QString > \fBairportNameIdMap\fP"
  44. .br
  45. .ti -1c
  46. .RI "QStringList \fBpilotList\fP"
  47. .br
  48. .ti -1c
  49. .RI "QStringList \fBtailsList\fP"
  50. .br
  51. .ti -1c
  52. .RI "QStringList \fBairportList\fP"
  53. .br
  54. .ti -1c
  55. .RI "UserDataState \fBcurrent_state\fP"
  56. .br
  57. .in -1c
  58. .SH "Detailed Description"
  59. .PP
  60. The \fBACompletionData\fP class provides data to QCompleters and QHashs used for mapping user input to database keys\&. It retreives the completer targets and mapping data from the database and caches it for fast access without the need to query the database\&.
  61. .SH "Author"
  62. .PP
  63. Generated automatically by Doxygen for openPilotLog from the source code\&.