openPilotLog
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NOPLA namespace to collect constants and enums used throughout the application
 NCalcThe ACalc namespace provides various functions for calculations that are performed outside of the database. This includes tasks like converting different units and formats, or functions calculating block time or night time
 CNightTimeValuesThe NightTimeValues struct encapsulates values relating to night time that are needed by the NewFlightDialog
 CPaths
 CStyleSheetThe StyleSheet struct holds the Display Name and File Name (in the resource system) for the available stylesheets
 CStyleThe AStyle class encapsulates style and stylesheet logic
 CDatabaseThe DB class encapsulates the SQL database by providing fast access to hot database data
 CDbCompletionDataProvides data for QCompleters and QHashs
 CDbSummaryCollects summaries of entries and relevant data from the database
 CRowInterface for retreiving and submitting entries from the database
 CAircraftEntryA Row representing an Aircraft entry. See Row class for details
 CTailEntryA Row representing a Tail (Registration) entry. See Row class for details
 CPilotEntryA Row representing a Pilot entry. See Row class for details
 CSimulatorEntryA Row representing a Simulator entry. See Row class for details
 CFlightEntryA Row representing a Flight entry. See Row class for details
 CCurrencyEntryA Row representing a Currency entry. See Row class for details
 CAirportEntryA Row representing an Airport entry. See Row class for details
 CDateTime
 CANotificationHandlerHandles displaying of user-directed messages. It displays information to the user in a QMessageBox and forwards the displayed message to ALog so it is written to the console and log files. The INFO, WARN and CRIT makros provide convenient access
 COplGlobalsEncapsulates non-POD globals to avoid making them static. It is available as a global static object via the OPL::GLOBAL makro and may be used as if it were a pointer, guaranteed to be initialized exactly once. For more information, see (Q_GLOBAL_STATIC)[https://doc.qt.io/qt-5/qglobalstatic.html#details]
 CAircraftWidgetThe AircraftWidget is used to view, edit, delete or add new tails
 CAirportWidget
 CATimerEasy to use performance timer
 CBackupWidgetThe BackupWidget is the interface for the user to create and restore backups of the database
 CDebugWidget
 CDownloadHelper
 CFirstRunDialogThe FirstRunDialog is used as a set-up wizard for the application
 CHomeWidgetThe HomeWidget is the welcome screen of the application
 CJsonHelperResponsible for parsing the database (sqlite) to and from JSON
 CLogbookWidgetThe LogbookWidget displays data from the database in a QSqlTableView fed by a QSqlQuery Model
 CMd5SumResponsible for calculating cryptographic hashes of files (used to verify downloads)
 CNewAirportDialog
 CNewFlightDialogThe NewFlightDialog is used to add or edit entries from the flights table in the database
 CNewPilotDialogThe NewPilotDialog enables adding new entries to the pilot table in the database
 CNewSimDialogEnables adding a new Simulator Session to the database or editing an existing one
 CNewTailDialogThe NewTailDialog enables adding new Tail entries to the database or editing existing ones
 CPilotsWidgetThe PilotsWidget is used to view, edit, delete or add new pilots
 CProcessAircraft
 CProcessFlights
 CProcessPilots
 CRunGuardEnsures only a single instance of the application is running simultaneously
 CSettingsThin wrapper for the QSettings class, simplifying reading and writing of settings
 CSettingsWidgetThe SettingsWidget is used to to display and alter Settings
 CTranslatorThe ATranslator class is responsible for managing the QTranslator used for providing localisations. Translations are planned, but are not currently being worked on. The way QT language tools are working with CMAKE, there are some considerations for when works on translation actually start. See here and here. Long story short, make sure to use a version of CMake that is 3.16 or earlier, or 3.19.2 or later
 CValidationStateEncapsulates a QBitArray that has a bit set (or unset) depending on wether the input for the associated index has been verified. The indexes correspond to the mandatory items enumerated in the ValidationItem enum