C# Class GW2PAO.Modules.Events.EventsViewController

Inheritance: IEventsViewController
显示文件 Open project: SamHurne/gw2pao

Private Properties

Property Type Description
ToggleMetaEventTimers void
ToggleWorldBossTimers void

Public Methods

Method Description
CanDisplayEventNotificationsWindow ( ) : bool

Determines if the Event Notifications window can be displayed

CanDisplayMetaEventTimers ( ) : bool

Determines if the Meta Event Timers window can be displayed

CanDisplayWorldBossTimers ( ) : bool

Determines if the world boss timers window can be displayed

DisplayEventNotificationsWindow ( ) : void

Displays the Event Notifications window

DisplayMetaEventTimers ( ) : void

Displays the Meta Event Timers window, or, if already displayed, sets focus to the window

DisplayWorldBossTimers ( ) : void

Displays the World Boss Timers window, or, if already displayed, sets focus to the window

Initialize ( ) : void

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

Shutdown ( ) : void

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

Private Methods

Method Description
ToggleMetaEventTimers ( ) : void

Toggles whether or not the meta event timers window is visible

ToggleWorldBossTimers ( ) : void

Toggles whether or not the world boss timers window is visible

Method Details

CanDisplayEventNotificationsWindow() public method

Determines if the Event Notifications window can be displayed
public CanDisplayEventNotificationsWindow ( ) : bool
return bool

CanDisplayMetaEventTimers() public method

Determines if the Meta Event Timers window can be displayed
public CanDisplayMetaEventTimers ( ) : bool
return bool

CanDisplayWorldBossTimers() public method

Determines if the world boss timers window can be displayed
public CanDisplayWorldBossTimers ( ) : bool
return bool

DisplayEventNotificationsWindow() public method

Displays the Event Notifications window
public DisplayEventNotificationsWindow ( ) : void
return void

DisplayMetaEventTimers() public method

Displays the Meta Event Timers window, or, if already displayed, sets focus to the window
public DisplayMetaEventTimers ( ) : void
return void

DisplayWorldBossTimers() public method

Displays the World Boss Timers window, or, if already displayed, sets focus to the window
public DisplayWorldBossTimers ( ) : void
return void

Initialize() public method

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

Shutdown() public method

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