#include <Station.h>
|
| enum | Display { FullBuilding,
NoRoof,
GatesOnly,
HideAll
} |
| |
| enum | GateDirection { Left,
Right
} |
| |
| enum | Stairs {
None,
BeginFront,
BeginSide,
EndFront,
EndSide
} |
| |
| enum | SectionType {
Track,
Station,
Lift,
Transport,
Brake,
Storage
} |
| |
◆ Display
| Enumerator |
|---|
| FullBuilding | |
| NoRoof | |
| GatesOnly | |
| HideAll | |
◆ GateDirection
◆ SectionType
| Enumerator |
|---|
| Track | |
| Station | |
| Lift | |
| Transport | |
| Brake | |
| Storage | |
◆ Stairs
| Enumerator |
|---|
| None | |
| BeginFront | |
| BeginSide | |
| EndFront | |
| EndSide | |
◆ Station()
| NoLimits::NoLimits2::Station::Station |
( |
| ) |
|
|
inline |
◆ debug()
| void NoLimits::NoLimits2::Station::debug |
( |
| ) |
|
|
inlinevirtual |
◆ getBrakeDevice()
| BrakeDevice * NoLimits::NoLimits2::Station::getBrakeDevice |
( |
| ) |
const |
◆ getDisplay()
◆ getEntranceStairs()
◆ getExitStairs()
◆ getExtraBlockLength()
| double NoLimits::NoLimits2::Station::getExtraBlockLength |
( |
| ) |
const |
◆ getGateDirection()
◆ getGatesColor()
| glm::vec3 NoLimits::NoLimits2::Station::getGatesColor |
( |
| ) |
const |
◆ getName()
| std::string NoLimits::NoLimits2::Section::getName |
( |
| ) |
const |
|
inherited |
◆ getPasses()
| uint8_t NoLimits::NoLimits2::Station::getPasses |
( |
| ) |
const |
◆ getRailingsColor()
| glm::vec3 NoLimits::NoLimits2::Station::getRailingsColor |
( |
| ) |
const |
◆ getSection()
| Section * NoLimits::NoLimits2::Section::getSection |
( |
| ) |
const |
|
inherited |
◆ getSectionType()
◆ getShuttleBackwardsStart()
| bool NoLimits::NoLimits2::Station::getShuttleBackwardsStart |
( |
| ) |
const |
◆ getStationNumber()
| uint32_t NoLimits::NoLimits2::Station::getStationNumber |
( |
| ) |
const |
◆ getStructureColor()
| glm::vec3 NoLimits::NoLimits2::Station::getStructureColor |
( |
| ) |
const |
◆ getTransportDevice()
| TransportDevice * NoLimits::NoLimits2::Station::getTransportDevice |
( |
| ) |
const |
◆ getUnloadingOnly()
| bool NoLimits::NoLimits2::Station::getUnloadingOnly |
( |
| ) |
const |
◆ getUseTransportDevice()
| bool NoLimits::NoLimits2::Station::getUseTransportDevice |
( |
| ) |
const |
◆ getWaitTime()
| WaitTime * NoLimits::NoLimits2::Station::getWaitTime |
( |
| ) |
const |
◆ setBrakeDevice()
| void NoLimits::NoLimits2::Station::setBrakeDevice |
( |
BrakeDevice * |
value | ) |
|
◆ setDisplay()
| void NoLimits::NoLimits2::Station::setDisplay |
( |
const Display & |
value | ) |
|
◆ setEntranceStairs()
| void NoLimits::NoLimits2::Station::setEntranceStairs |
( |
const Stairs & |
value | ) |
|
◆ setExitStairs()
| void NoLimits::NoLimits2::Station::setExitStairs |
( |
const Stairs & |
value | ) |
|
◆ setExtraBlockLength()
| void NoLimits::NoLimits2::Station::setExtraBlockLength |
( |
double |
value | ) |
|
◆ setGateDirection()
| void NoLimits::NoLimits2::Station::setGateDirection |
( |
const GateDirection & |
value | ) |
|
◆ setGatesColor()
| void NoLimits::NoLimits2::Station::setGatesColor |
( |
const glm::vec3 & |
value | ) |
|
◆ setName()
| void NoLimits::NoLimits2::Section::setName |
( |
const std::string & |
value | ) |
|
|
inherited |
◆ setPasses()
| void NoLimits::NoLimits2::Station::setPasses |
( |
const uint8_t & |
value | ) |
|
◆ setRailingsColor()
| void NoLimits::NoLimits2::Station::setRailingsColor |
( |
const glm::vec3 & |
value | ) |
|
◆ setSection()
| void NoLimits::NoLimits2::Section::setSection |
( |
Section * |
value | ) |
|
|
inherited |
◆ setSectionType()
| void NoLimits::NoLimits2::Section::setSectionType |
( |
const SectionType & |
sectionType | ) |
|
|
inherited |
◆ setShuttleBackwardsStart()
| void NoLimits::NoLimits2::Station::setShuttleBackwardsStart |
( |
bool |
value | ) |
|
◆ setStationNumber()
| void NoLimits::NoLimits2::Station::setStationNumber |
( |
const uint32_t & |
value | ) |
|
◆ setStructureColor()
| void NoLimits::NoLimits2::Station::setStructureColor |
( |
const glm::vec3 & |
value | ) |
|
◆ setTransportDevice()
| void NoLimits::NoLimits2::Station::setTransportDevice |
( |
TransportDevice * |
value | ) |
|
◆ setUnloadingOnly()
| void NoLimits::NoLimits2::Station::setUnloadingOnly |
( |
bool |
value | ) |
|
◆ setUseTransportDevice()
| void NoLimits::NoLimits2::Station::setUseTransportDevice |
( |
bool |
value | ) |
|
◆ setWaitTime()
| void NoLimits::NoLimits2::Station::setWaitTime |
( |
WaitTime * |
value | ) |
|
◆ brakeDevice
◆ display
| Display NoLimits::NoLimits2::Station::display |
|
private |
◆ entranceStairs
| Stairs NoLimits::NoLimits2::Station::entranceStairs |
|
private |
◆ exitStairs
| Stairs NoLimits::NoLimits2::Station::exitStairs |
|
private |
◆ extraBlockLength
| double NoLimits::NoLimits2::Station::extraBlockLength |
|
private |
◆ gateDirection
◆ gatesColor
| glm::vec3 NoLimits::NoLimits2::Station::gatesColor |
|
private |
◆ passes
| uint8_t NoLimits::NoLimits2::Station::passes |
|
private |
◆ railingsColor
| glm::vec3 NoLimits::NoLimits2::Station::railingsColor |
|
private |
◆ shuttleBackwardsStart
| bool NoLimits::NoLimits2::Station::shuttleBackwardsStart |
|
private |
◆ stationNumber
| uint32_t NoLimits::NoLimits2::Station::stationNumber |
|
private |
◆ structureColor
| glm::vec3 NoLimits::NoLimits2::Station::structureColor |
|
private |
◆ transportDevice
◆ unloadingOnly
| bool NoLimits::NoLimits2::Station::unloadingOnly |
|
private |
◆ useTransportDevice
| bool NoLimits::NoLimits2::Station::useTransportDevice |
|
private |
◆ waitTime
| WaitTime* NoLimits::NoLimits2::Station::waitTime |
|
private |
The documentation for this class was generated from the following files: