Class SaveAsDialogData

A simple container with the user choices in the SaveAsDialog

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 31

Constructor

new SaveAsDialogData ( removeTravelNotes, removeRoutesNotes, removeManeuvers )

The constructor

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 61

Parameters

Name Type Description
removeTravelNotes Boolean

A flag indicating that the travel notes have to be removed

removeRoutesNotes Boolean

A flag indicating that the route notes have to be removed

removeManeuvers Boolean

A flag indicating that the maneuvers have to be removed

Public getters and setters

readonly get removeManeuvers : Boolean

A flag indicating that the maneuvers have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 87

readonly get removeRoutesNotes : Boolean

A flag indicating that the route notes have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 80

readonly get removeTravelNotes : Boolean

A flag indicating that the travel notes have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 73

Private properties

#removeManeuvers : Boolean

A flag indicating that the maneuvers have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 52

#removeRoutesNotes : Boolean

A flag indicating that the route notes have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 45

#removeTravelNotes : Boolean

A flag indicating that the travel notes have to be removed

Source : file dialogs/saveAsDialog/SaveAsDialogData.js at line 38