![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <GNEInspectorFrame.h>
Public Member Functions | |
GEOAttributesEditor (GNEInspectorFrame *inspectorFrameParent) | |
FOX-declaration. More... | |
void | hideGEOAttributesEditor () |
hide GEO attributes editor More... | |
void | refreshGEOAttributesEditor (bool forceRefresh) |
refresh GEO attributes editor More... | |
void | showGEOAttributesEditor () |
show GEO attributes editor More... | |
~GEOAttributesEditor () | |
destructor More... | |
FOX-callbacks | |
long | onCmdSetGEOAttribute (FXObject *, FXSelector, void *) |
Called when user change the current GEO Attribute. More... | |
long | onCmdGEOAttributeHelp (FXObject *, FXSelector, void *) |
Called when user press the help button. More... | |
Private Attributes | |
FXHorizontalFrame * | myGEOAttributeFrame |
horizontal frame for GEOAttribute More... | |
FXLabel * | myGEOAttributeLabel |
Label for GEOAttribute. More... | |
FXTextField * | myGEOAttributeTextField |
textField for GEOAttribute More... | |
FXButton * | myHelpButton |
button for help More... | |
GNEInspectorFrame * | myInspectorFrameParent |
current GNEInspectorFrame parent More... | |
FXCheckButton * | myUseGEOCheckButton |
checkBox for use GEO More... | |
FXHorizontalFrame * | myUseGEOFrame |
horizontal frame for use GEO More... | |
FXLabel * | myUseGEOLabel |
Label for use GEO. More... | |
Definition at line 127 of file GNEInspectorFrame.h.
GNEInspectorFrame::GEOAttributesEditor::GEOAttributesEditor | ( | GNEInspectorFrame * | inspectorFrameParent | ) |
FOX-declaration.
constructor
Definition at line 829 of file GNEInspectorFrame.cpp.
References GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonRectangular, GUIDesignCheckButton, GUIDesignLabelAttribute, GUIDesignTextField, GUIDesignTextFieldNCol, MID_GNE_SET_ATTRIBUTE, MID_HELP, myGEOAttributeFrame, myGEOAttributeLabel, myGEOAttributeTextField, myHelpButton, myUseGEOCheckButton, myUseGEOFrame, myUseGEOLabel, SUMO_ATTR_GEO, and toString().
GNEInspectorFrame::GEOAttributesEditor::~GEOAttributesEditor | ( | ) |
destructor
Definition at line 848 of file GNEInspectorFrame.cpp.
void GNEInspectorFrame::GEOAttributesEditor::hideGEOAttributesEditor | ( | ) |
hide GEO attributes editor
Definition at line 921 of file GNEInspectorFrame.cpp.
References GNEInspectorFrame::hide().
Referenced by GNEInspectorFrame::inspectMultisection().
long GNEInspectorFrame::GEOAttributesEditor::onCmdGEOAttributeHelp | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Called when user press the help button.
Definition at line 994 of file GNEInspectorFrame.cpp.
References ACCEPT, GUIIconSubSys::getIcon(), GUIDesignButtonOK, GUIDesignDialogBox, and GUIDesignLabelFrameInformation.
Referenced by FXDEFMAP().
long GNEInspectorFrame::GEOAttributesEditor::onCmdSetGEOAttribute | ( | FXObject * | obj, |
FXSelector | , | ||
void * | |||
) |
Called when user change the current GEO Attribute.
Definition at line 947 of file GNEInspectorFrame.cpp.
References GeoConvHelper::getFinal(), SUMO_ATTR_GEO, SUMO_ATTR_GEOPOSITION, and SUMO_ATTR_GEOSHAPE.
Referenced by FXDEFMAP().
void GNEInspectorFrame::GEOAttributesEditor::refreshGEOAttributesEditor | ( | bool | forceRefresh | ) |
refresh GEO attributes editor
Definition at line 931 of file GNEInspectorFrame.cpp.
References GeoConvHelper::getFinal(), SUMO_ATTR_GEOPOSITION, and SUMO_ATTR_GEOSHAPE.
Referenced by GNEInspectorFrame::attributeUpdated().
void GNEInspectorFrame::GEOAttributesEditor::showGEOAttributesEditor | ( | ) |
show GEO attributes editor
Definition at line 852 of file GNEInspectorFrame.cpp.
References GeoConvHelper::getFinal(), GNEFrameAttributesModuls::isSupermodeValid(), GNEInspectorFrame::show(), SUMO_ATTR_GEO, SUMO_ATTR_GEOPOSITION, SUMO_ATTR_GEOSHAPE, and toString().
Referenced by GNEInspectorFrame::inspectMultisection().
|
private |
horizontal frame for GEOAttribute
Definition at line 165 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
Label for GEOAttribute.
Definition at line 168 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
textField for GEOAttribute
Definition at line 171 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
button for help
Definition at line 183 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
current GNEInspectorFrame parent
Definition at line 162 of file GNEInspectorFrame.h.
|
private |
checkBox for use GEO
Definition at line 180 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
horizontal frame for use GEO
Definition at line 174 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().
|
private |
Label for use GEO.
Definition at line 177 of file GNEInspectorFrame.h.
Referenced by GEOAttributesEditor().