#include <TripVisualisationAndInfoFormLogic.h>
|
| | TripVisualisationAndInfoFormLogic () |
| |
| virtual | ~TripVisualisationAndInfoFormLogic () |
| |
| void | AddMapWidget (const std::vector< RouteSegmentMapData > &routeSegmentsMapData) |
| |
| void | CenterMapToPosition (const long latitude, const long longitude, const double altitude) |
| |
| void | SetBearingInDegrees (const int bearing, const bool startRendering=false) |
| |
| void | SetCompassEnabled (const bool compassEnabled) |
| |
| void | SetTextArrivalTimeLabel (const QString &text) |
| |
| void | SetTextArrivalColor (const QColor &color, const QColor &backgroundColor) |
| |
| void | SetTextBusStopLabel (const QString &text) |
| |
| void | SetTextPassengersInBusLabel (const QString &text) |
| |
| void | SetTextPassengersGettingOutLabel (const QString &text) |
| |
| void | AddItemListView (unsigned long tripBusStopIndex, const QString &busStopTariffNumber, const QString &busStopName, const QString &arrivalTime, const QString &gettingOut, bool enabled) |
| |
| void | ScrollToBusStop (long busStopTripIndex) |
| |
| unsigned long | GetItemListViewCount () const |
| |
| void | ReinitializeMapWidget (const std::vector< RouteSegmentMapData > &routeSegmentsMapData) |
| |
| | GeneralFormLogic () |
| |
| virtual | ~GeneralFormLogic () |
| |
| template<class Ui , class Widget = QWidget> |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
| |
| TripVisualisationAndInfoFormLogic::TripVisualisationAndInfoFormLogic |
( |
| ) |
|
| TripVisualisationAndInfoFormLogic::~TripVisualisationAndInfoFormLogic |
( |
| ) |
|
|
virtual |
| void TripVisualisationAndInfoFormLogic::AddItemListView |
( |
unsigned long |
tripBusStopIndex, |
|
|
const QString & |
busStopTariffNumber, |
|
|
const QString & |
busStopName, |
|
|
const QString & |
arrivalTime, |
|
|
const QString & |
gettingOut, |
|
|
bool |
enabled |
|
) |
| |
| void TripVisualisationAndInfoFormLogic::AddMapWidget |
( |
const std::vector< RouteSegmentMapData > & |
routeSegmentsMapData | ) |
|
| void TripVisualisationAndInfoFormLogic::CenterMapToPosition |
( |
const long |
latitude, |
|
|
const long |
longitude, |
|
|
const double |
altitude |
|
) |
| |
| void TripVisualisationAndInfoFormLogic::CompassPressed |
( |
| ) |
|
|
signal |
| unsigned long TripVisualisationAndInfoFormLogic::GetItemListViewCount |
( |
| ) |
const |
| void TripVisualisationAndInfoFormLogic::OnIssueButtonClicked |
( |
| ) |
|
|
signal |
| void TripVisualisationAndInfoFormLogic::OnTripBusStopTapAndHoldGestureFinished |
( |
unsigned long |
tripBusStopIndex | ) |
|
|
signal |
| void TripVisualisationAndInfoFormLogic::ReinitializeMapWidget |
( |
const std::vector< RouteSegmentMapData > & |
routeSegmentsMapData | ) |
|
| void TripVisualisationAndInfoFormLogic::ScrollToBusStop |
( |
long |
busStopTripIndex | ) |
|
| void TripVisualisationAndInfoFormLogic::SetBearingInDegrees |
( |
const int |
bearing, |
|
|
const bool |
startRendering = false |
|
) |
| |
| void TripVisualisationAndInfoFormLogic::SetCompassEnabled |
( |
const bool |
compassEnabled | ) |
|
| void TripVisualisationAndInfoFormLogic::SetTextArrivalColor |
( |
const QColor & |
color, |
|
|
const QColor & |
backgroundColor |
|
) |
| |
| void TripVisualisationAndInfoFormLogic::SetTextArrivalTimeLabel |
( |
const QString & |
text | ) |
|
| void TripVisualisationAndInfoFormLogic::SetTextBusStopLabel |
( |
const QString & |
text | ) |
|
| void TripVisualisationAndInfoFormLogic::SetTextPassengersGettingOutLabel |
( |
const QString & |
text | ) |
|
| void TripVisualisationAndInfoFormLogic::SetTextPassengersInBusLabel |
( |
const QString & |
text | ) |
|
The documentation for this class was generated from the following files: