![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEFrameAttributesModuls.h>
Data Structures | |
| class | AttributesCreator |
| class | AttributesCreatorFlow |
| class | AttributesCreatorRow |
| class | AttributesEditor |
| class | AttributesEditorExtended |
| class | AttributesEditorFlow |
| class | AttributesEditorRow |
| class | DrawingShape |
| class | NeteditAttributes |
| class | ParametersEditorCreator |
Static Public Member Functions | |
| static bool | isSupermodeValid (const GNEViewNet *viewNet, const GNEAttributeCarrier *AC) |
| return true if AC can be edited in the current supermode More... | |
| static bool | isSupermodeValid (const GNEViewNet *viewNet, const GNEAttributeProperties &ACAttr) |
| return true if give ACAttr can be edited in the current supermode More... | |
Definition at line 37 of file GNEFrameAttributesModuls.h.
|
static |
return true if AC can be edited in the current supermode
Definition at line 2707 of file GNEFrameAttributesModuls.cpp.
References GNEViewNet::getEditModes(), GNEAttributeCarrier::getTagProperty(), GNETagProperties::isAdditionalElement(), GNEViewNetHelper::EditModes::isCurrentSupermodeData(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), GNEViewNetHelper::EditModes::isCurrentSupermodeNetwork(), GNETagProperties::isDataElement(), GNETagProperties::isDemandElement(), GNETagProperties::isNetworkElement(), GNETagProperties::isShape(), and GNETagProperties::isTAZElement().
Referenced by GNEFrameAttributesModuls::AttributesEditorRow::AttributesEditorRow(), GNEFrameModuls::HierarchicalElementTree::createPopUpMenu(), GNEFrameAttributesModuls::AttributesEditorRow::refreshAttributesEditorRow(), GNEInspectorFrame::ParametersEditorInspector::refreshParametersEditorInspector(), GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor(), and GNEInspectorFrame::NeteditAttributesEditor::showNeteditAttributesEditor().
|
static |
return true if give ACAttr can be edited in the current supermode
Definition at line 2727 of file GNEFrameAttributesModuls.cpp.
References GNEViewNet::getEditModes(), GNEAttributeProperties::getTagPropertyParent(), GNETagProperties::isAdditionalElement(), GNEViewNetHelper::EditModes::isCurrentSupermodeData(), GNEViewNetHelper::EditModes::isCurrentSupermodeDemand(), GNEViewNetHelper::EditModes::isCurrentSupermodeNetwork(), GNETagProperties::isDataElement(), GNETagProperties::isDemandElement(), GNETagProperties::isNetworkElement(), GNETagProperties::isShape(), and GNETagProperties::isTAZElement().