![]() |
Eclipse SUMO - Simulation of Urban MObility
|
filename More...
#include <GNEToolDialogElements.h>
Public Member Functions | |
FileNameArgument (FXComposite *parent, GNEToolDialog *toolDialogParent, const std::string name, const std::string parameter) | |
constructor More... | |
std::string | getArgument () const |
get argument (parameter and value) More... | |
void | resetValues () |
reset argument values More... | |
Protected Attributes | |
const std::string | argumentName |
argument name More... | |
FXButton * | myFilenameButton = nullptr |
filename button More... | |
FXTextField * | myFilenameTextField = nullptr |
filename Textfield More... | |
const std::string | parameter |
parameter More... | |
const GNEToolDialog * | toolDialogParent = nullptr |
pointer to toolDialog parent More... | |
Private Member Functions | |
FileNameArgument (const FileNameArgument &)=delete | |
Invalidated copy constructor. More... | |
FileNameArgument & | operator= (const FileNameArgument &)=delete |
Invalidated assignment operator. More... | |
filename
Definition at line 80 of file GNEToolDialogElements.h.
GNEToolDialogElements::FileNameArgument::FileNameArgument | ( | FXComposite * | parent, |
GNEToolDialog * | toolDialogParent, | ||
const std::string | name, | ||
const std::string | parameter | ||
) |
constructor
Definition at line 48 of file GNEToolDialogElements.cpp.
References GUIIconSubSys::getIcon(), GUIDesignAuxiliarHorizontalFrame, GUIDesignButtonIcon, GUIDesignLabelLeftThick, GUIDesignTextField, GUIDesignTextFieldNCol, MID_GNE_SET_ATTRIBUTE, myFilenameButton, myFilenameTextField, OPEN_NET, and GNEToolDialogElements::Argument::parameter.
|
privatedelete |
Invalidated copy constructor.
|
virtual |
get argument (parameter and value)
Implements GNEToolDialogElements::Argument.
Definition at line 60 of file GNEToolDialogElements.cpp.
|
privatedelete |
Invalidated assignment operator.
|
virtual |
reset argument values
Implements GNEToolDialogElements::Argument.
Definition at line 66 of file GNEToolDialogElements.cpp.
|
protectedinherited |
argument name
Definition at line 63 of file GNEToolDialogElements.h.
|
protected |
filename button
Definition at line 94 of file GNEToolDialogElements.h.
Referenced by FileNameArgument().
|
protected |
filename Textfield
Definition at line 97 of file GNEToolDialogElements.h.
Referenced by FileNameArgument().
|
protectedinherited |
|
protectedinherited |
pointer to toolDialog parent
Definition at line 60 of file GNEToolDialogElements.h.