OPL_OplGlobals.3 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .TH "OPL::OplGlobals" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. OPL::OplGlobals \- The \fBOplGlobals\fP class encapsulates 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]\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <opl\&.h>\fP
  11. .PP
  12. Inherits QObject\&.
  13. .SS "Public Member Functions"
  14. .in +1c
  15. .ti -1c
  16. .RI "void \fBfillLanguageComboBox\fP (QComboBox *combo_box) const"
  17. .br
  18. .ti -1c
  19. .RI "void \fBfillViewNamesComboBox\fP (QComboBox *combo_box) const"
  20. .br
  21. .ti -1c
  22. .RI "void \fBloadPilotFunctios\fP (QComboBox *combo_box) const"
  23. .br
  24. .ti -1c
  25. .RI "void \fBloadSimulatorTypes\fP (QComboBox *combo_box) const"
  26. .br
  27. .ti -1c
  28. .RI "void \fBloadApproachTypes\fP (QComboBox *combo_box) const"
  29. .br
  30. .ti -1c
  31. .RI "const QStringList & \fBgetApproachTypes\fP () const"
  32. .br
  33. .ti -1c
  34. .RI "const QString \fBgetLanguageFilePath\fP (\fBTranslation\fP language) const"
  35. .br
  36. .ti -1c
  37. .RI "const QString \fBgetViewIdentifier\fP (\fBDbViewName\fP view_name) const"
  38. .br
  39. .ti -1c
  40. .RI "const QString \fBgetDbTableName\fP (\fBDbTable\fP table_name) const"
  41. .br
  42. .in -1c
  43. .SH "Detailed Description"
  44. .PP
  45. The \fBOplGlobals\fP class encapsulates 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]\&.
  46. .SH "Author"
  47. .PP
  48. Generated automatically by Doxygen for openPilotLog from the source code\&.