|
enum class | pilotPosition { pic
, secondPilot
, thirdPilot
} |
|
|
| AFlightEntry (RowId_T row_id) |
|
| AFlightEntry (RowData_T table_data) |
|
| AFlightEntry (const AFlightEntry &pe)=default |
|
AFlightEntry & | operator= (const AFlightEntry &pe)=default |
|
const QString | summary () |
| Returs a summary of the flight data, if struct holds data. More...
|
|
const QString | getRegistration () |
| Returns the tails' registration from the database.
|
|
const QString | getPilotName (pilotPosition) |
| Returns the pilots name from the Database. More...
|
|
| AEntry (const AEntry &)=default |
|
AEntry & | operator= (const AEntry &)=default |
|
| AEntry (DataPosition position_) |
|
| AEntry (RowData_T table_data) |
|
| AEntry (DataPosition position_, RowData_T table_data) |
|
void | setData (RowData_T table_data) |
|
void | setPosition (DataPosition position_) |
|
const DataPosition & | getPosition () const |
|
const RowData_T & | getData () const |
|
| operator QString () const |
| operator QString provides compatibilty with QDebug() - prints the tableData in a readable formatting to stdout
|
|
◆ getPilotName()
const QString AFlightEntry::getPilotName |
( |
pilotPosition |
pilot_ | ) |
|
Returns the pilots name from the Database.
- Parameters
-
pilot_number | - 1=pic, 2=second Pilot, 3 = third Pilot |
- Returns
- "Lastname, Firstname"
◆ summary()
const QString AFlightEntry::summary |
( |
| ) |
|
Returs a summary of the flight data, if struct holds data.
- Returns
- "doft, dept, tofb, dest, tonb"
The documentation for this class was generated from the following files: