PyANGKernel.GKControllerPedestrianWalk¶
- class GKControllerPedestrianWalk¶
A pedestrian walk in a controller.
Details
It contains N pedestrian crossings from the same junction.
Synopsis¶
Methods¶
def
__init__()def
getId()def
nodeDeleted()def
setController()def
setId()def
uses()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- __init__(pw)
- Parameters:
- addPedestrianCrossing(object)¶
- Parameters:
object –
GKGeoObject
- clearPedestrianCrossings()¶
The unique id (in a controller) of this controller pedestrian walk, that is the push-button id
- getPedestrianType()¶
- Return type:
The ID of the signal group related to this controller pedestrian walk, that is the external signal group id defined in the controller
The Node ‘node’ has been deleted: remove any pedestrian crossing associated with it.
- removePedestrianCrossing(object)¶
- Parameters:
object –
GKGeoObject
- setController(controller)¶
- Parameters:
controller –
GKController
- setId(aid)¶
- Parameters:
aid – int
The unique id (in a controller) of this controller pedestrian walk, that is the push-button id
- setPedestrianType(pedestrianType)¶
- Parameters:
pedestrianType –
GKMobileAgent
- setSignalGroupId(aid)¶
- Parameters:
aid – int
The ID of the signal group related to this controller pedestrian walk, that is the external signal group id defined in the controller
- uses(object)¶
- Parameters:
object –
GKGeoObject- Return type:
Returns true the object is used.