Click or drag to resize

FormSpellTimers Methods

The FormSpellTimers type exposes the following members.

Methods
 NameDescription
Public methodAddEditTimerDef 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
Public methodApplyTimerMod Applies a recast mod to new timers
Public methodClearTimerDefs Deletes all spell timer objects
Public methodDispellTimerMods Removes all recast mods on a combatant (in case of dispell/cure)
Protected methodDispose Clean up any resources being used.
(Overrides FormDispose(Boolean))
Public methodExportControlTextXML(Stream) Export the Text property of all Form controls to an XML stream
Public methodExportControlTextXML(String) Exports the Text property of all Form controls to an XML file (the -exportcontroltext switch for ACT can demonstrate this)
Public methodGetRecastMods Gets the current recast mod amount for the specified combatant
Public methodGetTimerFrames 
Public methodGetTimerFrames(Int32) Gets the timer frames currently visible in the spell timers windows
Public methodImportControlTextXML(Stream) Imports an XML stream to replace the Text property of controls in this Form
Public methodImportControlTextXML(String) Imports an XML file to replace the Text property of controls in this Form
Public methodNotifySpell(String, String, Boolean, String, Boolean) Tells the Timer Window about a skill being used. Preset recast mods will take effect through this method automatically.
Public methodNotifySpell(String, String, Boolean, String, Boolean, DictionaryString, String) 
Public methodRebuildSpellTreeView Must be called after using AddEditTimerDef()... call only once per batch of objects
Public methodReinitDisplayPanel 
Public methodRemoveTimerDef Removes a TimerData object from the TimerDefs collection Call RebuildSpellTreeView() after using this or the UI and TimerLookups won't be sync'ed
Public methodRemoveTimerMods Removes all recast mods owned by a combatant (in case of death)
Public methodSearchSpellTreeView Displays the spell timers that match the SearchTerm in the TreeView UI
Public methodSyncWhiteList 
Top
See Also