![]() |
Eclipse SUMO - Simulation of Urban MObility
|
groupbox for group all radio buttons related to additionals with consecutive lanes More...
#include <GNEFixAdditionalElements.h>
Public Member Functions | |
ConsecutiveLaneOptions (GNEFixAdditionalElements *fixAdditionalPositions) | |
build consecutive lane Options More... | |
void | disableConsecutiveLaneOptions () |
disable consecutive lane options More... | |
void | enableConsecutiveLaneOptions () |
enable consecutive lane options More... | |
void | selectOption (FXObject *option) |
select option More... | |
Data Fields | |
FXRadioButton * | activateFriendlyPositionAndSave |
Option "Activate friendlyPos and save". More... | |
FXRadioButton * | buildConnectionBetweenLanes |
Option "build connections between lanes". More... | |
FXRadioButton * | fixPositionsAndSave |
Option "Fix Positions and save". More... | |
FXRadioButton * | removeInvalidElements |
Option "remove invalid elements". More... | |
groupbox for group all radio buttons related to additionals with consecutive lanes
Definition at line 113 of file GNEFixAdditionalElements.h.
GNEFixAdditionalElements::ConsecutiveLaneOptions::ConsecutiveLaneOptions | ( | GNEFixAdditionalElements * | fixAdditionalPositions | ) |
build consecutive lane Options
Definition at line 317 of file GNEFixAdditionalElements.cpp.
References activateFriendlyPositionAndSave, buildConnectionBetweenLanes, fixPositionsAndSave, GUIDesignAuxiliarVerticalFrame, GUIDesignHorizontalFrame, GUIDesignRadioButton, GUIDesignVerticalSeparator, MID_CHOOSEN_OPERATION, and removeInvalidElements.
void GNEFixAdditionalElements::ConsecutiveLaneOptions::disableConsecutiveLaneOptions | ( | ) |
disable consecutive lane options
Definition at line 372 of file GNEFixAdditionalElements.cpp.
void GNEFixAdditionalElements::ConsecutiveLaneOptions::enableConsecutiveLaneOptions | ( | ) |
enable consecutive lane options
Definition at line 363 of file GNEFixAdditionalElements.cpp.
void GNEFixAdditionalElements::ConsecutiveLaneOptions::selectOption | ( | FXObject * | option | ) |
select option
Definition at line 342 of file GNEFixAdditionalElements.cpp.
Referenced by GNEFixAdditionalElements::onCmdSelectOption().
FXRadioButton* GNEFixAdditionalElements::ConsecutiveLaneOptions::activateFriendlyPositionAndSave |
Option "Activate friendlyPos and save".
Definition at line 135 of file GNEFixAdditionalElements.h.
Referenced by ConsecutiveLaneOptions().
FXRadioButton* GNEFixAdditionalElements::ConsecutiveLaneOptions::buildConnectionBetweenLanes |
Option "build connections between lanes".
Definition at line 129 of file GNEFixAdditionalElements.h.
Referenced by ConsecutiveLaneOptions(), and GNEFixAdditionalElements::onCmdAccept().
FXRadioButton* GNEFixAdditionalElements::ConsecutiveLaneOptions::fixPositionsAndSave |
Option "Fix Positions and save".
Definition at line 138 of file GNEFixAdditionalElements.h.
Referenced by ConsecutiveLaneOptions().
FXRadioButton* GNEFixAdditionalElements::ConsecutiveLaneOptions::removeInvalidElements |
Option "remove invalid elements".
Definition at line 132 of file GNEFixAdditionalElements.h.
Referenced by ConsecutiveLaneOptions(), and GNEFixAdditionalElements::onCmdAccept().