![]() |
SUMO - Simulation of Urban MObility
|
#include <GNEInspectorFrame.h>


Public Member Functions | |
| AttrEditor (AttrInput *attrInputParent, FXTextField *textFieldAttr) | |
| FOX-declaration. More... | |
| long | onCmdReset (FXObject *, FXSelector, void *) |
| call when user press button reset More... | |
| ~AttrEditor () | |
| destructor More... | |
Protected Member Functions | |
| AttrEditor () | |
| FOX needs this. More... | |
Private Attributes | |
| FXHorizontalFrame * | frameButtons |
| frame for the buttons More... | |
| FXButton * | myAcceptButton |
| Button Accept. More... | |
| AttrInput * | myAttrInputParent |
| Pointer to AttrInput parent. More... | |
| FXButton * | myCancelButton |
| Button Cancel. More... | |
| FXMatrix * | myCheckBoxMatrix |
| FXButton * | myResetButton |
| Button Reset. More... | |
| FXTextField * | myTextFieldAttr |
| std::vector< FXCheckButton * > | myVectorOfCheckBox |
| vector of CheckBoxs More... | |
Definition at line 133 of file GNEInspectorFrame.h.
| GNEInspectorFrame::AttrEditor::AttrEditor | ( | AttrInput * | attrInputParent, |
| FXTextField * | textFieldAttr | ||
| ) |
FOX-declaration.
constructor
Definition at line 632 of file GNEInspectorFrame.cpp.
References GNEAttributeCarrier::discreteChoices(), frameButtons, GNEInspectorFrame::AttrInput::getAttr(), GNEInspectorFrame::AttrInput::getTag(), joinToString(), MID_GNE_MODE_INSPECT_RESET, myAcceptButton, myAttrInputParent, myCancelButton, myCheckBoxMatrix, myResetButton, myTextFieldAttr, myVectorOfCheckBox, and GNEInspectorFrame::AttrInput::onCmdSetAttribute().
| GNEInspectorFrame::AttrEditor::~AttrEditor | ( | ) |
destructor
Definition at line 691 of file GNEInspectorFrame.cpp.
|
inlineprotected |
FOX needs this.
Definition at line 149 of file GNEInspectorFrame.h.
| long GNEInspectorFrame::AttrEditor::onCmdReset | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
call when user press button reset
Definition at line 694 of file GNEInspectorFrame.cpp.
References GNEAttributeCarrier::discreteChoices(), GNEInspectorFrame::AttrInput::getAttr(), GNEInspectorFrame::AttrInput::getTag(), myAttrInputParent, myTextFieldAttr, and myVectorOfCheckBox.
|
private |
frame for the buttons
Definition at line 165 of file GNEInspectorFrame.h.
Referenced by AttrEditor().
|
private |
|
private |
Pointer to AttrInput parent.
Definition at line 153 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().
|
private |
|
private |
Definition at line 159 of file GNEInspectorFrame.h.
Referenced by AttrEditor().
|
private |
|
private |
Definition at line 156 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().
|
private |
vector of CheckBoxs
Definition at line 162 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().