Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEFrameAttributeModules.h>
Data Structures | |
class | AttributesEditor |
class | AttributesEditorExtended |
class | AttributesEditorRow |
class | GenericDataAttributes |
class | ParametersEditor |
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 &ACAttr) |
return true if give ACAttr can be edited in the current supermode | |
Definition at line 46 of file GNEFrameAttributeModules.h.
|
static |
return true if AC can be edited in the current supermode
Definition at line 1495 of file GNEFrameAttributeModules.cpp.
References GNEViewNet::getEditModes(), GNEAttributeCarrier::getTagProperty(), GNETagProperties::isAdditionalElement(), GNEViewNetHelper::EditModes::isCurrentSupermodeData(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), GNEViewNetHelper::EditModes::isCurrentSupermodeNetwork(), GNETagProperties::isDataElement(), GNETagProperties::isDemandElement(), GNETagProperties::isMeanData(), and GNETagProperties::isNetworkElement().
Referenced by GNEFrameAttributeModules::AttributesEditorRow::buildAttributeElements(), GNEFrameAttributeModules::AttributesEditorRow::buildValueElements(), GNEElementTree::createPopUpMenu(), GNEFrameAttributeModules::AttributesEditorRow::refreshAttributeElements(), GNEFrameAttributeModules::ParametersEditor::refreshParametersEditor(), GNEFrameAttributeModules::AttributesEditorRow::refreshValueElements(), GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor(), GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor(), and GNEFrameAttributeModules::AttributesEditorRow::updateMoveLaneButtons().
|
static |
return true if give ACAttr can be edited in the current supermode
Definition at line 1512 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().