![]() |
Eclipse SUMO - Simulation of Urban MObility
|
operation locked More...
Public Member Functions | |
| Supermode | getSupermode () const |
| get supermode | |
| OperationLocked () | |
| constructor | |
| OperationLocked (Supermode supermode) | |
| parameter constructor | |
| ~OperationLocked () | |
| destructor | |
Data Fields | |
| bool | lock = false |
| flag for lock/unlock | |
Private Attributes | |
| Supermode | mySupermode |
| supermode associated with this operation locked | |
operation locked
Definition at line 202 of file GNEViewNetHelper.h.
| GNEViewNetHelper::LockManager::OperationLocked::OperationLocked | ( | ) |
| GNEViewNetHelper::LockManager::OperationLocked::OperationLocked | ( | Supermode | supermode | ) |
| GNEViewNetHelper::LockManager::OperationLocked::~OperationLocked | ( | ) |
destructor
Definition at line 211 of file GNEViewNetHelper.cpp.
| Supermode GNEViewNetHelper::LockManager::OperationLocked::getSupermode | ( | ) | const |
| bool GNEViewNetHelper::LockManager::OperationLocked::lock = false |
flag for lock/unlock
Definition at line 218 of file GNEViewNetHelper.h.
|
private |
supermode associated with this operation locked
Definition at line 222 of file GNEViewNetHelper.h.
Referenced by getSupermode(), OperationLocked(), and OperationLocked().