Class DockableDialogsManager

This class manages the dockable dialogs. We cannot create the dockable dialogs as global objects because it's needed that the translations are loaded before creating the dialogs.

Source : file core/DockableDialogsManager.js at line 38

Constructor

new DockableDialogsManager ( )

The constructor

Source : file core/DockableDialogsManager.js at line 65

Public getters and setters

readonly get osmSearchDialog : OsmSearchDialog

The one and only one instance of OsmSearchDialog

Source : file core/DockableDialogsManager.js at line 74

readonly get travelNotesDialog : TravelPropertiesDialog

The one and only one instance of TravelPropertiesDialog

Source : file core/DockableDialogsManager.js at line 104

readonly get travelPropertiesDialog : TravelPropertiesDialog

The one and only one instance of TravelPropertiesDialog

Source : file core/DockableDialogsManager.js at line 89

Public methods

showTravelProperties ( )

Show the travel properties dialog visible and centered on the screen

Source : file core/DockableDialogsManager.js at line 118

Private properties

#osmSearchDialog : OsmSearchDialog

The one and only one instance of OsmSearchDialog

Source : file core/DockableDialogsManager.js at line 45

#travelNotesDialog : TravelPropertiesDialog

The one and only one instance of TravelNotesDialog

Source : file core/DockableDialogsManager.js at line 59

#travelPropertiesDialog : TravelPropertiesDialog

The one and only one instance of TravelPropertiesDialog

Source : file core/DockableDialogsManager.js at line 52