C# Class GW2PAO.Modules.Map.MapViewController

Inheritance: IMapViewController
Afficher le fichier Open project: SamHurne/gw2pao

Private Properties

Свойство Type Description
ToggleMap void

Méthodes publiques

Méthode Description
CanOpenMap ( ) : bool

Determines if a Map Overlay window can be displayed

Initialize ( ) : void

Displays all previously-opened windows and other windows that must be shown at startup

OpenMap ( ) : void

Displays a new Map Overlay window

Shutdown ( ) : void

Closes all windows and saves the "was previously opened" state for those windows.

Private Methods

Méthode Description
ToggleMap ( ) : void

Toggles whether or not the map overlay window is visible

Method Details

CanOpenMap() public méthode

Determines if a Map Overlay window can be displayed
public CanOpenMap ( ) : bool
Résultat bool

Initialize() public méthode

Displays all previously-opened windows and other windows that must be shown at startup
public Initialize ( ) : void
Résultat void

OpenMap() public méthode

Displays a new Map Overlay window
public OpenMap ( ) : void
Résultat void

Shutdown() public méthode

Closes all windows and saves the "was previously opened" state for those windows.
public Shutdown ( ) : void
Résultat void