Vesna
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Variables
ModelRouteSegment.h File Reference
#include "Model.h"
Include dependency graph for ModelRouteSegment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ModelRouteSegment
 

Variables

const QString DATABASE_TABLE_ROUTE_SEGMENT = "route_segment"
 
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_ID1 = "stop_id1"
 
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_PLATFORM_ID1 = "stop_platform_id1"
 
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_ID2 = "stop_id2"
 
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_PLATFORM_ID2 = "stop_platform_id2"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_ID1 = "stop1"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_PLATFORM_ID1 = "platf1"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_ID2 = "stop2"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_PLATFORM_ID2 = "platf2"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_VERSION = "vers"
 
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_SYNCHRO_POINTS = "pnts"
 

Variable Documentation

const QString DATABASE_TABLE_ROUTE_SEGMENT = "route_segment"
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_ID1 = "stop_id1"
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_ID2 = "stop_id2"
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_PLATFORM_ID1 = "stop_platform_id1"
const QString DATABASE_TABLE_ROUTE_SEGMENT_COLUMN_STOP_PLATFORM_ID2 = "stop_platform_id2"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_SYNCHRO_POINTS = "pnts"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_ID1 = "stop1"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_ID2 = "stop2"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_PLATFORM_ID1 = "platf1"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_STOP_PLATFORM_ID2 = "platf2"
const QString ROUTE_SEGMENT_JSON_RESPONSE_ITEM_VALUE_VERSION = "vers"