1234567891011121314151617181920212223242526272829303132333435 |
- .TH "OPL::StyleSheet" 3 "Tue Aug 9 2022" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- OPL::StyleSheet \- The \fBStyleSheet\fP struct holds the Display Name and File Name (in the resource system) for the available stylesheets\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <style\&.h>\fP
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "\fBStyleSheet\fP (QLatin1String style_sheet_name, QLatin1String file_name)"
- .br
- .in -1c
- .SS "Public Attributes"
- .in +1c
- .ti -1c
- .RI "QLatin1String \fBstyleSheetName\fP"
- .br
- .ti -1c
- .RI "QLatin1String \fBfileName\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The \fBStyleSheet\fP struct holds the Display Name and File Name (in the resource system) for the available stylesheets\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|