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