34 GNEDialog(AC->getNet()->getViewNet()->getViewParent()->getGNEAppWindows(),
37 myCommonHandler(commonHandler) {
39 auto infoFrame =
new FXVerticalFrame(
myContentFrame, LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FILL_X | LAYOUT_FILL_Y, 0, 0, 0, 0, 10, 10, 10, 10);
42 nullptr, JUSTIFY_LEFT | ICON_BEFORE_TEXT | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FILL_X | LAYOUT_FILL_Y);
#define GUIDesignCheckButton
checkButton placed in left position
GUIIcon
An enumeration of icons used by the gui applications.
The XML-Handler for network loading.
void forceRemainElements()
force remain elements (used if we're reloading elements)
void abortLoading()
abort loading
void forceOverwriteElements()
force overwritte elements (used if we're reloading elements)
const std::string getID() const
get ID (all Attribute Carriers have one)
const GNETagProperties * getTagProperty() const
get tagProperty associated with this Attribute Carrier
FXVerticalFrame * myContentFrame
content frame
long closeDialogAborting()
close dialog aborting the changes
void openDialog(FXWindow *focusableElement=nullptr)
open dialog
long closeDialogAccepting()
close dialog accepting the changes
OpenType
Open dialog type.
long closeDialogCanceling()
close dialog declining the changes
long onCmdAbort(FXObject *, FXSelector, void *)
called when abort is called either closing dialog or pressing abort button (can be reimplemented in c...
long onCmdAccept(FXObject *, FXSelector, void *)
called when accept or yes button is pressed (can be reimplemented in children)
CommonHandler * myCommonHandler
pointer to common handler
long onCmdCancel(FXObject *, FXSelector, void *)
called when cancel or no button is pressed (can be reimplemented in children)
void runInternalTest(const InternalTestStep::DialogArgument *dialogArgument)
run internal test
FXCheckButton * myApplySolutionToAllCheckButon
apply solpution to all checkButton
~GNEOverwriteElement()
destructor
GNEOverwriteElement(CommonHandler *commonHandler, const GNEAttributeCarrier *AC)
Constructor.
const std::string & getTagStr() const
get Tag vinculated with this attribute Property in String Format (used to avoid multiple calls to toS...
dialog arguments, used for certain modal dialogs that can not be edited using tab