C# Class GW2PAO.Modules.DayNight.DayNightViewController

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

Private Properties

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

Méthodes publiques

Méthode 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

Méthode Description
ToggleDayNightTimer ( ) : void

Toggles whether or not the Day-Night timer is visible

Method Details

CanOpenDayNightTimer() public méthode

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

OpenDayNightTimer() public méthode

Displays a new Day-Night timer window, or sets focus to the window if already visible
public OpenDayNightTimer ( ) : 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