|
Vesna
|
#include <ModelRouteSegment.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| ModelRouteSegment () | |
| virtual | ~ModelRouteSegment () |
| int | GetStopID1 () const |
| void | SetStopID1 (int stopID1) |
| int | GetStopPlatformID1 () const |
| void | SetStopPlatformID1 (int stopPlatformID1) |
| int | GetStopID2 () const |
| void | SetStopID2 (int stopID2) |
| int | GetStopPlatformID2 () const |
| void | SetStopPlatformID2 (int stopPlatformID2) |
Public Member Functions inherited from Model | |
| Model (const QString &databaseTableName) | |
| virtual | ~Model () |
| int | GetID () const |
| void | SetID (int id) |
| QString | GetDatabaseTableName () const |
| void | AddJsonItemAndDatabaseColumnConversionPair (const QString jsonResponseItem, const QString databaseTableColumn) |
| QString | ConvertDatabaseColumnToJsonResponseItem (const QString &databaseColumnName) |
| void | FillModel (QJsonObject &jsonData) |
| ModelRouteSegment::ModelRouteSegment | ( | ) |

|
virtual |
| int ModelRouteSegment::GetStopID1 | ( | ) | const |
| int ModelRouteSegment::GetStopID2 | ( | ) | const |
| int ModelRouteSegment::GetStopPlatformID1 | ( | ) | const |
| int ModelRouteSegment::GetStopPlatformID2 | ( | ) | const |
| void ModelRouteSegment::SetStopID1 | ( | int | stopID1 | ) |
| void ModelRouteSegment::SetStopID2 | ( | int | stopID2 | ) |
| void ModelRouteSegment::SetStopPlatformID1 | ( | int | stopPlatformID1 | ) |
| void ModelRouteSegment::SetStopPlatformID2 | ( | int | stopPlatformID2 | ) |
1.8.8