| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 | 
							- .TH "experimental::AFlightEntry" 3 "Sun Dec 27 2020" "openPilotLog" \" -*- nroff -*-
 
- .ad l
 
- .nh
 
- .SH NAME
 
- experimental::AFlightEntry
 
- .SH SYNOPSIS
 
- .br
 
- .PP
 
- .PP
 
- Inherits \fBexperimental::AEntry\fP\&.
 
- .SS "Public Types"
 
- .in +1c
 
- .ti -1c
 
- .RI "enum \fBpilot\fP { \fBpic\fP, \fBsic\fP, \fBthirdPilot\fP }"
 
- .br
 
- .in -1c
 
- .SS "Public Member Functions"
 
- .in +1c
 
- .ti -1c
 
- .RI "\fBAFlightEntry\fP (const \fBAFlightEntry\fP &pe)=default"
 
- .br
 
- .ti -1c
 
- .RI "\fBAFlightEntry\fP & \fBoperator=\fP (const \fBAFlightEntry\fP &pe)=default"
 
- .br
 
- .ti -1c
 
- .RI "\fBAFlightEntry\fP (int row_id)"
 
- .br
 
- .ti -1c
 
- .RI "\fBAFlightEntry\fP (TableData table_data)"
 
- .br
 
- .ti -1c
 
- .RI "const QString \fBsummary\fP ()"
 
- .br
 
- .RI "Returs a summary of the flight data, if struct holds data\&. "
 
- .ti -1c
 
- .RI "const QString \fBgetRegistration\fP ()"
 
- .br
 
- .RI "Returns the tails' registration from the database\&. "
 
- .ti -1c
 
- .RI "const QString \fBgetPilotName\fP (pilot)"
 
- .br
 
- .RI "Returns the pilots name from the Database\&. "
 
- .in -1c
 
- .SS "Additional Inherited Members"
 
- .SH "Member Function Documentation"
 
- .PP 
 
- .SS "const QString experimental::AFlightEntry::getPilotName (pilot pilot_)"
 
- .PP
 
- Returns the pilots name from the Database\&. 
 
- .PP
 
- \fBParameters\fP
 
- .RS 4
 
- \fIpilot_number\fP - 1=pic, 2=second \fBPilot\fP, 3 = third \fBPilot\fP 
 
- .RE
 
- .PP
 
- \fBReturns\fP
 
- .RS 4
 
- 'Lastname, Firstname' 
 
- .RE
 
- .PP
 
- .SS "const QString experimental::AFlightEntry::summary ()"
 
- .PP
 
- Returs a summary of the flight data, if struct holds data\&. 
 
- .PP
 
- \fBReturns\fP
 
- .RS 4
 
- 'doft, dept, tofb, dest, tonb' 
 
- .RE
 
- .PP
 
- .SH "Author"
 
- .PP 
 
- Generated automatically by Doxygen for openPilotLog from the source code\&.
 
 
  |