|  | openPilotLog
    | 
 
  
| Public Member Functions | |
| APilotEntry (RowId_T row_id) | |
| APilotEntry (RowData_T table_data) | |
| APilotEntry (const APilotEntry &pe)=default | |
| APilotEntry & | operator= (const APilotEntry &pe)=default | 
| const QString | name () | 
|  Public Member Functions inherited from AEntry | |
| 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 | |
| Additional Inherited Members | |
|  Public Attributes inherited from AEntry | |
| RowData_T | tableData | 
|  Protected Attributes inherited from AEntry | |
| DataPosition | position |