ACalc_NightTimeValues.3 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .TH "ACalc::NightTimeValues" 3 "Mon Jul 11 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. ACalc::NightTimeValues \- The \fBNightTimeValues\fP struct encapsulates values relating to night time that are needed by the \fBNewFlightDialog\fP\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <acalc\&.h>\fP
  11. .SS "Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBNightTimeValues\fP (const QString &dept, const QString &dest, const QDateTime &departure_time, int block_minutes, int night_angle)"
  15. .br
  16. .ti -1c
  17. .RI "\fBNightTimeValues\fP (bool to_night, bool ldg_night, int night_minutes, QTime night_time, QTime total_time)"
  18. .br
  19. .ti -1c
  20. .RI "bool \fBisAllDay\fP ()"
  21. .br
  22. .ti -1c
  23. .RI "bool \fBisAllNight\fP ()"
  24. .br
  25. .ti -1c
  26. .RI "bool \fBisDayToNight\fP ()"
  27. .br
  28. .ti -1c
  29. .RI "bool \fBisNightToDay\fP ()"
  30. .br
  31. .in -1c
  32. .SS "Public Attributes"
  33. .in +1c
  34. .ti -1c
  35. .RI "bool \fBtakeOffNight\fP"
  36. .br
  37. .ti -1c
  38. .RI "bool \fBlandingNight\fP"
  39. .br
  40. .ti -1c
  41. .RI "int \fBnightMinutes\fP"
  42. .br
  43. .ti -1c
  44. .RI "QTime \fBnightTime\fP"
  45. .br
  46. .ti -1c
  47. .RI "QTime \fBtotalTime\fP"
  48. .br
  49. .in -1c
  50. .SH "Detailed Description"
  51. .PP
  52. The \fBNightTimeValues\fP struct encapsulates values relating to night time that are needed by the \fBNewFlightDialog\fP\&.
  53. .SH "Author"
  54. .PP
  55. Generated automatically by Doxygen for openPilotLog from the source code\&.