2
0

OPL_ANotificationHandler.3 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. .TH "OPL::ANotificationHandler" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. OPL::ANotificationHandler \- The \fBANotificationHandler\fP class handles 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\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <opl\&.h>\fP
  11. .SS "Static Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "static void \fBinfo\fP (const QString msg, QWidget *parent=nullptr)"
  15. .br
  16. .ti -1c
  17. .RI "static void \fBwarn\fP (const QString msg, QWidget *parent=nullptr)"
  18. .br
  19. .ti -1c
  20. .RI "static void \fBcrit\fP (const QString msg, QWidget *parent=nullptr)"
  21. .br
  22. .in -1c
  23. .SH "Detailed Description"
  24. .PP
  25. The \fBANotificationHandler\fP class handles 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\&.
  26. .SH "Author"
  27. .PP
  28. Generated automatically by Doxygen for openPilotLog from the source code\&.