123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .TH "AEntry" 3 "Fri Mar 4 2022" "openPilotLog" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- AEntry \- The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <aentry\&.h>\fP
- .PP
- Inherited by \fBAAircraftEntry\fP, \fBACurrencyEntry\fP, \fBAFlightEntry\fP, \fBAPilotEntry\fP, and \fBATailEntry\fP\&.
- .SS "Public Member Functions"
- .in +1c
- .ti -1c
- .RI "\fBAEntry\fP (const \fBAEntry\fP &)=default"
- .br
- .ti -1c
- .RI "\fBAEntry\fP & \fBoperator=\fP (const \fBAEntry\fP &)=default"
- .br
- .ti -1c
- .RI "\fBAEntry\fP (\fBDataPosition\fP position_)"
- .br
- .ti -1c
- .RI "\fBAEntry\fP (OPL::RowData_T table_data)"
- .br
- .ti -1c
- .RI "\fBAEntry\fP (\fBDataPosition\fP position_, OPL::RowData_T table_data)"
- .br
- .ti -1c
- .RI "void \fBsetData\fP (OPL::RowData_T table_data)"
- .br
- .ti -1c
- .RI "void \fBsetPosition\fP (\fBDataPosition\fP position_)"
- .br
- .ti -1c
- .RI "const \fBDataPosition\fP & \fBgetPosition\fP () const"
- .br
- .ti -1c
- .RI "const OPL::RowData_T & \fBgetData\fP () const"
- .br
- .ti -1c
- .RI "\fBoperator QString\fP () const"
- .br
- .RI "operator QString provides compatibilty with QDebug() - prints the tableData in a readable formatting to stdout "
- .in -1c
- .SS "Public Attributes"
- .in +1c
- .ti -1c
- .RI "OPL::RowData_T \fBtableData\fP"
- .br
- .in -1c
- .SS "Protected Attributes"
- .in +1c
- .ti -1c
- .RI "\fBDataPosition\fP \fBposition\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The Entry class encapsulates table metadata(table name, row id) and data for new and existing entries in the database to operate on\&.
- .SH "Author"
- .PP
- Generated automatically by Doxygen for openPilotLog from the source code\&.
|