[Missing <summary> documentation for "N:Advanced_Combat_Tracker"]
| C# | Visual Basic | Visual C++ |
namespace Advanced_Combat_Tracker
Namespace Advanced_Combat_Tracker
namespace Advanced_Combat_Tracker
| All Types | Classes | Interfaces | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| ActGlobals |
A static data object for ACT to talk to other forms and store common data
| |
| ActLoader | ||
| ActGlobals..::..ActLocalization | ||
| ActPluginData |
Data container for plugin instances and related UI elements
| |
| AttackType |
Data object holding swings of a specific type of attack
| |
| FormActMain..::..AttackTypeGraphGenerator | ||
| AttackTypeTypeEnum | ||
| FormAvoidanceReport..::..AvoidanceItem | ||
| CheckboxPopup | ||
| ClipboardEventArgs | ||
| ClipboardEventDelegate | ||
| ColorControl | ||
| MasterSwing..::..ColorDataCallback |
A signature used to accept an EncounterData object and return a Fore/Back-color based on what the ColumnDef represents
| |
| AttackType..::..ColorDataCallback |
A signature used to accept an EncounterData object and return a Fore/Back-color based on what the ColumnDef represents
| |
| DamageTypeData..::..ColorDataCallback |
A signature used to accept an EncounterData object and return a Fore/Back-color based on what the ColumnDef represents
| |
| CombatantData..::..ColorDataCallback |
A signature used to accept an EncounterData object and return a Fore/Back-color based on what the ColumnDef represents
| |
| EncounterData..::..ColorDataCallback |
A signature used to accept an EncounterData object and return a Fore/Back-color based on what the ColumnDef represents
| |
| ColorControl..::..ColorSettingEventDelegate |
When the color setting that is being stored has changed
| |
| FontColorControl..::..ColorSettingEventDelegate |
When the color setting that is being stored has changed
| |
| MasterSwing..::..ColumnDef |
A column defintion for MasterSwing objects
| |
| AttackType..::..ColumnDef |
A column defintion for AttackType objects
| |
| DamageTypeData..::..ColumnDef |
A column defintion for DamageTypeData objects
| |
| CombatantData..::..ColumnDef |
A column defintion for CombatantData objects
| |
| EncounterData..::..ColumnDef |
A column defintion for EncounterData objects
| |
| CombatActionDelegate |
Combat action event delegate
| |
| CombatActionEventArgs |
Event data containing info about the combat action. If subscribed to the correct event, this info can be changed before being stored as data
| |
| CombatantData |
A data object representing a combatant within an encounter
| |
| FormActMain..::..CombatantGraphGenerator | ||
| CombatToggleEventArgs |
Class holding an encounter object and it's position
| |
| CombatToggleEventDelegate |
Combat toggling event delegate
| |
| CustomTrigger |
Data object for Custom Triggers
| |
| CustomTriggerSoundTypeEnum | ||
| DamageTypeData |
Data object labeled as Melee/Non-Melee etc that holds child AttackTypes
| |
| CombatantData..::..DamageTypeDef |
Used in the creation of DamageTypeData rows(Outgoing/IncomingDamageTypeDataObjects) within a CombatantData object
| |
| FormActMain..::..DamageTypeGraphGenerator | ||
| FormActMain..::..DateTimeLogParser |
A replacable method that will parse the DateTime from a log line
| |
| Dnum |
A variable for storing damage numbers based on Int32
| |
| DrawingHelpers | ||
| MasterSwing..::..DualComparison | ||
| AttackType..::..DualComparison | ||
| CombatantData..::..DualComparison | ||
| EncounterData |
Data object representing an Encounter
| |
| FormActMain..::..EncounterGraphGenerator | ||
| EncounterHTMLEntry |
Data object for tracking the index page of the HTML view
| |
| CombatantData..::..ExportStringDataCallback |
A signature used to accept a CombatantData object and return a string of data based on what the TextExportFormatter represents
| |
| EncounterData..::..ExportStringDataCallback |
A signature used to accept a EncounterData object and return a string of data based on what the TextExportFormatter represents
| |
| FontColorControl | ||
| FontColorControl..::..FontSettingEventDelegate |
When the font setting that is being stored has changed
| |
| FormActMain |
The main ACT form
| |
| FormAlliesEdit | ||
| FormAvoidanceReport | ||
| FormByCombatantLookup | ||
| FormCheckboxPopup | ||
| FormCombatantSearch |
Summary description for FormCombatantSearch.
| |
| FormEncounterLogs |
Summary description for FormEncounterLogs.
| |
| FormEncounterVcr | ||
| FormExportFormat | ||
| FormGetPlugins | ||
| FormImportProgress | ||
| FormMiniParse |
Summary description for FormMiniParse.
| |
| FormPerformanceWizard | ||
| FormResistsDeathReport |
Summary description for FormResistsDeathReport.
| |
| FormSpellRecastCalc |
Summary description for FormSpellRecastCalc.
| |
| FormSpellTimers |
Summary description for FormSpellTimers.
| |
| FormSpellTimersPanel | ||
| FormSqlQuery | ||
| FormStartupWizard | ||
| FormTimeLine | ||
| FormUpdater |
Summary description for FormUpdater.
| |
| FormXmlSettingsIO | ||
| HistoryRecord |
Data class used in Zone/Encounter History Records
| |
| HitDist |
Simple data object for tracking a number of occurances
| |
| IActPluginV1 |
To be loaded by ACT, plugins must implement this interface
| |
| LcdButtonPressedEventDelegate |
Lcd Button Pressed Event Delegate
| |
| LcdUpdateEventArgs |
Class containing the returned LCD data
| |
| LcdUpdateEventDelegate |
Lcd Update Event Delegate
| |
| LocalizationObject | ||
| LogFileChangedDelegate | ||
| LogLineEntry |
Data object for Encounter Logs window
| |
| LogLineEventArgs |
Class holding a log line and info about it
| |
| LogLineEventDelegate |
Parsed log line event delegate
| |
| MasterSwing |
Data object holding all info relating to a single attack(or any combat action)
| |
| FormActMain..::..NullDelegate | ||
| OptionsDrawer | ||
| FormActMain..::..PlaySoundDelegate |
A replacable method that will handle sound output
| |
| SampleData |
Data object for advanced mode graphing
| |
| SettingsSerializer |
Store simple settings from controls into an XML element
| |
| SpellTimer |
Spell timer object
| |
| SpellTimerEventDelegate |
Spell Timer Event Delegate
| |
| FormSpellTimers..::..SpellTimerViewGenerator | ||
| StrFloat |
Data object containing a string and float
| |
| MasterSwing..::..StringDataCallback |
A signature used to accept a MasterSwing object and return a string of data based on what the ColumnDef represents
| |
| AttackType..::..StringDataCallback |
A signature used to accept a AttackType object and return a string of data based on what the ColumnDef represents
| |
| DamageTypeData..::..StringDataCallback |
A signature used to accept a DamageTypeData object and return a string of data based on what the ColumnDef represents
| |
| CombatantData..::..StringDataCallback |
A signature used to accept a CombatantData object and return a string of data based on what the ColumnDef represents
| |
| EncounterData..::..StringDataCallback |
A signature used to accept a EncounterData object and return a string of data based on what the ColumnDef represents
| |
| SwingTypeEnum | ||
| TextExportFormatOptions |
Formatting data object for the Mini Window/Clipboard Exporting
| |
| CombatantData..::..TextExportFormatter |
A text export definition for a CombatantData object
| |
| EncounterData..::..TextExportFormatter |
A text export definition for a EncounterData object
| |
| ThreadInvokes |
A set of static methods that can perform a specific action on a Control that was not created on the current thread.
If an invoke is not required, a normal action is taken.
| |
| TimelineEvent |
Timeline data object
| |
| TimerData |
Timer Window data object. This can be used as storage object for spell timer definitions
| |
| TimerFrame |
Data class representing a frame within the Spell Timer window
| |
| TimerMod |
Data class to store recast delay mods of spell timers
| |
| ToolTipGrid |
Data object container for tool tip popups
| |
| ToolTipRect |
Data object for containing tool tip text within a plane
| |
| UrlRequestEventArgs |
Contains I/O data objects for the event
| |
| UrlRequestEventDelegate |
Url Handler Event Delegate
| |
| VcrCombatant |
Data object used for VCR playbacks
| |
| VcrEncounter |
Top level data object for creating a VCR playback
| |
| VcrEvent |
Data object used for VCR playbacks
| |
| WebIndexLink | ||
| FormActMain..::..XmlSnippetAddedDelegate |
Event for when ACT is instructed to add the data from an XML snippet (the XML data should be parsed and commited)
| |
| XmlSnippetEventArgs | ||
| ZoneData |
A data object representing a collection of encounters split up by which zone they were in
|