C# Class GW2PAO.Modules.Map.MapViewController

Inheritance: IMapViewController
ファイルを表示 Open project: SamHurne/gw2pao

Private Properties

Property Type Description
ToggleMap void

Public Methods

Method 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

Method Description
ToggleMap ( ) : void

Toggles whether or not the map overlay window is visible

Method Details

CanOpenMap() public method

Determines if a Map Overlay window can be displayed
public CanOpenMap ( ) : bool
return bool

Initialize() public method

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

OpenMap() public method

Displays a new Map Overlay window
public OpenMap ( ) : void
return void

Shutdown() public method

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