12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .TH "ACompletionData" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- 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\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <acompletiondata\&.h>\fP
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "void \fBinit\fP ()"
- .br
- .RI "init Retrieves Data and populates Lists and Maps "
- .ti -1c
- .RI "void \fBupdate\fP ()"
- .br
- .RI "updates data from the user modifiable tables "
- .ti -1c
- .RI "void \fBupdateTails\fP ()"
- .br
- .ti -1c
- .RI "void \fBupdatePilots\fP ()"
- .br
- .in -1c
- .SS "Public Attributes"
- .in +1c
- .ti -1c
- .RI "QHash< int, QString > \fBpilotsIdMap\fP"
- .br
- .ti -1c
- .RI "QHash< int, QString > \fBtailsIdMap\fP"
- .br
- .ti -1c
- .RI "QHash< int, QString > \fBairportIcaoIdMap\fP"
- .br
- .ti -1c
- .RI "QHash< int, QString > \fBairportIataIdMap\fP"
- .br
- .ti -1c
- .RI "QHash< int, QString > \fBairportNameIdMap\fP"
- .br
- .ti -1c
- .RI "QStringList \fBpilotList\fP"
- .br
- .ti -1c
- .RI "QStringList \fBtailsList\fP"
- .br
- .ti -1c
- .RI "QStringList \fBairportList\fP"
- .br
- .ti -1c
- .RI "UserDataState \fBcurrent_state\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- 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\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|