Opl.3 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH "Opl" 3 "Tue May 4 2021" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. Opl \- A namespace to collect constants and enums used throughout the application\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .SS "Namespaces"
  10. .in +1c
  11. .ti -1c
  12. .RI " \fBDb\fP"
  13. .br
  14. .in -1c
  15. .SS "Classes"
  16. .in +1c
  17. .ti -1c
  18. .RI "class \fBANotificationHandler\fP"
  19. .br
  20. .RI "The \fBANotificationHandler\fP class handles displaying of user-directed messages\&. It displays information to the user and forwards the displayed message to \fBALog\fP so it is written to the console and log files\&. The INFO, WARN and CRIT makros provide convenient access\&. "
  21. .in -1c
  22. .SS "Enumerations"
  23. .in +1c
  24. .ti -1c
  25. .RI "enum \fBTranslations\fP { \fBEnglish\fP, \fBGerman\fP, \fBSpanish\fP }"
  26. .br
  27. .in -1c
  28. .SH "Detailed Description"
  29. .PP
  30. A namespace to collect constants and enums used throughout the application\&.
  31. The opl namespace collects enums and constants that are used throughout the application and provide uniform access\&.
  32. .PP
  33. The date, time and datetime namespaces include enums used to differentiate date and time formats for QDate, QTime and QDateTime that deviate from standard values included in the Qt Framework like Qt::ISODate and are to be used in conjunction with the \&.toString() members of these classes\&.
  34. .PP
  35. The db namespace contains constants for programatically accessing the database in a fast and uniform manner\&.
  36. .SH "Author"
  37. .PP
  38. Generated automatically by Doxygen for openPilotLog from the source code\&.