The main window of Netedit.
GNEDialog(GNEApplicationWindow *applicationWindow, const std::string &name, GUIIcon titleIcon, DialogType type, Buttons buttons, OpenType openType, ResizeMode resizeMode)
basic constructor
void runInternalTest(const InternalTestStep::DialogArgument *dialogArgument)
run internal test
GNENeteditOptionsDialog(GNEApplicationWindow *applicationWindow, OptionsCont &optionsContainer, const OptionsCont &originalOptionsContainer)
Constructor.
GNENeteditOptionsDialog(const GNENeteditOptionsDialog &)=delete
Invalidated copy constructor.
bool isOptionModified() const
check if option was modified
GNEOptionsEditor * myOptionsEditor
the options editor
long onCmdReset(FXObject *, FXSelector, void *)
called when user press reset button
~GNENeteditOptionsDialog()
Destructor.
GNENeteditOptionsDialog & operator=(const GNENeteditOptionsDialog &)=delete
Invalidated assignment operator.
long onCmdCancel(FXObject *, FXSelector, void *)
called when cancel button is pressed (or dialog is closed)
dialog arguments, used for certain modal dialogs that can not be edited using tab
A storage for options typed value containers).