|  | openPilotLog
    | 
A Row representing a Tail (Registration) entry. See Row class for details. More...
#include <row.h>
 
  
| Public Member Functions | |
| TailEntry (const RowData_T &row_data) | |
| TailEntry (int row_id, const RowData_T &row_data) | |
| const QString | registration () const | 
| const QString | type () const | 
|  Public Member Functions inherited from OPL::Row | |
| Row (OPL::DbTable table_name, int row_id, const RowData_T &row_data) | |
| Row (OPL::DbTable table_name, int row_id) | |
| Row (OPL::DbTable table_name) | |
| Row (const Row &)=default | |
| Row & | operator= (const Row &)=default | 
| RowData_T | getData () const | 
| void | setData (const RowData_T &value) | 
| int | getRowId () const | 
| void | setRowId (int value) | 
| OPL::DbTable | getTable () const | 
| const QString | getTableName () const | 
| const QString | getPosition () const | 
| bool | isValid () const | 
| operator QString () const | |
| operator QString can be used for printing debug information to stdout | |
| Additional Inherited Members | |
|  Protected Attributes inherited from OPL::Row | |
| bool | hasData | 
| bool | valid = true |