![]() |
Eclipse SUMO - Simulation of Urban MObility
|
argument More...
#include <GNEToolDialogElements.h>
Public Member Functions | |
| Argument (GNEToolDialog *toolDialogParent, const std::string name, const std::string parameter_) | |
| constructor More... | |
| virtual std::string | getArgument () const =0 |
| get argument (parameter and value) More... | |
| virtual void | resetValues ()=0 |
| reset argument values More... | |
| virtual | ~Argument () |
| destructor More... | |
Protected Attributes | |
| const std::string | argumentName |
| argument name More... | |
| const std::string | parameter |
| parameter More... | |
| const GNEToolDialog * | toolDialogParent = nullptr |
| pointer to toolDialog parent More... | |
Private Member Functions | |
| Argument () | |
| default constructor More... | |
| Argument (const Argument &)=delete | |
| Invalidated copy constructor. More... | |
| Argument & | operator= (const Argument &)=delete |
| Invalidated assignment operator. More... | |
argument
Definition at line 43 of file GNEToolDialogElements.h.
| GNEToolDialogElements::Argument::Argument | ( | GNEToolDialog * | toolDialogParent, |
| const std::string | name, | ||
| const std::string | parameter_ | ||
| ) |
constructor
Definition at line 33 of file GNEToolDialogElements.cpp.
References GNEToolDialog::addArgument().
|
virtual |
destructor
Definition at line 42 of file GNEToolDialogElements.cpp.
|
private |
default constructor
Definition at line 45 of file GNEToolDialogElements.cpp.
|
privatedelete |
Invalidated copy constructor.
|
pure virtual |
get argument (parameter and value)
Implemented in GNEToolDialogElements::FileNameArgument.
Invalidated assignment operator.
|
pure virtual |
reset argument values
Implemented in GNEToolDialogElements::FileNameArgument.
|
protected |
argument name
Definition at line 63 of file GNEToolDialogElements.h.
|
protected |
parameter
Definition at line 66 of file GNEToolDialogElements.h.
Referenced by GNEToolDialogElements::FileNameArgument::FileNameArgument().
|
protected |
pointer to toolDialog parent
Definition at line 60 of file GNEToolDialogElements.h.