AStyle.3 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .TH "AStyle" 3 "Tue May 4 2021" "openPilotLog" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. AStyle \- The \fBAStyle\fP class encapsulates style and stylesheet logic\&.
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <astyle\&.h>\fP
  11. .SS "Static Public Member Functions"
  12. .in +1c
  13. .ti -1c
  14. .RI "static void \fBsetup\fP ()"
  15. .br
  16. .RI "Setup Application style by reading from openPilotLog\&.ini\&. "
  17. .ti -1c
  18. .RI "static void \fBsetStyle\fP (const QString &style_key)"
  19. .br
  20. .ti -1c
  21. .RI "static void \fBsetStyle\fP (const \fBStyleSheet\fP &style_sheet)"
  22. .br
  23. .ti -1c
  24. .RI "static void \fBsetStyle\fP (const QPalette &palette)"
  25. .br
  26. .ti -1c
  27. .RI "static QPalette \fBdarkPalette\fP ()"
  28. .br
  29. .ti -1c
  30. .RI "static const QString & \fBstyle\fP ()"
  31. .br
  32. .in -1c
  33. .SS "Static Public Attributes"
  34. .in +1c
  35. .ti -1c
  36. .RI "static const QStringList \fBstyles\fP = QStyleFactory::keys()"
  37. .br
  38. .ti -1c
  39. .RI "static const QString \fBdefaultStyle\fP = QLatin1String('Fusion')"
  40. .br
  41. .ti -1c
  42. .RI "static const QList< \fBStyleSheet\fP > \fBstyleSheets\fP"
  43. .br
  44. .in -1c
  45. .SH "Detailed Description"
  46. .PP
  47. The \fBAStyle\fP class encapsulates style and stylesheet logic\&.
  48. .SH "Member Data Documentation"
  49. .PP
  50. .SS "const QList< \fBStyleSheet\fP > AStyle::styleSheets\fC [static]\fP"
  51. \fBInitial value:\fP
  52. .PP
  53. .nf
  54. = {
  55. {QLatin1String("Breeze"), QLatin1String(":breeze_light\&.qss")},
  56. {QLatin1String("Breeze-Dark"), QLatin1String(":breeze_dark\&.qss")},
  57. {QLatin1String("QDarkStyle"), QLatin1String(":qdarkstyle/qdarkstyle\&.qss")},
  58. }
  59. .fi
  60. .SH "Author"
  61. .PP
  62. Generated automatically by Doxygen for openPilotLog from the source code\&.