![]() |
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 132 of file GNEInspectorFrame.h.
GNEInspectorFrame::AttrEditor::AttrEditor | ( | AttrInput * | attrInputParent, |
FXTextField * | textFieldAttr | ||
) |
FOX-declaration.
constructor
Definition at line 542 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 601 of file GNEInspectorFrame.cpp.
|
inlineprotected |
FOX needs this.
Definition at line 148 of file GNEInspectorFrame.h.
long GNEInspectorFrame::AttrEditor::onCmdReset | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
call when user press button reset
Definition at line 604 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 164 of file GNEInspectorFrame.h.
Referenced by AttrEditor().
|
private |
|
private |
Pointer to AttrInput parent.
Definition at line 152 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().
|
private |
|
private |
Definition at line 158 of file GNEInspectorFrame.h.
Referenced by AttrEditor().
|
private |
|
private |
Definition at line 155 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().
|
private |
vector of CheckBoxs
Definition at line 161 of file GNEInspectorFrame.h.
Referenced by AttrEditor(), and onCmdReset().