FormSpellTimers Class |
Namespace: Advanced_Combat_Tracker
public class FormSpellTimers : Form
The FormSpellTimers type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormSpellTimers | Initializes a new instance of the FormSpellTimers class |
Name | Description | |
---|---|---|
![]() | AllowPanel2 | |
![]() | TimerDefs |
Collection of spell timer objects that get loaded and saved by ACT
|
![]() | TimerLookups |
Cached lookups of spell timer objects for triggering timers during parsing. (Gets populated by RebuildSpellTreeView())
|
![]() | TimerMods |
Collection of active timer modifications.
|
![]() | WhiteList |
List of players that will trigger timers that are restricted to certain people
|
Name | Description | |
---|---|---|
![]() | AddEditTimerDef |
Adds a TimerData object to the TimerDefs collection, or replaces an existing object if the keys end up matching.
Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed
|
![]() | ApplyTimerMod |
Applies a recast mod to new timers
|
![]() | ClearTimerDefs |
Deletes all spell timer objects
|
![]() | DispellTimerMods |
Removes all recast mods on a combatant (in case of dispell/cure)
|
![]() | Dispose |
Clean up any resources being used.
(Overrides FormDispose(Boolean).) |
![]() | ExportControlTextXML(Stream) |
Export the Text property of all Form controls to an XML stream
|
![]() | ExportControlTextXML(String) |
Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this)
|
![]() | GetRecastMods |
Gets the current recast mod amount for the specified combatant
|
![]() | GetTimerFrames | |
![]() | GetTimerFrames(Int32) |
Gets the timer frames currently visible in the spell timers windows
|
![]() | ImportControlTextXML(Stream) |
Imports an XML stream to replace the Text property of controls in this Form
|
![]() | ImportControlTextXML(String) |
Imports an XML file to replace the Text property of controls in this Form
|
![]() | NotifySpell(String, String, Boolean, String, Boolean) |
Tells the Timer Window about a skill being used. Preset recast mods will take effect through this method automatically.
|
![]() | NotifySpell(String, String, Boolean, String, Boolean, DictionaryString, String) | |
![]() | RebuildSpellTreeView |
Must be called after using AddEditTimerDef()... call only once per batch of objects
|
![]() | ReinitDisplayPanel | |
![]() | RemoveTimerDef |
Removes a TimerData object from the TimerDefs collection
Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed
|
![]() | RemoveTimerMods |
Removes all recast mods owned by a combatant (in case of death)
|
![]() | SearchSpellTreeView |
Displays the spell timers that match the SearchTerm in the TreeView UI
|
![]() | SyncWhiteList |
Name | Description | |
---|---|---|
![]() | OnSpellTimerExpire |
Called when a spell timer reaches zero
|
![]() | OnSpellTimerImageRefreshed |
Occurs when the Spell Timers window changes images.
This may occur after a window resize as well.
The "sender" will be the picture box being drawn
|
![]() | OnSpellTimerNotify |
Called when a spell timer is created, restarted, or has a DoT tick applied. In other words, any time the window is notified about a spell it is actively keeping track of.
If you need to know if the event is called off of a start/restart or a DoT tick, check the MasterTimer property of the last SpellTimer in TimerFrame.SpellTimers.
|
![]() | OnSpellTimerRemoved |
Called when a spell timer is removed from view; usually at -15 seconds
|
![]() | OnSpellTimerWarning |
Called when a spell timer reaches its defined warning value; usually 10 seconds
|
Name | Description | |
---|---|---|
![]() | GenerateSpellTimerView |
A replacable method which will alter display of the spell timer windows
|