![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEFrameAttributeModules.h>
Data Structures | |
| class | GenericDataAttributes |
Static Public Member Functions | |
| static bool | isSupermodeValid (const GNEViewNet *viewNet, const GNEAttributeCarrier *AC) |
| return true if AC can be edited in the current supermode | |
| static bool | isSupermodeValid (const GNEViewNet *viewNet, const GNEAttributeProperties *attributeProperties) |
| return true if give attributeProperties can be edited in the current supermode | |
Definition at line 47 of file GNEFrameAttributeModules.h.
|
static |
return true if AC can be edited in the current supermode
Definition at line 202 of file GNEFrameAttributeModules.cpp.
References GNEViewNet::getEditModes(), GNEAttributeCarrier::getTagProperty(), GNEViewNetHelper::EditModes::isCurrentSupermodeData(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), GNEViewNetHelper::EditModes::isCurrentSupermodeNetwork(), SUMO_TAG_TAZSINK, and SUMO_TAG_TAZSOURCE.
Referenced by GNEElementTree::createPopUpMenu().
|
static |
return true if give attributeProperties can be edited in the current supermode
Definition at line 225 of file GNEFrameAttributeModules.cpp.
References GNEViewNet::getEditModes(), GNEAttributeProperties::getTagPropertyParent(), GNETagProperties::isAdditionalElement(), GNEViewNetHelper::EditModes::isCurrentSupermodeData(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), GNEViewNetHelper::EditModes::isCurrentSupermodeNetwork(), GNETagProperties::isDataElement(), GNETagProperties::isDemandElement(), GNETagProperties::isMeanData(), and GNETagProperties::isNetworkElement().