C# Class GW2PAO.Modules.DayNight.DayNightViewController

Inheritance: IDayNightViewController
Mostrar archivo Open project: SamHurne/gw2pao

Private Properties

Property Type Description
ToggleDayNightTimer void

Public Methods

Method Description
CanOpenDayNightTimer ( ) : bool

Determines if a Day-Night timer window can be opened

Initialize ( ) : void

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

OpenDayNightTimer ( ) : void

Displays a new Day-Night timer window, or sets focus to the window if already visible

Shutdown ( ) : void

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

Private Methods

Method Description
ToggleDayNightTimer ( ) : void

Toggles whether or not the Day-Night timer is visible

Method Details

CanOpenDayNightTimer() public method

Determines if a Day-Night timer window can be opened
public CanOpenDayNightTimer ( ) : 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

OpenDayNightTimer() public method

Displays a new Day-Night timer window, or sets focus to the window if already visible
public OpenDayNightTimer ( ) : void
return void

Shutdown() public method

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