SYMBOL INDEX (7022 symbols across 1338 files) FILE: src/EVEMon.Common/AsyncPump.cs class AsyncPump (line 9) | public sealed class AsyncPump method Run (line 15) | public static void Run(Func func) class SingleThreadSynchronizationContext (line 36) | private sealed class SingleThreadSynchronizationContext : Synchronizat... method Post (line 47) | public override void Post(SendOrPostCallback d, object state) method RunOnCurrentThread (line 55) | public void RunOnCurrentThread() method Complete (line 65) | public void Complete() FILE: src/EVEMon.Common/Attributes/EnforceUIThreadAffinity.cs class EnforceUIThreadAffinityAttribute (line 12) | internal sealed class EnforceUIThreadAffinityAttribute : Attribute method OnEntry (line 33) | public override void OnEntry(MethodExecutionEventArgs context) class EnforceUIThreadAffinityAttribute (line 19) | [Serializable] method OnEntry (line 33) | public override void OnEntry(MethodExecutionEventArgs context) FILE: src/EVEMon.Common/Attributes/ForcedOnStartupAttribute.cs class ForcedOnStartupAttribute (line 8) | [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] FILE: src/EVEMon.Common/Attributes/FullKeyAttribute.cs class FullKeyAttribute (line 8) | public sealed class FullKeyAttribute : Attribute FILE: src/EVEMon.Common/Attributes/HeaderAttribute.cs class HeaderAttribute (line 5) | [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] method HeaderAttribute (line 12) | public HeaderAttribute(string header) FILE: src/EVEMon.Common/Attributes/Internals/NotifyPropertyChanged.Subs.cs class NotifyPropertyChangedImplementation (line 14) | internal class NotifyPropertyChangedImplementation : INotifyPropertyChanged method NotifyPropertyChangedImplementation (line 19) | public NotifyPropertyChangedImplementation(object instance) method OnPropertyChanged (line 24) | public void OnPropertyChanged(string propertyName) class AddNotifyPropertyChangedInterfaceSubAspect (line 37) | [Serializable] method CreateImplementationObject (line 40) | public override object CreateImplementationObject(InstanceBoundLaosEve... method GetPublicInterface (line 45) | public override Type GetPublicInterface(Type containerType) method GetOptions (line 50) | public override CompositionAspectOptions GetOptions() class OnPropertySetSubAspect (line 59) | [Serializable] method OnPropertySetSubAspect (line 64) | public OnPropertySetSubAspect(string propertyName, NotifyPropertyChang... method OnSuccess (line 70) | public override void OnSuccess(MethodExecutionEventArgs eventArgs) FILE: src/EVEMon.Common/Attributes/ParentAttribute.cs class ParentAttribute (line 6) | [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] method ParentAttribute (line 9) | public ParentAttribute(params object[] parents) FILE: src/EVEMon.Common/Attributes/UpdateAttribute.cs class UpdateAttribute (line 6) | [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] method UpdateAttribute (line 16) | public UpdateAttribute(UpdatePeriod defaultPeriod, UpdatePeriod minimum) method UpdateAttribute (line 27) | public UpdateAttribute(UpdatePeriod defaultPeriod, UpdatePeriod minimu... method CreateUpdateAttribute (line 38) | private void CreateUpdateAttribute(UpdatePeriod defaultPeriod, UpdateP... FILE: src/EVEMon.Common/CloudStorageServices/AuthenticationSteps.cs type AuthenticationSteps (line 3) | public enum AuthenticationSteps FILE: src/EVEMon.Common/CloudStorageServices/CloudStorageServiceAPIFile.cs class CloudStorageServiceAPIFile (line 3) | public sealed class CloudStorageServiceAPIFile FILE: src/EVEMon.Common/CloudStorageServices/CloudStorageServiceProvider.cs class CloudStorageServiceProvider (line 21) | public abstract class CloudStorageServiceProvider method CheckProviderAuthWithCredentialsIsValidAsync (line 180) | protected abstract Task UploadSettingsFileOnExitAsync() method DownloadSettingsFile (line 466) | public CloudStorageServiceAPIFile DownloadSettingsFile() method UploadSettingsFileAsync (line 512) | public async Task UploadSettingsFileAsync() method DownloadSettingsFileAsync (line 532) | public async Task DownloadSettingsFileAsync() method CancelPendingQueries (line 555) | public void CancelPendingQueries() method DeleteOldSettingsFolders (line 569) | private static void DeleteOldSettingsFolders(DirectoryInfo configFileP... method SaveSettingsFile (line 589) | private static void SaveSettingsFile(CloudStorageServiceAPIFile result) method GetMappedAPIFileAsync (line 621) | protected static async Task GetFileIdAsync() FILE: src/EVEMon.Common/CloudStorageServices/GoogleDrive/GoogleDriveCloudStorageServiceSettings.Designer.cs class GoogleDriveCloudStorageServiceSettings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/EVEMon.Common/CloudStorageServices/OneDrive/OneDriveCloudStorageServiceProvider.cs class OneDriveCloudStorageServiceProvider (line 15) | public sealed class OneDriveCloudStorageServiceProvider : CloudStorageSe... method CheckProviderAuthWithCredentialsIsValidAsync (line 90) | protected override Task> ... method GetClient (line 330) | private static async Task GetClient() method GetFileIdAsync (line 352) | private static async Task GetFileIdAsync() FILE: src/EVEMon.Common/CloudStorageServices/OneDrive/OneDriveCloudStorageServiceSettings.Designer.cs class OneDriveCloudStorageServiceSettings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/EVEMon.Common/Collections/BaseList.cs class BaseList (line 11) | public abstract class BaseList : IList method SetItems (line 26) | protected void SetItems(IEnumerable items) method OnAdding (line 35) | protected virtual void OnAdding(ref T item) method OnRemoving (line 43) | protected virtual void OnRemoving(T oldItem) method OnChanged (line 50) | protected virtual void OnChanged() method MoveTo (line 59) | public void MoveTo(T item, int targetIndex) method RebuildFrom (line 76) | public void RebuildFrom(IEnumerable items) method IndexOf (line 105) | public int IndexOf(T item) => m_items.IndexOf(item); method Insert (line 112) | public void Insert(int index, T item) method RemoveAt (line 123) | public void RemoveAt(int index) method Add (line 160) | public void Add(T item) method AddRange (line 172) | public void AddRange(IEnumerable items) method Remove (line 190) | public bool Remove(T item) method Clear (line 204) | public void Clear() method Contains (line 219) | public bool Contains(T item) => m_items.Contains(item); method CopyTo (line 226) | public void CopyTo(T[] array, int arrayIndex) method GetEnumerator (line 250) | public IEnumerator GetEnumerator() => m_items.GetEnumerator(); method GetEnumerator (line 252) | IEnumerator IEnumerable.GetEnumerator() => m_items.GetEnumerator(); FILE: src/EVEMon.Common/Collections/CollectionExtensions.cs class CollectionExtensions (line 8) | public static class CollectionExtensions method AddRange (line 17) | public static void AddRange(this ICollection collection, IEnumer... method Find (line 38) | public static T Find(this ICollection collection, Predicate p... FILE: src/EVEMon.Common/Collections/EnumerableExtensions.cs class EnumerableExtensions (line 7) | public static class EnumerableExtensions method StableSort (line 16) | public static void StableSort(this IList list, IComparer comp... method StableSort (line 29) | public static void StableSort(this IList list, Comparison com... method IndexOf (line 61) | public static int IndexOf(this IEnumerable src, T item) FILE: src/EVEMon.Common/Collections/FastList.cs type FastList (line 17) | public struct FastList : IList type Enumerator (line 24) | private struct Enumerator : IEnumerator method Enumerator (line 35) | public Enumerator(T[] items, int count) method Dispose (line 51) | public void Dispose() method MoveNext (line 69) | public bool MoveNext() method Reset (line 79) | public void Reset() method FastList (line 94) | public FastList(int capacity) method IndexOf (line 137) | public int IndexOf(T item) method Add (line 153) | public void Add(T item) method AddRange (line 174) | public void AddRange(IEnumerable enumerable) method AddRange (line 200) | public void AddRange(FastList list) method AddRange (line 210) | private void AddRange(T[] newItems, int newCount) method Insert (line 231) | public void Insert(int index, T item) method RemoveAt (line 253) | public void RemoveAt(int index) method Remove (line 271) | public bool Remove(T item) method Clear (line 289) | public void Clear() method Contains (line 300) | public bool Contains(T item) method CopyTo (line 317) | public void CopyTo(T[] array, int arrayIndex) method Reverse (line 325) | public void Reverse() method GetEnumerator (line 334) | public IEnumerator GetEnumerator() method GetEnumerator (line 345) | IEnumerator IEnumerable.GetEnumerator() method Trim (line 360) | internal void Trim() FILE: src/EVEMon.Common/Collections/Global/GlobalAPIKeyCollection.cs class GlobalAPIKeyCollection (line 11) | public class GlobalAPIKeyCollection : ReadonlyKeyedCollection method Remove (line 39) | public void Remove(ESIKey apiKey) method Add (line 66) | internal void Add(ESIKey apiKey) method Import (line 81) | internal void Import(IEnumerable serial) method Export (line 110) | internal IEnumerable Export() => Items.Values.Sele... FILE: src/EVEMon.Common/Collections/Global/GlobalAPIProviderCollection.cs class GlobalAPIProviderCollection (line 12) | [EnforceUIThreadAffinity] method GlobalAPIProviderCollection (line 21) | internal GlobalAPIProviderCollection() method Enumerate (line 83) | protected override IEnumerable Enumerate() FILE: src/EVEMon.Common/Collections/Global/GlobalCharacterCollection.cs class GlobalCharacterCollection (line 17) | public sealed class GlobalCharacterCollection : ReadonlyCollection TryAddOrUpdateFromUriA... method Import (line 131) | internal void Import(IEnumerable serial) method Export (line 172) | internal IEnumerable Export() => Items.... method GetKnownLabels (line 180) | public IEnumerable GetKnownLabels() method ImportPlans (line 196) | internal void ImportPlans(ICollection serial) method ExportPlans (line 208) | internal IEnumerable ExportPlans() method UpdateAccountStatuses (line 222) | internal void UpdateAccountStatuses() FILE: src/EVEMon.Common/Collections/Global/GlobalCharacterIdentityCollection.cs class GlobalCharacterIdentityCollection (line 10) | [EnforceUIThreadAffinity] method GlobalCharacterIdentityCollection (line 16) | internal GlobalCharacterIdentityCollection() method Add (line 33) | internal CharacterIdentity Add(long id, string name) FILE: src/EVEMon.Common/Collections/Global/GlobalDatafileCollection.cs class GlobalDatafileCollection (line 13) | public sealed class GlobalDatafileCollection : ReadonlyCollection method GlobalDatafileCollection (line 20) | internal GlobalDatafileCollection() method LoadAsync (line 47) | public static async Task LoadAsync() method OnDatafileLoaded (line 91) | public static void OnDatafileLoaded() FILE: src/EVEMon.Common/Collections/Global/GlobalMonitoredCharacterCollection.cs class GlobalMonitoredCharacterCollection (line 13) | [EnforceUIThreadAffinity] method Update (line 20) | public void Update(IEnumerable order) method MoveTo (line 38) | public void MoveTo(Character item, int targetIndex) method OnCharacterMonitoringChanged (line 57) | internal void OnCharacterMonitoringChanged(Character character, bool v... method Import (line 80) | internal void Import(ICollection monitored... method Export (line 107) | internal IEnumerable Export() FILE: src/EVEMon.Common/Collections/Global/GlobalNotificationCollection.cs class GlobalNotificationCollection (line 17) | public sealed class GlobalNotificationCollection : ReadonlyCollection result) method NotifyKillMailError (line 184) | internal void NotifyKillMailError(EsiResult result, st... method NotifyStationQueryError (line 199) | internal void NotifyStationQueryError(EsiResult result) method NotifyEveFactionalWarfareStatsError (line 214) | internal void NotifyEveFactionalWarfareStatsError(EsiResult... method NotifyPlanetInfoError (line 259) | internal void NotifyPlanetInfoError(EsiResult result) method NotifyServerStatusError (line 279) | internal void NotifyServerStatusError(EsiResult re... method InvalidateAccountStatusError (line 299) | internal void InvalidateAccountStatusError(ESIKey apiKey) method NotifyAccountStatusError (line 309) | internal void NotifyAccountStatusError(ESIKey apiKey, EsiResult : IEnumerable FILE: src/EVEMon.Common/Collections/IReadonlyKeyedCollection.cs type IReadonlyKeyedCollection (line 10) | public interface IReadonlyKeyedCollection : IEnumera... FILE: src/EVEMon.Common/Collections/ReadonlyCollection.cs class ReadonlyCollection (line 9) | public abstract class ReadonlyCollection : IReadonlyCollection method ReadonlyCollection (line 16) | protected ReadonlyCollection(int capacity) method ReadonlyCollection (line 24) | protected ReadonlyCollection() method Contains (line 39) | public bool Contains(T item) => Items.Contains(item); method GetEnumerator (line 44) | IEnumerator IEnumerable.GetEnumerator() => Items.GetEnumerator(); method GetEnumerator (line 46) | IEnumerator IEnumerable.GetEnumerator() => Items.GetEnumerator(); FILE: src/EVEMon.Common/Collections/ReadonlyKeyedCollection.cs class ReadonlyKeyedCollection (line 8) | public abstract class ReadonlyKeyedCollection : IReadonlyKe... method GetByKey (line 23) | protected TItem GetByKey(TKey key) method GetEnumerator (line 33) | IEnumerator IEnumerable.GetEnumerator() => Items.Values.... method GetEnumerator (line 35) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... FILE: src/EVEMon.Common/Collections/ReadonlyVirtualCollection.cs class ReadonlyVirtualCollection (line 10) | public abstract class ReadonlyVirtualCollection : IReadonlyCollection method Enumerate (line 16) | protected abstract IEnumerable Enumerate(); method GetEnumerator (line 26) | IEnumerator IEnumerable.GetEnumerator() => Enumerate().GetEnumer... method GetEnumerator (line 28) | IEnumerator IEnumerable.GetEnumerator() => Enumerate().GetEnumerator(); FILE: src/EVEMon.Common/Constants/CultureConstants.cs class CultureConstants (line 5) | public static class CultureConstants FILE: src/EVEMon.Common/Constants/DBConstants.cs class DBConstants (line 8) | public static class DBConstants FILE: src/EVEMon.Common/Constants/EveConstants.cs class EveConstants (line 3) | public static class EveConstants FILE: src/EVEMon.Common/Constants/EveMonConstants.cs class EveMonConstants (line 3) | public static class EveMonConstants FILE: src/EVEMon.Common/Constants/NetworkConstants1.Designer.cs class NetworkConstants (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method NetworkConstants (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Controls/ApiErrorTroubleshooter.Designer.cs class ApiErrorTroubleshooter (line 3) | partial class ApiErrorTroubleshooter method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/ApiErrorTroubleshooter.cs class ApiErrorTroubleshooter (line 8) | public partial class ApiErrorTroubleshooter : UserControl method ApiErrorTroubleshooter (line 18) | protected ApiErrorTroubleshooter() method OnErrorUnresolved (line 26) | protected void OnErrorUnresolved() method OnErrorResolved (line 35) | protected void OnErrorResolved(ResolutionAction action) FILE: src/EVEMon.Common/Controls/AutoEllipsisToolStripRenderer.cs class AutoEllipsisToolStripRenderer (line 19) | public class AutoEllipsisToolStripRenderer : ToolStripSystemRenderer method OnRenderItemText (line 21) | protected override void OnRenderItemText(ToolStripItemTextRenderEventA... FILE: src/EVEMon.Common/Controls/BorderPanel.cs class BorderPanel (line 13) | public sealed class BorderPanel : Panel method BorderPanel (line 18) | public BorderPanel() method OnPaint (line 37) | protected override void OnPaint(PaintEventArgs pe) FILE: src/EVEMon.Common/Controls/CharacterPortrait.Designer.cs class CharacterPortrait (line 3) | partial class CharacterPortrait method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/CharacterPortrait.cs class CharacterPortrait (line 17) | public partial class CharacterPortrait : UserControl method CharacterPortrait (line 29) | public CharacterPortrait() method OnVisibleChanged (line 44) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 90) | private void UpdateContent() method UpdateCharacterImageFromCCPAsync (line 129) | private async Task UpdateCharacterImageFromCCPAsync() method SaveCharacterImageToCacheAsync (line 163) | private Task SaveCharacterImageToCacheAsync(Image image) method UpdateCharacterFromEVECacheAsync (line 181) | private Task UpdateCharacterFromEVECacheAsync() method IsImageFile (line 276) | private static bool IsImageFile(FileInfo file) method ChangeEVEPortraitCache (line 296) | private static bool ChangeEVEPortraitCache() method miUpdatePicture_Click (line 318) | private async void miUpdatePicture_Click(object sender, EventArgs e) method miUpdatePictureFromEVECache_Click (line 328) | private async void miUpdatePictureFromEVECache_Click(object sender, Ev... method miSetEVEFolder_Click (line 338) | private void miSetEVEFolder_Click(object sender, EventArgs e) method pictureBox_MouseDown (line 348) | private void pictureBox_MouseDown(object sender, MouseEventArgs e) method pictureBox_MouseMove (line 366) | private void pictureBox_MouseMove(object sender, MouseEventArgs e) FILE: src/EVEMon.Common/Controls/CheckedComboBox.cs class CheckedComboBox (line 15) | public class CheckedComboBox : CustomComboBox class CustomCheckedListBox (line 22) | internal class CustomCheckedListBox : CheckedListBox method CustomCheckedListBox (line 26) | public CustomCheckedListBox() method OnKeyDown (line 36) | protected override void OnKeyDown(KeyEventArgs e) method OnMouseMove (line 63) | protected override void OnMouseMove(MouseEventArgs e) method CheckedComboBox (line 129) | public CheckedComboBox() method CreateContent (line 150) | protected override Control CreateContent() method GetTextValue (line 163) | public override string GetTextValue() method OnDropDownDeactivated (line 185) | protected override void OnDropDownDeactivated(bool validate) method OnDropDownActivated (line 200) | protected override void OnDropDownActivated() method FitDropDownToContent (line 212) | private void FitDropDownToContent() method GetItemChecked (line 222) | public bool GetItemChecked(int index) method SetItemChecked (line 230) | public void SetItemChecked(int index, bool isChecked) method GetItemCheckState (line 242) | public CheckState GetItemCheckState(int index) method SetItemCheckState (line 250) | public void SetItemCheckState(int index, CheckState state) method listBox_ItemCheck (line 264) | private void listBox_ItemCheck(object sender, ItemCheckEventArgs e) method CheckedComboBox_DrawItem (line 292) | private void CheckedComboBox_DrawItem(object sender, DrawItemEventArgs e) FILE: src/EVEMon.Common/Controls/ColumnSelectWindow.Designer.cs class ColumnSelectWindow (line 3) | partial class ColumnSelectWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/ColumnSelectWindow.cs class ColumnSelectWindow (line 12) | public partial class ColumnSelectWindow : EVEMonForm method ColumnSelectWindow (line 20) | private ColumnSelectWindow() method ColumnSelectWindow (line 29) | protected ColumnSelectWindow(IEnumerable columns) method OnLoad (line 46) | protected override void OnLoad(EventArgs e) method UpdateContent (line 56) | private void UpdateContent() method clbColumns_ItemCheck (line 71) | private void clbColumns_ItemCheck(object sender, ItemCheckEventArgs e) method btnCancel_Click (line 90) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 105) | private void btnOk_Click(object sender, EventArgs e) method btnReset_Click (line 116) | private void btnReset_Click(object sender, EventArgs e) method GetHeader (line 123) | protected virtual string GetHeader(int key) => string.Empty; FILE: src/EVEMon.Common/Controls/ControlExtensions.cs class ControlExtensions (line 6) | public static class ControlExtensions method IsDesignModeHosted (line 15) | public static bool IsDesignModeHosted(this Control control) method SuspendDrawing (line 30) | public static void SuspendDrawing(this Control parent) method ResumeDrawing (line 39) | public static void ResumeDrawing(this Control parent) FILE: src/EVEMon.Common/Controls/CopySaveOptionsWindow.Designer.cs class CopySaveOptionsWindow (line 3) | partial class CopySaveOptionsWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/CopySaveOptionsWindow.cs class CopySaveOptionsWindow (line 10) | public partial class CopySaveOptionsWindow : EVEMonForm method CopySaveOptionsWindow (line 19) | private CopySaveOptionsWindow() method CopySaveOptionsWindow (line 30) | public CopySaveOptionsWindow(PlanExportSettings pto, Plan plan, bool i... method CopySaveOptionsWindow_Load (line 43) | private void CopySaveOptionsWindow_Load(object sender, EventArgs e) method RecurseUnder (line 77) | private void RecurseUnder(Control parent) method UpdateOptions (line 92) | private void UpdateOptions() method OptionChange (line 114) | private void OptionChange() method checkBox_CheckedChanged (line 125) | private void checkBox_CheckedChanged(object sender, EventArgs e) method comboBox1_SelectedIndexChanged (line 135) | private void comboBox1_SelectedIndexChanged(object sender, EventArgs e) method btnCancel_Click (line 145) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 156) | private void btnOk_Click(object sender, EventArgs e) FILE: src/EVEMon.Common/Controls/CustomComboBox.cs class CustomComboBox (line 12) | public abstract class CustomComboBox : ComboBox class CustomComboBoxEventArgs (line 19) | protected class CustomComboBoxEventArgs : EventArgs method CustomComboBoxEventArgs (line 29) | public CustomComboBoxEventArgs(bool validate) class Dropdown (line 44) | protected class Dropdown : Form method Dropdown (line 68) | public Dropdown(CustomComboBox ccbParent, Control content) method InitializeComponent (line 79) | private void InitializeComponent() method CloseDropdown (line 104) | public void CloseDropdown(bool validate) method OnActivated (line 125) | protected override void OnActivated(EventArgs e) method OnDeactivate (line 135) | protected override void OnDeactivate(EventArgs e) method ForceDeactivate (line 150) | public void ForceDeactivate(CustomComboBoxEventArgs e) method CustomComboBox (line 188) | protected CustomComboBox() method GetTextValue (line 207) | public abstract string GetTextValue(); method CreateContent (line 208) | protected abstract Control CreateContent(); method OnDropDownActivated (line 209) | protected abstract void OnDropDownActivated(); method OnDropDownDeactivated (line 210) | protected abstract void OnDropDownDeactivated(bool validate); method Dispose (line 216) | protected override void Dispose(bool disposing) method OnTextChanged (line 223) | protected override void OnTextChanged(EventArgs e) method UpdateToolTip (line 229) | private void UpdateToolTip() method DoDropDown (line 234) | private void DoDropDown() method OnDropDown (line 247) | protected override void OnDropDown(EventArgs e) method OnDropDownClosed (line 253) | protected override void OnDropDownClosed(EventArgs e) method OnKeyDown (line 262) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyPress (line 281) | protected override void OnKeyPress(KeyPressEventArgs e) method OnSizeChanged (line 287) | protected override void OnSizeChanged(EventArgs e) FILE: src/EVEMon.Common/Controls/CustomCursors.cs class CustomCursors (line 8) | public static class CustomCursors method GetCursorFromResource (line 27) | private static Cursor GetCursorFromResource(byte[] resource) FILE: src/EVEMon.Common/Controls/DraggableListView.cs class DraggableListView (line 11) | public class DraggableListView : ListView method DraggableListView (line 23) | public DraggableListView() method Initialize (line 61) | private void Initialize() method GetDraggingSkill (line 71) | private static Skill GetDraggingSkill(DragEventArgs e) method OnDragDrop (line 83) | protected override void OnDragDrop(DragEventArgs e) method OnDragOver (line 152) | protected override void OnDragOver(DragEventArgs e) method OnDragEnter (line 210) | protected override void OnDragEnter(DragEventArgs e) method ClearDropMarker (line 243) | public void ClearDropMarker() method DrawDropMarker (line 250) | public void DrawDropMarker(int index, bool below) method RestrictedPaint (line 263) | private void RestrictedPaint() method OnPaint (line 278) | protected override void OnPaint(PaintEventArgs e) method OnItemDrag (line 290) | protected override void OnItemDrag(ItemDragEventArgs e) FILE: src/EVEMon.Common/Controls/DraggableTabControl.cs class DraggableTabControl (line 11) | public sealed class DraggableTabControl : TabControl method DraggableTabControl (line 21) | public DraggableTabControl() method OnSizeChanged (line 33) | protected override void OnSizeChanged(EventArgs e) method Dispose (line 43) | protected override void Dispose(bool disposing) method OnDragOver (line 54) | protected override void OnDragOver(DragEventArgs e) method OnDragDrop (line 101) | protected override void OnDragDrop(DragEventArgs drgevent) method OnDragLeave (line 159) | protected override void OnDragLeave(EventArgs e) method GetDraggedTab (line 174) | private static TabPage GetDraggedTab(DragEventArgs e) method GetMarkerIndex (line 188) | private int GetMarkerIndex(TabPage draggedPage, Point pt, out bool onL... method GetInsertionIndex (line 234) | private static int GetInsertionIndex(int markerIndex, bool onLeft) method OnMouseMove (line 249) | protected override void OnMouseMove(MouseEventArgs e) method GetTabPageAt (line 267) | private TabPage GetTabPageAt(Point pt) method UpdateMarker (line 286) | private void UpdateMarker() class InsertionMarker (line 317) | private sealed class InsertionMarker : Form method InsertionMarker (line 325) | public InsertionMarker(DraggableTabControl owner) method OnPaint (line 360) | protected override void OnPaint(PaintEventArgs e) method OnDragEnter (line 389) | protected override void OnDragEnter(DragEventArgs e) method OnDragDrop (line 399) | protected override void OnDragDrop(DragEventArgs e) method OnDragOver (line 409) | protected override void OnDragOver(DragEventArgs e) method OnDragLeave (line 419) | protected override void OnDragLeave(EventArgs e) FILE: src/EVEMon.Common/Controls/DropDownMouseMoveComboBox.cs class DropDownMouseMoveComboBox (line 19) | public sealed class DropDownMouseMoveComboBox : CustomComboBox class CustomListBox (line 26) | private sealed class CustomListBox : ListBox method CustomListBox (line 33) | public CustomListBox() method OnKeyDown (line 44) | protected override void OnKeyDown(KeyEventArgs e) method OnMouseMove (line 60) | protected override void OnMouseMove(MouseEventArgs e) method OnClick (line 74) | protected override void OnClick(EventArgs e) method DropDownMouseMoveComboBox (line 92) | public DropDownMouseMoveComboBox() method CreateContent (line 105) | protected override Control CreateContent() method Dispose (line 135) | protected override void Dispose(bool disposing) method OnSelectionChangeCommitted (line 174) | protected override void OnSelectionChangeCommitted(EventArgs e) method GetTextValue (line 184) | public override string GetTextValue() => m_listBox.SelectedItem?.ToStr... method OnDropDownDeactivated (line 190) | protected override void OnDropDownDeactivated(bool validate) method OnDropDownActivated (line 200) | protected override void OnDropDownActivated() method listBox_DropDownMouseMove (line 209) | private void listBox_DropDownMouseMove(object sender, DropDownMouseMov... method listBox_SelectedIndexChanged (line 219) | private void listBox_SelectedIndexChanged(object sender, EventArgs e) method ToolTipComboBox_DrawItem (line 230) | private void ToolTipComboBox_DrawItem(object sender, DrawItemEventArgs e) FILE: src/EVEMon.Common/Controls/EVEMonForm.Designer.cs class EVEMonForm (line 3) | partial class EVEMonForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/EVEMonForm.cs class EVEMonForm (line 14) | public partial class EVEMonForm : Form method EVEMonForm (line 23) | protected EVEMonForm() method OnLoad (line 41) | protected override void OnLoad(EventArgs e) method OnFormClosed (line 54) | protected override void OnFormClosed(FormClosedEventArgs e) method OnSizeChanged (line 65) | protected override void OnSizeChanged(EventArgs e) method OnLocationChanged (line 76) | protected override void OnLocationChanged(EventArgs e) method SaveLocation (line 86) | private void SaveLocation() method RestoreLocation (line 102) | private void RestoreLocation() method VerifyValidWindowLocation (line 128) | private Rectangle VerifyValidWindowLocation(Rectangle inRect) FILE: src/EVEMon.Common/Controls/EveFolderWindow.Designer.cs class EveFolderWindow (line 3) | partial class EveFolderWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/EveFolderWindow.cs class EveFolderWindow (line 8) | public partial class EveFolderWindow : EVEMonForm method EveFolderWindow (line 15) | public EveFolderWindow() method EVEFolderWindow_Load (line 25) | private void EVEFolderWindow_Load(object sender, EventArgs e) method BrowseButton_Click (line 47) | private void BrowseButton_Click(object sender, EventArgs e) method OKButton_Click (line 63) | private void OKButton_Click(object sender, EventArgs e) method DefaultFolderRadioButton_CheckedChanged (line 78) | private void DefaultFolderRadioButton_CheckedChanged(object sender, Ev... method SpecifyFolderRadioButton_CheckedChanged (line 92) | private void SpecifyFolderRadioButton_CheckedChanged(object sender, Ev... FILE: src/EVEMon.Common/Controls/EveImage.Designer.cs class EveImage (line 3) | partial class EveImage method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/EveImage.cs class EveImage (line 26) | public partial class EveImage : UserControl method EveImage (line 50) | public EveImage() method SetImageTypeAttributes (line 155) | private void SetImageTypeAttributes() method GetImageType (line 190) | private static ImageType GetImageType(Item item) method ShowBlankImage (line 210) | private void ShowBlankImage() method GetImageAsync (line 230) | private async Task GetImageAsync() method GetImageFromCCPAsync (line 261) | private async Task GetImageFromCCPAsync() method GetImageUrl (line 275) | private Uri GetImageUrl() method GotImage (line 289) | private void GotImage(long id, Image image) method DrawOverlayIcon (line 307) | private void DrawOverlayIcon() method m_timer_Tick (line 362) | private void m_timer_Tick(object sender, EventArgs e) method pbImage_MouseClick (line 392) | private void pbImage_MouseClick(object sender, MouseEventArgs e) method pbImage_MouseDoubleClick (line 411) | private void pbImage_MouseDoubleClick(object sender, MouseEventArgs e) type ImageType (line 434) | private enum ImageType type ImageNameFrom (line 446) | private enum ImageNameFrom type ImageTypeData (line 455) | private struct ImageTypeData method ImageTypeData (line 462) | internal ImageTypeData(string local, string url, ImageNameFrom name,... FILE: src/EVEMon.Common/Controls/EveImagePopUp.Designer.cs class EveImagePopUp (line 5) | partial class EveImagePopUp method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/EveImagePopUp.cs class EveImagePopUp (line 9) | public partial class EveImagePopUp : EVEMonForm method EveImagePopUp (line 18) | public EveImagePopUp(Item imageSource) method OnLoad (line 28) | protected override void OnLoad(EventArgs e) FILE: src/EVEMon.Common/Controls/ExpandablePanelControl.cs class ExpandablePanelControl (line 10) | public class ExpandablePanelControl : NoFlickerPanel method ExpandablePanelControl (line 46) | public ExpandablePanelControl() method Dispose (line 75) | protected override void Dispose(bool disposing) method CreateHeader (line 91) | private void CreateHeader() method CreateContextMenu (line 106) | private void CreateContextMenu() method SetAnimationSpeedContextMenuItemCheckState (line 147) | private void SetAnimationSpeedContextMenuItemCheckState() method OnPaint (line 166) | protected override void OnPaint(PaintEventArgs e) method nfpHeader_Paint (line 189) | private void nfpHeader_Paint(object sender, PaintEventArgs e) method ExpandPanel (line 343) | private void ExpandPanel() method CollapsePanel (line 361) | private void CollapsePanel() method SwitchStatus (line 379) | private void SwitchStatus() method UpdateContextMenu (line 397) | private void UpdateContextMenu() method UpdateAnimationSpeed (line 405) | private void UpdateAnimationSpeed() method animationSpeedSelect_Click (line 438) | private void animationSpeedSelect_Click(object sender, EventArgs e) method tsmiExpandCollapse_Click (line 466) | private void tsmiExpandCollapse_Click(object sender, EventArgs e) method OnCreateControl (line 479) | protected override void OnCreateControl() method OnSizeChanged (line 504) | protected override void OnSizeChanged(EventArgs e) method OnMouseClick (line 516) | public void OnMouseClick(object sender, MouseEventArgs e) method expandablePanelControl_MouseClick (line 526) | private void expandablePanelControl_MouseClick(object sender, MouseEve... type PanelState (line 561) | public enum PanelState type AnimationSpeed (line 570) | public enum AnimationSpeed type Direction (line 581) | public enum Direction FILE: src/EVEMon.Common/Controls/InfiniteDisplayToolTip.cs class InfiniteDisplayToolTip (line 10) | public class InfiniteDisplayToolTip : ToolTip method InfiniteDisplayToolTip (line 21) | public InfiniteDisplayToolTip(Control owner) method OnDisposed (line 35) | private void OnDisposed(object sender, EventArgs e) method m_initialDelayTimer_Tick (line 47) | private void m_initialDelayTimer_Tick(object sender, EventArgs e) method Show (line 58) | public void Show(string text, Point pt) method Hide (line 74) | public void Hide() FILE: src/EVEMon.Common/Controls/IntuitiveDataGridView.cs class IntuitiveDataGridView (line 6) | public sealed class IntuitiveDataGridView : DataGridView method ProcessDialogKey (line 13) | protected override bool ProcessDialogKey(Keys keyData) method ProcessDataGridViewKey (line 47) | protected override bool ProcessDataGridViewKey(KeyEventArgs e) method OnCellClick (line 62) | protected override void OnCellClick(DataGridViewCellEventArgs e) FILE: src/EVEMon.Common/Controls/ListViewDragEventArgs.cs class ListViewDragEventArgs (line 5) | public class ListViewDragEventArgs : EventArgs method ListViewDragEventArgs (line 7) | internal ListViewDragEventArgs(int from, int count, int to) FILE: src/EVEMon.Common/Controls/ListViewHelper.cs class ListViewHelper (line 11) | public static class ListViewHelper method SetExtendedStyle (line 19) | public static void SetExtendedStyle(Control control, ListViewExtendedS... method EnableDoubleBuffer (line 35) | public static void EnableDoubleBuffer(Control control) method DisableDoubleBuffer (line 55) | public static void DisableDoubleBuffer(Control control) type ListViewMessages (line 70) | private enum ListViewMessages type ListViewExtendedStyles (line 78) | [Flags] FILE: src/EVEMon.Common/Controls/ListViewItemComparerByTag.cs class ListViewItemComparerByTag (line 12) | public sealed class ListViewItemComparerByTag : IComparer method ListViewItemComparerByTag (line 20) | public ListViewItemComparerByTag(IComparer comparer) method Compare (line 31) | public int Compare(object x, object y) FILE: src/EVEMon.Common/Controls/MessageBoxCustom.Designer.cs class MessageBoxCustom (line 3) | partial class MessageBoxCustom method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/MessageBoxCustom.cs class MessageBoxCustom (line 11) | public sealed partial class MessageBoxCustom : Form method MessageBoxCustom (line 21) | public MessageBoxCustom() method Show (line 74) | public static DialogResult Show(IWin32Window owner, string text, strin... method Show (line 91) | public static DialogResult Show(IWin32Window owner, string text, strin... method Show (line 100) | public static DialogResult Show(IWin32Window owner, string text) => Sh... method OnButtonClick (line 112) | private void OnButtonClick(object sender, EventArgs e) method cbOption_CheckedChanged (line 128) | private void cbOption_CheckedChanged(object sender, EventArgs e) method ShowDialog (line 148) | private DialogResult ShowDialog(IWin32Window owner, string text, strin... method SetButtonsToDisplay (line 183) | private void SetButtonsToDisplay(MessageBoxButtons buttons) method SetIconToDisplay (line 228) | private void SetIconToDisplay(MessageBoxIcon icon) method MessageBeep (line 253) | private static void MessageBeep(MessageBoxIcon icon) method GetDialogResult (line 284) | private static DialogResult GetDialogResult(string buttonText) FILE: src/EVEMon.Common/Controls/MultiPanel/Design/MultiPanelDesigner.cs class MultiPanelDesigner (line 17) | [System.Security.Permissions.PermissionSet(System.Security.Permissions.S... method Initialize (line 43) | public override void Initialize(IComponent component) method DoDefaultAction (line 73) | public override void DoDefaultAction() method CanParent (line 82) | public override bool CanParent(Control control) => control is MultiPan... method OnServiceSelectionChanged (line 92) | private void OnServiceSelectionChanged(object sender, EventArgs e) method OnPanelSelectionChange (line 110) | private void OnPanelSelectionChange(object sender, MultiPanelSelection... method OnComponentRemoved (line 121) | private static void OnComponentRemoved(object sender, ComponentEventAr... method GetMultiPanelPage (line 130) | private MultiPanelPage GetMultiPanelPage(Control ctrl) FILE: src/EVEMon.Common/Controls/MultiPanel/Design/MultiPanelDesignerHelper.cs class MultiPanelDesignerHelper (line 7) | public static class MultiPanelDesignerHelper method GetDesignerVerbs (line 15) | public static DesignerVerbCollection GetDesignerVerbs(IDesignerHost ho... method AddPage (line 37) | private static void AddPage(IDesignerHost dh, MultiPanel panel) method RemovePage (line 68) | private static void RemovePage(IDesignerHost dh, MultiPanel panel) method SelectPage (line 91) | private static void SelectPage(IDesignerHost dh, MultiPanel panel, Mul... FILE: src/EVEMon.Common/Controls/MultiPanel/Design/MultiPanelPageDesigner.cs class MultiPanelPageDesigner (line 19) | public class MultiPanelPageDesigner : ScrollableControlDesigner method Initialize (line 31) | public override void Initialize(IComponent component) method CanBeParentedTo (line 50) | public override bool CanBeParentedTo(IDesigner parentDesigner) => (par... method OnPaintAdornments (line 92) | protected override void OnPaintAdornments(PaintEventArgs pea) method PreFilterProperties (line 123) | protected override void PreFilterProperties(IDictionary properties) FILE: src/EVEMon.Common/Controls/MultiPanel/Design/MultiPanelSelectionEditor.cs class MultiPanelSelectionEditor (line 11) | internal class MultiPanelSelectionEditor : ObjectSelectorEditor method FillTreeWithData (line 20) | protected override void FillTreeWithData(Selector selector, ITypeDescr... FILE: src/EVEMon.Common/Controls/MultiPanel/MultiPanel.cs class MultiPanel (line 18) | [Designer(typeof(MultiPanelDesigner))] method OnPaint (line 55) | protected override void OnPaint(PaintEventArgs e) method CreateControlsInstance (line 71) | protected override ControlCollection CreateControlsInstance() => new M... class MultiPanelPagesCollection (line 83) | private sealed class MultiPanelPagesCollection : ControlCollection method MultiPanelPagesCollection (line 93) | public MultiPanelPagesCollection(Control owner) method Add (line 112) | public override void Add(Control value) method AddRange (line 132) | public override void AddRange(Control[] controls) method IndexOfKey (line 147) | public override int IndexOfKey(string key) FILE: src/EVEMon.Common/Controls/MultiPanel/MultiPanelPage.cs class MultiPanelPage (line 16) | [Designer(typeof(MultiPanelPageDesigner))] method MultiPanelPage (line 22) | public MultiPanelPage() method CreateControlsInstance (line 51) | protected override ControlCollection CreateControlsInstance() => new P... class PageControlCollection (line 59) | private sealed class PageControlCollection : ControlCollection method PageControlCollection (line 67) | public PageControlCollection(Control owner) method Add (line 88) | public override void Add(Control value) FILE: src/EVEMon.Common/Controls/MultiPanel/MultiPanelSelectionChangeEventArgs.cs class MultiPanelSelectionChangeEventArgs (line 8) | public sealed class MultiPanelSelectionChangeEventArgs : EventArgs method MultiPanelSelectionChangeEventArgs (line 15) | public MultiPanelSelectionChangeEventArgs(MultiPanelPage oldPage, Mult... FILE: src/EVEMon.Common/Controls/NativeMethods.cs class NativeMethods (line 9) | public static class NativeMethods method EmptyWorkingSet (line 33) | [DllImport("psapi.dll", CharSet = CharSet.Auto)] method SendMessage (line 37) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method LoadCursorFromFile (line 40) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method SetWindowPos (line 43) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method ShowWindow (line 48) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method GetWindowLong (line 52) | [DllImport("user32.dll", SetLastError = true)] method BitBlt (line 55) | [DllImport("gdi32.dll", CharSet = CharSet.Auto)] method LockWindowUpdate (line 60) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method GetPointerType (line 70) | [DllImport("User32.dll")] method LockWindowUpdate (line 80) | public static void LockWindowUpdate(this Control form, bool locked) method ShowInactiveTopmost (line 94) | public static void ShowInactiveTopmost(this Control form, uint uFlags ... method CopyGraphics (line 116) | public static void CopyGraphics(Graphics dest, Rectangle destClip, Gra... method SetTextCharacterSpacing (line 135) | public static void SetTextCharacterSpacing(Graphics graphics, int spac... method SetTextCharacterExtra (line 144) | [DllImport("gdi32.dll", CharSet = CharSet.Auto)] method VerticalScrollBarVisible (line 157) | public static bool VerticalScrollBarVisible(this Control control) method HorizontalScrollBarVisible (line 168) | public static bool HorizontalScrollBarVisible(this Control control) method GetVerticalScrollBarPosition (line 185) | public static int GetVerticalScrollBarPosition(this Control control) method SetVerticalScrollBarPosition (line 203) | public static void SetVerticalScrollBarPosition(this Control control, ... type Scrollinfo (line 210) | [StructLayout(LayoutKind.Sequential)] type ScrollBarDirection (line 222) | private enum ScrollBarDirection type ScrollInfoMask (line 230) | [Flags] type ListViewMessages (line 241) | private enum ListViewMessages method GetScrollInfo (line 247) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method SendMessage (line 250) | [DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = false)] method SHAppBarMessage (line 259) | [DllImport("shell32.dll", CharSet = CharSet.Auto)] method FindWindow (line 262) | [DllImport("user32.dll", CharSet = CharSet.Unicode)] type AppBarData (line 267) | [StructLayout(LayoutKind.Sequential)] method Create (line 281) | public static AppBarData Create() type RECT (line 296) | [Serializable, StructLayout(LayoutKind.Sequential)] method RECT (line 306) | private RECT(int left, int top, int right, int bottom) method ToRectangle (line 383) | public Rectangle ToRectangle() => Rectangle.FromLTRB(Left, Top, Righ... method FromRectangle (line 390) | public static RECT FromRectangle(Rectangle rectangle) method GetHashCode (line 393) | public override int GetHashCode() method GetSystemMenu (line 419) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method EnableMenuItem (line 422) | [DllImport("user32.dll", CharSet = CharSet.Auto)] FILE: src/EVEMon.Common/Controls/NoFlickerListBox.cs class NoFlickerListBox (line 7) | public class NoFlickerListBox : ListBox method NoFlickerListBox (line 16) | public NoFlickerListBox() : base() method OnDrawItem (line 25) | protected override void OnDrawItem(DrawItemEventArgs e) method WndProc (line 50) | protected override void WndProc(ref Message m) method PaintNonItemRegion (line 93) | private void PaintNonItemRegion() FILE: src/EVEMon.Common/Controls/NoFlickerPanel.cs class NoFlickerPanel (line 5) | public class NoFlickerPanel : Panel method NoFlickerPanel (line 10) | public NoFlickerPanel() FILE: src/EVEMon.Common/Controls/PersistentSplitContainer.cs class PersistentSplitContainer (line 8) | public class PersistentSplitContainer : SplitContainer method Dispose (line 63) | protected override void Dispose(bool disposing) method VerifyValidSplitterDistance (line 80) | private int VerifyValidSplitterDistance(int d) FILE: src/EVEMon.Common/Controls/PrintOptionsDialog.Designer.cs class PrintOptionsDialog (line 5) | partial class PrintOptionsDialog method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/PrintOptionsDialog.cs class PrintOptionsDialog (line 8) | public partial class PrintOptionsDialog : EVEMonForm method PrintOptionsDialog (line 18) | public PrintOptionsDialog(PlanExportSettings pto, PrintDocument doc) method OnSetAsDefaults (line 154) | private void OnSetAsDefaults(object sender, EventArgs e) method OnAccept (line 165) | private void OnAccept(object sender, EventArgs e) FILE: src/EVEMon.Common/Controls/ResolutionAction.cs type ResolutionAction (line 6) | public enum ResolutionAction FILE: src/EVEMon.Common/Controls/SkillQueueControl.cs class SkillQueueControl (line 14) | public class SkillQueueControl : Control method SkillQueueControl (line 35) | public SkillQueueControl() method OnDisposed (line 50) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_TimerTick (line 64) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 78) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 89) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method OnVisibleChanged (line 223) | protected override void OnVisibleChanged(EventArgs e) method OnPaint (line 240) | protected override void OnPaint(PaintEventArgs e) method GetLessThanDayFirstColor (line 273) | private Color GetLessThanDayFirstColor() => Settings.UI.SafeForWork ? ... method GetLessThanDaySecondColor (line 282) | private Color GetLessThanDaySecondColor() => Settings.UI.SafeForWork ?... method GetMoreThanDayFirstColor (line 291) | private Color GetMoreThanDayFirstColor() => Settings.UI.SafeForWork ? ... method GetMoreThanDaySecondColor (line 300) | private Color GetMoreThanDaySecondColor() => Settings.UI.SafeForWork ?... method GetEmptyColor (line 309) | private Color GetEmptyColor() => Settings.UI.SafeForWork ? Color.DimGr... method GetBorderColor (line 318) | private Color GetBorderColor() => Settings.UI.SafeForWork ? Color.Blac... method PaintQueue (line 327) | private void PaintQueue(Graphics g, int width, int height) method PaintRect (line 420) | private static int PaintRect(Graphics g, IReadOnlyList brushes,... method DisplaySkillToolTip (line 435) | private void DisplaySkillToolTip(RectangleF skillRect, QueuedSkill skill) method DisplayFreeRoomToolTip (line 461) | private void DisplayFreeRoomToolTip(RectangleF emptyRect) method OnMouseMove (line 476) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseLeave (line 518) | protected override void OnMouseLeave(EventArgs e) method PaintDesignerQueue (line 531) | private void PaintDesignerQueue(Graphics g, int width, int height) FILE: src/EVEMon.Common/Controls/SplitButton.cs class SplitButton (line 12) | public sealed class SplitButton : Button method SplitButton (line 22) | public SplitButton() method GetPreferredSize (line 56) | public override Size GetPreferredSize(Size proposedSize) method IsInputKey (line 66) | protected override bool IsInputKey(Keys keyData) method OnGotFocus (line 74) | protected override void OnGotFocus(EventArgs e) method OnKeyDown (line 85) | protected override void OnKeyDown(KeyEventArgs e) method OnKeyUp (line 99) | protected override void OnKeyUp(KeyEventArgs e) method OnLostFocus (line 110) | protected override void OnLostFocus(EventArgs e) method OnMouseDown (line 121) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseEnter (line 134) | protected override void OnMouseEnter(EventArgs e) method OnMouseLeave (line 145) | protected override void OnMouseLeave(EventArgs e) method OnMouseUp (line 156) | protected override void OnMouseUp(MouseEventArgs e) method OnPaint (line 171) | protected override void OnPaint(PaintEventArgs e) method PaintArrow (line 254) | private static void PaintArrow(Graphics g, Rectangle dropDownRect) method ShowContextMenuStrip (line 269) | private void ShowContextMenuStrip() method ContextMenuStrip_Closing (line 290) | private void ContextMenuStrip_Closing(object sender, ToolStripDropDown... method SetButtonDrawState (line 302) | private void SetButtonDrawState() FILE: src/EVEMon.Common/Controls/Throbber.cs class Throbber (line 11) | public sealed class Throbber : PictureBox method Throbber (line 27) | public Throbber() method Dispose (line 50) | protected override void Dispose(bool disposing) method Start (line 93) | private void Start() method Stop (line 112) | private void Stop() method TimerTick (line 130) | private void TimerTick(object sender, EventArgs e) method OnPaint (line 141) | protected override void OnPaint(PaintEventArgs pe) method OnVisibleChanged (line 169) | protected override void OnVisibleChanged(EventArgs e) method InitImages (line 188) | private static void InitImages() FILE: src/EVEMon.Common/Controls/TipWindow.Designer.cs class TipWindow (line 3) | sealed partial class TipWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/TipWindow.cs class TipWindow (line 9) | public sealed partial class TipWindow : UserControl method TipWindow (line 14) | private TipWindow() method TipWindow (line 27) | private TipWindow(Form form, string title, string tiptext, string key,... method btnOk_Click (line 50) | private void btnOk_Click(object sender, EventArgs e) method ShowTip (line 72) | public static void ShowTip(Form form, string key, string title, string... FILE: src/EVEMon.Common/Controls/TrayIcon.Designer.cs class TrayIcon (line 3) | partial class TrayIcon method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Common/Controls/TrayIcon.cs class TrayIcon (line 17) | public partial class TrayIcon : Component method TrayIcon (line 35) | public TrayIcon(IContainer container) method notifyIcon_Click (line 127) | private void notifyIcon_Click(object sender, EventArgs e) method OnClick (line 167) | private void OnClick(EventArgs e) method OnMouseHover (line 175) | private void OnMouseHover(EventArgs e) method OnMouseLeave (line 183) | private void OnMouseLeave(EventArgs e) method SetToolTipLocation (line 198) | public static void SetToolTipLocation(Form tooltipForm) class MouseState (line 268) | private abstract class MouseState type States (line 284) | protected enum States method MouseState (line 296) | protected MouseState(TrayIcon trayIcon, Point mousePosition) method EnableMouseTracking (line 315) | protected void EnableMouseTracking() method DisableMouseTracking (line 328) | protected void DisableMouseTracking() method notifyIcon_MouseMove (line 346) | private void notifyIcon_MouseMove(object sender, MouseEventArgs e) method OnMouseMove (line 364) | protected virtual void OnMouseMove() method ChangeState (line 372) | protected void ChangeState(States state) method GetMouseStateOver (line 395) | private MouseStateOver GetMouseStateOver() => new MouseStateOver(Tra... method GetMouseStateHovering (line 401) | private MouseStateHovering GetMouseStateHovering() => new MouseState... class MouseStateOut (line 415) | private class MouseStateOut : MouseState method MouseStateOut (line 421) | public MouseStateOut(TrayIcon trayIcon) method OnMouseMove (line 431) | protected override void OnMouseMove() class MouseStateOver (line 449) | private sealed class MouseStateOver : MouseState, IDisposable method MouseStateOver (line 461) | public MouseStateOver(TrayIcon trayIcon, Point mousePosition) method HoverTimeout (line 490) | private void HoverTimeout(object state) method OnMouseMove (line 525) | protected override void OnMouseMove() method Dispose (line 544) | private void Dispose(bool disposing) method Dispose (line 557) | public void Dispose() class MouseStateHovering (line 578) | private sealed class MouseStateHovering : MouseState, IDisposable method MouseStateHovering (line 587) | public MouseStateHovering(TrayIcon trayIcon, Point mousePosition) method MouseMonitor (line 612) | private void MouseMonitor(object state) method Dispose (line 647) | private void Dispose(bool disposing) method Dispose (line 660) | public void Dispose() FILE: src/EVEMon.Common/Controls/TreeView.cs type TreeViewSelectionMode (line 87) | public enum TreeViewSelectionMode class TreeView (line 136) | [ToolboxItem(true)] method OnAfterDeselect (line 143) | protected void OnAfterDeselect(TreeNode tn) method OnBeforeDeselect (line 148) | protected void OnBeforeDeselect(TreeNode tn) method OnSelectionsChanged (line 153) | protected void OnSelectionsChanged() method SelectedNodes_TreeNodeAdded (line 318) | private void SelectedNodes_TreeNodeAdded(TreeNode tn) method SelectedNodes_TreeNodeInserted (line 331) | private void SelectedNodes_TreeNodeInserted(TreeNode tn) method SelectedNodes_TreeNodeRemoved (line 344) | private void SelectedNodes_TreeNodeRemoved(TreeNode tn) method SelectedNodes_SelectedNodesCleared (line 358) | private void SelectedNodes_SelectedNodesCleared(object sender, EventAr... method UnselectAllNodes (line 375) | internal void UnselectAllNodes() method UnselectAllNodes (line 384) | private void UnselectAllNodes(TreeViewAction tva) method UnselectAllNodesNotBelongingToLevel (line 394) | private void UnselectAllNodesNotBelongingToLevel(int level, TreeViewAc... method UnselectAllNodesNotBelongingDirectlyToParent (line 416) | private void UnselectAllNodesNotBelongingDirectlyToParent(TreeNode par... method UnselectAllNodesNotBelongingToParent (line 438) | private void UnselectAllNodesNotBelongingToParent(TreeNode parent, Tre... method UnselectAllNodesExceptNode (line 460) | internal void UnselectAllNodesExceptNode(TreeNode nodeKeepSelected, Tr... method OnBeforeSelect (line 483) | protected override void OnBeforeSelect(TreeViewCancelEventArgs e) method IsNodeSelected (line 496) | private bool IsNodeSelected(TreeNode tn) => tn != null && m_listSelect... method PreserveNodeColors (line 502) | private void PreserveNodeColors(TreeNode tn) method SelectNode (line 518) | internal void SelectNode(TreeNode tn, bool select, TreeViewAction tva) method SelectNodesInsideRange (line 579) | private void SelectNodesInsideRange(TreeNode startNode, TreeNode endNo... method UnselectNodesOutsideRange (line 616) | private void UnselectNodesOutsideRange(TreeNode startNode, TreeNode en... method UnselectNodesRecursively (line 658) | private void UnselectNodesRecursively(TreeNode tn, TreeViewAction tva) method IsClickOnNode (line 678) | private static bool IsClickOnNode(TreeNode tn, MouseEventArgs e) method GetNodeLevel (line 695) | private static int GetNodeLevel(TreeNode node) method IsChildOf (line 711) | private static bool IsChildOf(TreeNode child, TreeNode parent) method GetRootParent (line 734) | private static TreeNode GetRootParent(TreeNode child) method GetNumberOfVisibleNodes (line 750) | private int GetNumberOfVisibleNodes() method GetLastVisibleNode (line 771) | private TreeNode GetLastVisibleNode() method GetNextTreeNode (line 790) | private static TreeNode GetNextTreeNode(TreeNode start, bool down, int... method SetFocusToNode (line 822) | private void SetFocusToNode(TreeNode tn, bool visible) method Dispose (line 864) | protected override void Dispose(bool disposing) method InitializeComponent (line 882) | private void InitializeComponent() method OnMouseUp (line 896) | protected override void OnMouseUp(MouseEventArgs e) method IsPlusMinusClicked (line 938) | private static bool IsPlusMinusClicked(TreeNode tn, MouseEventArgs e) ... method OnMouseDown (line 944) | protected override void OnMouseDown(MouseEventArgs e) method FlashNode (line 991) | private void FlashNode() method StartEdit (line 1022) | private void StartEdit() method ProcessNodeRange (line 1050) | public void ProcessNodeRange(TreeNode startNode, TreeNode endNode, Mou... method HandleControlHeldDown (line 1116) | private void HandleControlHeldDown(TreeNode endNode, TreeViewAction tva) method HandleShiftPressed (line 1162) | private void HandleShiftPressed(TreeNode startNode, TreeNode endNode, ... method HandleShiftAndControlPressed (line 1274) | private void HandleShiftAndControlPressed(TreeNode startNode, TreeNode... method OnBeforeLabelEdit (line 1390) | protected override void OnBeforeLabelEdit(NodeLabelEditEventArgs e) method OnKeyDown (line 1412) | protected override void OnKeyDown(KeyEventArgs e) method OnAfterCollapse (line 1538) | protected override void OnAfterCollapse(TreeViewEventArgs e) method OnItemDrag (line 1568) | protected override void OnItemDrag(ItemDragEventArgs e) class NodesCollection (line 1583) | public class NodesCollection : CollectionBase, IList method Add (line 1622) | public void Add(TreeNode treeNode) method InsertAt (line 1634) | public void InsertAt(int index, TreeNode treeNode) method Remove (line 1645) | public void Remove(TreeNode treeNode) method Contains (line 1657) | public bool Contains(TreeNode treeNode) => List.Contains(treeNode); method IndexOf (line 1664) | public int IndexOf(TreeNode treeNode) => List.IndexOf(treeNode); method CopyTo (line 1671) | public void CopyTo(TreeNode[] array, int arrayIndex) method Add (line 1681) | void ICollection.Add(TreeNode treeNode) method Contains (line 1685) | bool ICollection.Contains(TreeNode treeNode) => true; method CopyTo (line 1687) | void ICollection.CopyTo(TreeNode[] array, int arrayIndex) method Remove (line 1693) | bool ICollection.Remove(TreeNode treeNode) method IndexOf (line 1702) | int IList.IndexOf(TreeNode treeNode) => List.IndexOf(treeNode); method Insert (line 1704) | void IList.Insert(int index, TreeNode treeNode) method GetEnumerator (line 1714) | IEnumerator IEnumerable.GetEnumerator() => new Nod... method OnClear (line 1724) | protected override void OnClear() class NodesCollectionEnumerator (line 1736) | private class NodesCollectionEnumerator : IEnumerator method NodesCollectionEnumerator (line 1740) | public NodesCollectionEnumerator(IEnumerator enumerator) method MoveNext (line 1749) | public bool MoveNext() => m_enumerator.MoveNext(); method Reset (line 1751) | public void Reset() method Dispose (line 1756) | public void Dispose() FILE: src/EVEMon.Common/Controls/TreeViewExtensions.cs class TreeViewExtensions (line 10) | public static class TreeViewExtensions method GetAllNodes (line 17) | public static IEnumerable GetAllNodes(this TreeView treeView) method GetAllVisibleNodes (line 72) | public static IEnumerable GetAllVisibleNodes(this TreeView t... method GetNodeWithTag (line 87) | public static TreeNode GetNodeWithTag(this TreeView treeView, object tag) method SelectNodeWithTag (line 98) | public static void SelectNodeWithTag(this TreeView treeView, object tag) FILE: src/EVEMon.Common/CustomEventArgs/ApiErrorTroubleshooterEventArgs.cs class ApiErrorTroubleshooterEventArgs (line 9) | public sealed class ApiErrorTroubleshooterEventArgs : EventArgs method ApiErrorTroubleshooterEventArgs (line 17) | public ApiErrorTroubleshooterEventArgs() method ApiErrorTroubleshooterEventArgs (line 26) | public ApiErrorTroubleshooterEventArgs(ResolutionAction action) FILE: src/EVEMon.Common/CustomEventArgs/AttributeChangedEventArgs.cs class AttributeChangedEventArgs (line 6) | public sealed class AttributeChangedEventArgs : EventArgs method AttributeChangedEventArgs (line 12) | public AttributeChangedEventArgs(RemappingResult remapping) FILE: src/EVEMon.Common/CustomEventArgs/AttributeHighlightingEventArgs.cs class AttributeHighlightingEventArgs (line 5) | public sealed class AttributeHighlightingEventArgs : EventArgs method AttributeHighlightingEventArgs (line 11) | public AttributeHighlightingEventArgs(long highlightValue) FILE: src/EVEMon.Common/CustomEventArgs/AttributeValueChangedEventArgs.cs class AttributeValueChangedEventArgs (line 5) | public sealed class AttributeValueChangedEventArgs : EventArgs FILE: src/EVEMon.Common/CustomEventArgs/AttributeValueChangingEventArgs.cs class AttributeValueChangingEventArgs (line 5) | public sealed class AttributeValueChangingEventArgs : EventArgs method AttributeValueChangingEventArgs (line 11) | public AttributeValueChangingEventArgs(long deltaValue) FILE: src/EVEMon.Common/CustomEventArgs/CharacterChangedEventArgs.cs class CharacterChangedEventArgs (line 6) | public sealed class CharacterChangedEventArgs : EventArgs method CharacterChangedEventArgs (line 12) | public CharacterChangedEventArgs(Character character) FILE: src/EVEMon.Common/CustomEventArgs/CharacterIdentityChangedEventArgs.cs class CharacterIdentityChangedEventArgs (line 6) | public sealed class CharacterIdentityChangedEventArgs : EventArgs method CharacterIdentityChangedEventArgs (line 12) | public CharacterIdentityChangedEventArgs(CharacterIdentity identity) FILE: src/EVEMon.Common/CustomEventArgs/CloudStorageServiceProviderEventArgs.cs class CloudStorageServiceProviderEventArgs (line 5) | public sealed class CloudStorageServiceProviderEventArgs : EventArgs method CloudStorageServiceProviderEventArgs (line 11) | public CloudStorageServiceProviderEventArgs(string errorMessage) FILE: src/EVEMon.Common/CustomEventArgs/ContractsEventArgs.cs class ContractsEventArgs (line 7) | public sealed class ContractsEventArgs : EventArgs method ContractsEventArgs (line 14) | public ContractsEventArgs(Character character, IEnumerable e... FILE: src/EVEMon.Common/CustomEventArgs/DataUpdateAvailableEventArgs.cs class DataUpdateAvailableEventArgs (line 7) | public sealed class DataUpdateAvailableEventArgs : EventArgs method DataUpdateAvailableEventArgs (line 15) | public DataUpdateAvailableEventArgs(Collection c... FILE: src/EVEMon.Common/CustomEventArgs/DaySelectedEventArgs.cs class DaySelectedEventArgs (line 7) | public sealed class DaySelectedEventArgs : EventArgs method DaySelectedEventArgs (line 16) | public DaySelectedEventArgs(DateTime datetime, bool dateTimeIsSameMont... FILE: src/EVEMon.Common/CustomEventArgs/DropDownMouseMoveEventArgs.cs class DropDownMouseMoveEventArgs (line 6) | public sealed class DropDownMouseMoveEventArgs : EventArgs method DropDownMouseMoveEventArgs (line 13) | public DropDownMouseMoveEventArgs(object item, Point location) FILE: src/EVEMon.Common/CustomEventArgs/ESIKeyCreationEventArgs.cs class ESIKeyCreationEventArgs (line 10) | public sealed class ESIKeyCreationEventArgs : EventArgs method ESIKeyCreationEventArgs (line 21) | public ESIKeyCreationEventArgs(long id, string refreshToken, JsonResul... method CreateOrUpdate (line 106) | public ESIKey CreateOrUpdate() FILE: src/EVEMon.Common/CustomEventArgs/ESIKeyInfoChangedEventArgs.cs class ESIKeyInfoChangedEventArgs (line 6) | public sealed class ESIKeyInfoChangedEventArgs : EventArgs method ESIKeyInfoChangedEventArgs (line 12) | public ESIKeyInfoChangedEventArgs(ESIKey esiKey) FILE: src/EVEMon.Common/CustomEventArgs/EveServerEventArgs.cs class EveServerEventArgs (line 10) | public sealed class EveServerEventArgs : EventArgs method EveServerEventArgs (line 18) | public EveServerEventArgs(EveServer server, ServerStatus previousStatu... FILE: src/EVEMon.Common/CustomEventArgs/IndustryJobsEventArgs.cs class IndustryJobsEventArgs (line 9) | public sealed class IndustryJobsEventArgs : EventArgs method IndustryJobsEventArgs (line 16) | public IndustryJobsEventArgs(Character character, IEnumerable ... FILE: src/EVEMon.Common/CustomEventArgs/LoadoutEventArgs.cs class LoadoutEventArgs (line 5) | public sealed class LoadoutEventArgs : EventArgs method LoadoutEventArgs (line 11) | public LoadoutEventArgs(object loadout, string errorMessage) FILE: src/EVEMon.Common/CustomEventArgs/LoadoutFeedEventArgs.cs class LoadoutFeedEventArgs (line 5) | public sealed class LoadoutFeedEventArgs : EventArgs method LoadoutFeedEventArgs (line 12) | public LoadoutFeedEventArgs(object loadoutFeed, string errorMessage) FILE: src/EVEMon.Common/CustomEventArgs/MarketOrdersEventArgs.cs class MarketOrdersEventArgs (line 7) | public sealed class MarketOrdersEventArgs : EventArgs method MarketOrdersEventArgs (line 14) | public MarketOrdersEventArgs(Character character, IEnumerable method BlueprintCollection (line 19) | internal BlueprintCollection(BlueprintMarketGroup group, ICollection AllLevel.Fir... method TryUpdateCertificateStatus (line 125) | internal bool TryUpdateCertificateStatus() method ToString (line 135) | public override string ToString() => StaticData.ToString(); FILE: src/EVEMon.Common/Data/CertificateCategoryCollection.cs class CertificateCategoryCollection (line 10) | [EnforceUIThreadAffinity] method CertificateCategoryCollection (line 17) | internal CertificateCategoryCollection(Character character) FILE: src/EVEMon.Common/Data/CertificateClass.cs class CertificateClass (line 11) | [EnforceUIThreadAffinity] method CertificateClass (line 20) | internal CertificateClass(Character character, StaticCertificateClass ... method ToString (line 108) | public override string ToString() => StaticData.Name; FILE: src/EVEMon.Common/Data/CertificateClassCollection.cs class CertificateClassCollection (line 10) | public sealed class CertificateClassCollection : ReadonlyKeyedCollection... method CertificateClassCollection (line 18) | public CertificateClassCollection() method CertificateClassCollection (line 28) | internal CertificateClassCollection(Character character) FILE: src/EVEMon.Common/Data/CertificateCollection.cs class CertificateCollection (line 11) | [EnforceUIThreadAffinity] method CertificateCollection (line 18) | internal CertificateCollection(Character character) method Initialize (line 39) | internal void Initialize() FILE: src/EVEMon.Common/Data/CertificateGroup.cs class CertificateGroup (line 11) | [EnforceUIThreadAffinity] method CertificateGroup (line 19) | internal CertificateGroup(Character character, StaticCertificateGroup ... method CertificateGroup (line 34) | internal CertificateGroup(StaticCertificateGroup src) FILE: src/EVEMon.Common/Data/CertificateLevel.cs class CertificateLevel (line 13) | public sealed class CertificateLevel method CertificateLevel (line 25) | public CertificateLevel(KeyValuePair $"Level {Skill.GetRomanFromInt((i... FILE: src/EVEMon.Common/Data/Constellation.cs class Constellation (line 11) | public sealed class Constellation : ReadonlyCollection, ICo... method Constellation (line 21) | public Constellation(Region region, SerializableConstellation src) method Constellation (line 36) | public Constellation() method CompareTo (line 78) | public int CompareTo(Constellation other) method ToString (line 96) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/ControlTowerFuel.cs class ControlTowerFuel (line 6) | public sealed class ControlTowerFuel : Material method ControlTowerFuel (line 15) | public ControlTowerFuel(SerializableControlTowerFuel src) FILE: src/EVEMon.Common/Data/ControlTowerFuelCollection.cs class ControlTowerFuelCollection (line 7) | public sealed class ControlTowerFuelCollection : ReadonlyCollection GetFilesFrom(string dirPath, string ... FILE: src/EVEMon.Common/Data/EveProperty.cs class EveProperty (line 8) | public sealed class EveProperty method EveProperty (line 17) | internal EveProperty(EvePropertyCategory category, SerializablePropert... method GetLabelOrDefault (line 122) | public string GetLabelOrDefault(Item obj) method GetNumericValue (line 137) | public double GetNumericValue(Item obj) method Format (line 157) | private string Format(string value) FILE: src/EVEMon.Common/Data/EvePropertyCategory.cs class EvePropertyCategory (line 7) | public sealed class EvePropertyCategory : ReadonlyCollection method EvePropertyCategory (line 16) | public EvePropertyCategory(SerializablePropertyCategory serial) FILE: src/EVEMon.Common/Data/EvePropertyCollection.cs class EvePropertyCollection (line 8) | public sealed class EvePropertyCollection : ReadonlyCollection ... FILE: src/EVEMon.Common/Data/EvePropertyValue.cs type EvePropertyValue (line 9) | public struct EvePropertyValue method EvePropertyValue (line 17) | internal EvePropertyValue(SerializablePropertyValue src) method ToString (line 58) | public override string ToString() => Property.Name; FILE: src/EVEMon.Common/Data/Faction.cs class Faction (line 6) | public sealed class Faction method Faction (line 13) | public Faction(int id, NPCCorporation baseCorp, NPCCorporation militia... FILE: src/EVEMon.Common/Data/Implant.cs class Implant (line 11) | public sealed class Implant : Item method Implant (line 19) | internal Implant(ImplantSlots slot) method Implant (line 30) | internal Implant(MarketGroup group, SerializableItem src) method SetImplantBonus (line 71) | private void SetImplantBonus() method SlotToAttrib (line 119) | public static EveAttribute SlotToAttrib(ImplantSlots slot) method AttribToSlot (line 143) | public static ImplantSlots AttribToSlot(EveAttribute attr) FILE: src/EVEMon.Common/Data/ImplantCollection.cs class ImplantCollection (line 10) | public sealed class ImplantCollection : ReadonlyCollection method ImplantCollection (line 18) | internal ImplantCollection(ImplantSlots slot) method Add (line 44) | internal void Add(Implant implant) FILE: src/EVEMon.Common/Data/Item.cs class Item (line 16) | public class Item method Item (line 27) | private Item() method Item (line 37) | internal Item(int id, string name) method Item (line 51) | internal Item(MarketGroup group, SerializableBlueprint src) method Item (line 75) | internal Item(MarketGroup group, SerializableItem src) method CanActivate (line 266) | public bool CanActivate(double? cpuAvailable, double? gridAvailable) method TryStripTail (line 312) | private static string TryStripTail(string stripMe, string tail) method TryParseNullable (line 330) | private static double? TryParseNullable(string parseMe) method FindProperty (line 348) | private string FindProperty(EveProperty property, string defaultValue) method ToString (line 371) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/ItemCollection.cs class ItemCollection (line 11) | public sealed class ItemCollection : ReadonlyCollection method ItemCollection (line 20) | internal ItemCollection(MarketGroup group, ICollection Name; FILE: src/EVEMon.Common/Data/MarketGroupCollection.cs class MarketGroupCollection (line 10) | public sealed class MarketGroupCollection : ReadonlyCollection method MarketGroupCollection (line 17) | internal MarketGroupCollection(MarketGroup group, ICollection ... FILE: src/EVEMon.Common/Data/Mastery.cs class Mastery (line 15) | public sealed class Mastery : ReadonlyCollection, IC... method Mastery (line 28) | internal Mastery(MasteryShip masteryShip, SerializableMastery src) method Mastery (line 46) | internal Mastery(Character character, Mastery mastery) method GetPrerequisiteSkills (line 100) | public IEnumerable GetPrerequisiteSkills() => Items.Select... method GetTrainingTime (line 108) | public TimeSpan GetTrainingTime() => m_character.GetTrainingTimeToMult... method TryUpdateMasteryStatus (line 119) | public bool TryUpdateMasteryStatus() method SetAsUntrained (line 151) | public bool SetAsUntrained() method CompareTo (line 163) | public int CompareTo(Mastery other) method ToString (line 191) | public override string ToString() => "Level " + Skill.GetRomanFromInt(... FILE: src/EVEMon.Common/Data/MasteryCertificate.cs class MasteryCertificate (line 11) | public sealed class MasteryCertificate method MasteryCertificate (line 21) | internal MasteryCertificate(Mastery masteryLevel, SerializableMasteryC... method MasteryCertificate (line 32) | internal MasteryCertificate(Character character, MasteryCertificate ma... method ToCharacter (line 61) | public Certificate ToCharacter(Character character) FILE: src/EVEMon.Common/Data/MasteryShip.cs class MasteryShip (line 12) | public sealed class MasteryShip : ReadonlyCollection method MasteryShip (line 22) | internal MasteryShip(SerializableMasteryShip src, Ship ship) : base(sr... method MasteryShip (line 39) | internal MasteryShip(Character character, MasteryShip masteryShip) : b... method GetLevel (line 80) | public Mastery GetLevel(int level) => Items.FirstOrDefault(mastery => ... method Initialize (line 87) | internal void Initialize() FILE: src/EVEMon.Common/Data/MasteryShipCollection.cs class MasteryShipCollection (line 8) | public class MasteryShipCollection : ReadonlyKeyedCollection Items.ContainsKey(id)... method Initialize (line 33) | public void Initialize() FILE: src/EVEMon.Common/Data/Material.cs class Material (line 9) | public class Material method Material (line 18) | public Material(SerializableMaterialQuantity src) FILE: src/EVEMon.Common/Data/MaterialCollection.cs class MaterialCollection (line 6) | public sealed class MaterialCollection : ReadonlyCollection method MaterialCollection (line 12) | internal MaterialCollection(ICollection materials) FILE: src/EVEMon.Common/Data/NPCCorporation.cs class NPCCorporation (line 5) | public sealed class NPCCorporation method NPCCorporation (line 12) | public NPCCorporation(Station station) FILE: src/EVEMon.Common/Data/Planet.cs class Planet (line 10) | public class Planet : IComparable method Planet (line 21) | public Planet(SolarSystem owner, SerializablePlanet src) method CompareTo (line 43) | public int CompareTo(Planet other) method ToString (line 82) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/ReactionMaterial.cs class ReactionMaterial (line 6) | public sealed class ReactionMaterial : Material method ReactionMaterial (line 15) | public ReactionMaterial(SerializableReactionInfo src) FILE: src/EVEMon.Common/Data/ReactionMaterialCollection.cs class ReactionMaterialCollection (line 7) | public sealed class ReactionMaterialCollection : ReadonlyCollection, ICompara... method Region (line 19) | internal Region(SerializableRegion src) method Region (line 31) | internal Region() method CompareTo (line 62) | public int CompareTo(Region other) method ToString (line 78) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/Ship.cs class Ship (line 8) | public class Ship : Item method Ship (line 17) | internal Ship(MarketGroup group, SerializableItem src) FILE: src/EVEMon.Common/Data/SolarSystem.cs class SolarSystem (line 15) | public sealed class SolarSystem : ReadonlyCollection, IComparab... method SolarSystem (line 41) | public SolarSystem(Constellation owner, SerializableSolarSystem src) method SolarSystem (line 73) | public SolarSystem() method FindPlanetByID (line 174) | public Planet FindPlanetByID(int planetID) method GetSquareDistanceWith (line 193) | public int GetSquareDistanceWith(SolarSystem other) method GetSystemsWithinRange (line 209) | public IEnumerable GetSystemsWithinRange(int maxIncl... method GetFastestPathTo (line 222) | public IEnumerable GetFastestPathTo(SolarSystem target, P... method AddNeighbor (line 240) | internal void AddNeighbor(SolarSystem system) method TrimNeighbors (line 248) | internal void TrimNeighbors() method ToString (line 263) | public override string ToString() => Name; method GetHashCode (line 269) | public override int GetHashCode() => ID; method CompareTo (line 282) | public int CompareTo(SolarSystem other) FILE: src/EVEMon.Common/Data/SolarSystemRange.cs class SolarSystemRange (line 10) | public sealed class SolarSystemRange : ReadonlyCollection method SolarSystemRange (line 19) | private SolarSystemRange(SolarSystem source, int range) method GetSystemRangesFrom (line 50) | internal static IEnumerable GetSystemRangesFrom(Sola... method GetNextRange (line 72) | private SolarSystemRange GetNextRange(IDictionary c... FILE: src/EVEMon.Common/Data/StaticBlueprints.cs class StaticBlueprints (line 11) | public static class StaticBlueprints method Load (line 21) | internal static void Load() method InitializeDictionaries (line 43) | private static void InitializeDictionaries(BlueprintMarketGroup market... method GetBlueprintByID (line 82) | public static Blueprint GetBlueprintByID(int blueprintId) method GetBlueprintByName (line 95) | public static Blueprint GetBlueprintByName(string blueprintName) FILE: src/EVEMon.Common/Data/StaticCertificate.cs class StaticCertificate (line 14) | public sealed class StaticCertificate method StaticCertificate (line 23) | internal StaticCertificate(StaticCertificateClass certClass, Serializa... method CompleteInitialization (line 117) | internal void CompleteInitialization(IEnumerable Description; FILE: src/EVEMon.Common/Data/StaticCertificateClass.cs class StaticCertificateClass (line 8) | public sealed class StaticCertificateClass method StaticCertificateClass (line 17) | internal StaticCertificateClass(StaticCertificateGroup group, Serializ... method ToString (line 62) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/StaticCertificateGroup.cs class StaticCertificateGroup (line 9) | public sealed class StaticCertificateGroup : ReadonlyCollection Name; FILE: src/EVEMon.Common/Data/StaticCertificates.cs class StaticCertificates (line 12) | public static class StaticCertificates method Load (line 25) | internal static void Load() method GetCertificateByID (line 86) | public static StaticCertificate GetCertificateByID(int id) => s_certif... method GetCertificateClassByName (line 93) | public static StaticCertificateClass GetCertificateClassByName(string ... FILE: src/EVEMon.Common/Data/StaticGeography.cs class StaticGeography (line 15) | public static class StaticGeography method Load (line 36) | internal static void Load() method LoadFactions (line 49) | private static void LoadFactions() method LoadGeoData (line 78) | private static GeoDatafile LoadGeoData() method CompleteInitialization (line 124) | private static void CompleteInitialization(GeoDatafile datafile) method GetRegionByID (line 190) | public static Region GetRegionByID(int id) method GetConstellationByID (line 202) | public static Constellation GetConstellationByID(int id) method GetPlanetByID (line 214) | public static Planet GetPlanetByID(int id) method GetSolarSystemByID (line 226) | public static SolarSystem GetSolarSystemByID(int id) method GetSolarSystemName (line 238) | public static string GetSolarSystemName(int id) method GetSolarSystemByName (line 248) | public static SolarSystem GetSolarSystemByName(string name) => s_solar... method GetStationByID (line 256) | public static Station GetStationByID(long id) method GetCorporationByID (line 268) | public static NPCCorporation GetCorporationByID(int id) method GetAgentByID (line 280) | public static Agent GetAgentByID(int id) method GetAgentByName (line 292) | public static Agent GetAgentByName(string name) => s_agentsByID.Values... method GetFactionByID (line 300) | public static Faction GetFactionByID(int id) method GetRange (line 313) | public static string GetRange(int range) FILE: src/EVEMon.Common/Data/StaticItems.cs class StaticItems (line 13) | public static class StaticItems method Load (line 25) | internal static void Load() method InitializeDictionaries (line 55) | private static void InitializeDictionaries(MarketGroup marketGroup) method GetImplants (line 109) | public static ImplantCollection GetImplants(ImplantSlots slot) => s_im... method GetItemByID (line 117) | public static Item GetItemByID(int itemId) method GetItemName (line 129) | public static string GetItemName(int itemId) method GetItemByName (line 140) | public static Item GetItemByName(string itemName) FILE: src/EVEMon.Common/Data/StaticMasteries.cs class StaticMasteries (line 10) | public static class StaticMasteries method Load (line 21) | internal static void Load() FILE: src/EVEMon.Common/Data/StaticProperties.cs class StaticProperties (line 9) | public static class StaticProperties method Load (line 30) | internal static void Load() method GetPropertyByID (line 102) | public static EveProperty GetPropertyByID(int id) method GetPropertyByName (line 114) | public static EveProperty GetPropertyByName(string name) method GetCategoryByID (line 126) | public static EvePropertyCategory GetCategoryByID(int id) FILE: src/EVEMon.Common/Data/StaticRecommendations.cs class StaticRecommendations (line 9) | public sealed class StaticRecommendations : ReadonlyCollection method StaticRecommendations (line 14) | internal StaticRecommendations() method Add (line 22) | internal void Add(T item) FILE: src/EVEMon.Common/Data/StaticReprocessing.cs class StaticReprocessing (line 11) | public static class StaticReprocessing method Load (line 18) | internal static void Load() method GetItemMaterialsByID (line 42) | public static IEnumerable GetItemMaterialsByID(int id) FILE: src/EVEMon.Common/Data/StaticRequiredMaterial.cs class StaticRequiredMaterial (line 7) | public class StaticRequiredMaterial : Item method StaticRequiredMaterial (line 15) | internal StaticRequiredMaterial(SerializableRequiredMaterial src) method GetName (line 47) | private static string GetName(int id) FILE: src/EVEMon.Common/Data/StaticSkill.cs class StaticSkill (line 18) | public sealed class StaticSkill : IStaticSkill method StaticSkill (line 28) | private StaticSkill() method StaticSkill (line 48) | internal StaticSkill(StaticSkillGroup group, SerializableSkill src, in... method CompleteInitialization (line 73) | internal void CompleteInitialization(IEnumerable Name; FILE: src/EVEMon.Common/Data/StaticSkillGroup.cs class StaticSkillGroup (line 13) | public sealed class StaticSkillGroup : ReadonlyKeyedCollection Items.ContainsKey(skillID); method GetEnumerator (line 102) | public IEnumerator GetEnumerator() => Items.Values.GetEnu... FILE: src/EVEMon.Common/Data/StaticSkillLevel.cs class StaticSkillLevel (line 13) | public class StaticSkillLevel : ISkillLevel method StaticSkillLevel (line 22) | public StaticSkillLevel(long id, long level) method StaticSkillLevel (line 33) | public StaticSkillLevel(string name, long level) method StaticSkillLevel (line 44) | public StaticSkillLevel(StaticSkill skill, long level) method StaticSkillLevel (line 55) | public StaticSkillLevel(ISkillLevel obj) method StaticSkillLevel (line 69) | public StaticSkillLevel(long id, long level, int activityId) method IsDependentOf (line 126) | public bool IsDependentOf(ISkillLevel skillLevel) method ToString (line 162) | public override string ToString() => $"{Skill.Name} {Models.Skill.GetR... FILE: src/EVEMon.Common/Data/StaticSkills.cs class StaticSkills (line 15) | public static class StaticSkills method Load (line 29) | internal static void Load() method GetSkill (line 99) | public static StaticSkill GetSkill(this SerializableSkillPrerequisite ... method GetSkillName (line 111) | public static string GetSkillName(int id) method GetSkillByName (line 125) | public static StaticSkill GetSkillByName(string name) method GetSkillByID (line 137) | public static StaticSkill GetSkillByID(long id) method GetSkillByArrayIndex (line 149) | public static StaticSkill GetSkillByArrayIndex(int index) => s_skills[... method GetSkillGroupByID (line 156) | public static StaticSkillGroup GetSkillGroupByID(int groupId) FILE: src/EVEMon.Common/Data/Station.cs class Station (line 13) | public class Station : ReadonlyCollection, IComparable method CreateInaccessible (line 20) | public static Station CreateInaccessible(long id) method Station (line 39) | public Station(SerializableOutpost src) method Station (line 57) | public Station(SolarSystem owner, SerializableStation src) method CompareTo (line 144) | public int CompareTo(Station other) method GetFullLocation (line 164) | private static string GetFullLocation(SolarSystem solarSystem, string ... method ToString (line 176) | public override string ToString() => Name; FILE: src/EVEMon.Common/Data/StationServices.cs type StationServices (line 10) | [Flags] FILE: src/EVEMon.Common/EmailProvider/DefaultProvider.cs class DefaultProvider (line 4) | public sealed class DefaultProvider : IEmailProvider FILE: src/EVEMon.Common/EmailProvider/EmailProviders.cs class EmailProviders (line 8) | public static class EmailProviders method Initialize (line 15) | public static void Initialize() method GetByKey (line 36) | public static IEmailProvider GetByKey(string name) FILE: src/EVEMon.Common/EmailProvider/GmxProvider.cs class GmxProvider (line 4) | public sealed class GmxProvider : IEmailProvider FILE: src/EVEMon.Common/EmailProvider/GoogleProvider.cs class GoogleProvider (line 4) | public sealed class GoogleProvider : IEmailProvider FILE: src/EVEMon.Common/EmailProvider/HotmailProvider.cs class HotmailProvider (line 4) | public sealed class HotmailProvider : IEmailProvider FILE: src/EVEMon.Common/EmailProvider/IEmailProvider.cs type IEmailProvider (line 4) | public interface IEmailProvider FILE: src/EVEMon.Common/EmailProvider/YahooPlusProvider.cs class YahooPlusProvider (line 4) | public sealed class YahooPlusProvider : IEmailProvider FILE: src/EVEMon.Common/EmailProvider/YahooProvider.cs class YahooProvider (line 4) | public sealed class YahooProvider : IEmailProvider FILE: src/EVEMon.Common/Enumerations/AbbreviationFormat.cs type AbbreviationFormat (line 6) | public enum AbbreviationFormat FILE: src/EVEMon.Common/Enumerations/ActiveJobState.cs type ActiveJobState (line 8) | public enum ActiveJobState FILE: src/EVEMon.Common/Enumerations/AgentType.cs type AgentType (line 8) | public enum AgentType FILE: src/EVEMon.Common/Enumerations/AmarrMilitiaRank.cs type AmarrMilitiaRank (line 8) | public enum AmarrMilitiaRank FILE: src/EVEMon.Common/Enumerations/Ancestry.cs type Ancestry (line 6) | public enum Ancestry FILE: src/EVEMon.Common/Enumerations/AttributeOptimizationStrategy.cs type AttributeOptimizationStrategy (line 6) | public enum AttributeOptimizationStrategy FILE: src/EVEMon.Common/Enumerations/BlinkAction.cs type BlinkAction (line 3) | public enum BlinkAction FILE: src/EVEMon.Common/Enumerations/Bloodline.cs type Bloodline (line 6) | public enum Bloodline FILE: src/EVEMon.Common/Enumerations/BlueprintActivity.cs type BlueprintActivity (line 8) | public enum BlueprintActivity FILE: src/EVEMon.Common/Enumerations/BlueprintType.cs type BlueprintType (line 9) | public enum BlueprintType FILE: src/EVEMon.Common/Enumerations/CCPAPI/APIErrorType.cs type APIErrorType (line 6) | public enum APIErrorType FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPAPIContactType.cs type CCPAPIContactType (line 4) | public enum CCPAPIContactType FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPAPIKeyType.cs type CCPAPIKeyType (line 6) | public enum CCPAPIKeyType FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPAPILocationType.cs type CCPAPILocationType (line 4) | public enum CCPAPILocationType FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPAPIMethodsEnum.cs type CCPAPIMethodsEnum (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPAPIPlanetTypes.cs type CCPAPIPlanetTypes (line 6) | public enum CCPAPIPlanetTypes FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPContractStatus.cs type CCPContractStatus (line 5) | public enum CCPContractStatus FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPJobCompletedStatus.cs type CCPJobCompletedStatus (line 3) | public enum CCPJobCompletedStatus FILE: src/EVEMon.Common/Enumerations/CCPAPI/CCPOrderState.cs type CCPOrderState (line 6) | public enum CCPOrderState FILE: src/EVEMon.Common/Enumerations/CCPAPI/ESIAPICharacterMethods.cs type ESIAPICharacterMethods (line 13) | [Flags] FILE: src/EVEMon.Common/Enumerations/CCPAPI/ESIAPICorporationMethods.cs type ESIAPICorporationMethods (line 13) | [Flags] FILE: src/EVEMon.Common/Enumerations/CCPAPI/ESIAPIGenericMethods.cs type ESIAPIGenericMethods (line 12) | public enum ESIAPIGenericMethods FILE: src/EVEMon.Common/Enumerations/CaldariMilitiaRank.cs type CaldariMilitiaRank (line 8) | public enum CaldariMilitiaRank FILE: src/EVEMon.Common/Enumerations/CertificateFilter.cs type CertificateFilter (line 5) | public enum CertificateFilter FILE: src/EVEMon.Common/Enumerations/CertificateGrade.cs type CertificateGrade (line 6) | public enum CertificateGrade FILE: src/EVEMon.Common/Enumerations/CertificateSort.cs type CertificateSort (line 6) | public enum CertificateSort FILE: src/EVEMon.Common/Enumerations/CertificateStatus.cs type CertificateStatus (line 6) | public enum CertificateStatus FILE: src/EVEMon.Common/Enumerations/CharacterSaveFormat.cs type CharacterSaveFormat (line 6) | public enum CharacterSaveFormat FILE: src/EVEMon.Common/Enumerations/CharacterSortCriteria.cs type CharacterSortCriteria (line 6) | public enum CharacterSortCriteria FILE: src/EVEMon.Common/Enumerations/ConnectionStatus.cs type ConnectionStatus (line 6) | public enum ConnectionStatus FILE: src/EVEMon.Common/Enumerations/ContactGroup.cs type ContactGroup (line 9) | public enum ContactGroup FILE: src/EVEMon.Common/Enumerations/ContactType.cs type ContactType (line 6) | public enum ContactType FILE: src/EVEMon.Common/Enumerations/ContractAvailability.cs type ContractAvailability (line 8) | public enum ContractAvailability FILE: src/EVEMon.Common/Enumerations/ContractState.cs type ContractState (line 9) | public enum ContractState FILE: src/EVEMon.Common/Enumerations/ContractType.cs type ContractType (line 8) | public enum ContractType FILE: src/EVEMon.Common/Enumerations/DataCompression.cs type DataCompression (line 6) | public enum DataCompression FILE: src/EVEMon.Common/Enumerations/DescriptiveTextOptions.cs type DescriptiveTextOptions (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/EveAttribute.cs type EveAttribute (line 9) | public enum EveAttribute FILE: src/EVEMon.Common/Enumerations/EveImageSize.cs type EveImageSize (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/EveImageSizeMode.cs type EveImageSizeMode (line 6) | public enum EveImageSizeMode FILE: src/EVEMon.Common/Enumerations/EveMailState.cs type EveMailState (line 9) | public enum EveMailState FILE: src/EVEMon.Common/Enumerations/GallenteMilitiaRank.cs type GallenteMilitiaRank (line 8) | public enum GallenteMilitiaRank FILE: src/EVEMon.Common/Enumerations/Gender.cs type Gender (line 6) | public enum Gender FILE: src/EVEMon.Common/Enumerations/ImplantSlots.cs type ImplantSlots (line 8) | public enum ImplantSlots FILE: src/EVEMon.Common/Enumerations/IssuedFor.cs type IssuedFor (line 6) | public enum IssuedFor FILE: src/EVEMon.Common/Enumerations/ItemFamily.cs type ItemFamily (line 6) | public enum ItemFamily FILE: src/EVEMon.Common/Enumerations/ItemMetaGroup.cs type ItemMetaGroup (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/ItemSlot.cs type ItemSlot (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/JobState.cs type JobState (line 9) | public enum JobState FILE: src/EVEMon.Common/Enumerations/KillGroup.cs type KillGroup (line 7) | public enum KillGroup FILE: src/EVEMon.Common/Enumerations/KillLogFittingContentGroup.cs type KillLogFittingContentGroup (line 8) | public enum KillLogFittingContentGroup FILE: src/EVEMon.Common/Enumerations/LearningOptions.cs type LearningOptions (line 9) | [Flags] FILE: src/EVEMon.Common/Enumerations/LoadoutFormat.cs type LoadoutFormat (line 6) | public enum LoadoutFormat FILE: src/EVEMon.Common/Enumerations/MasteryStatus.cs type MasteryStatus (line 6) | public enum MasteryStatus FILE: src/EVEMon.Common/Enumerations/MedalGroup.cs type MedalGroup (line 8) | public enum MedalGroup FILE: src/EVEMon.Common/Enumerations/MinmatarMilitiaRank.cs type MinmatarMilitiaRank (line 8) | public enum MinmatarMilitiaRank FILE: src/EVEMon.Common/Enumerations/ObjectActivityFilter.cs type ObjectActivityFilter (line 6) | public enum ObjectActivityFilter FILE: src/EVEMon.Common/Enumerations/ObjectUsabilityFilter.cs type ObjectUsabilityFilter (line 6) | public enum ObjectUsabilityFilter FILE: src/EVEMon.Common/Enumerations/ObsoleteRemovalPolicy.cs type ObsoleteRemovalPolicy (line 6) | public enum ObsoleteRemovalPolicy FILE: src/EVEMon.Common/Enumerations/OrderState.cs type OrderState (line 9) | public enum OrderState FILE: src/EVEMon.Common/Enumerations/PathSearchCriteria.cs type PathSearchCriteria (line 6) | public enum PathSearchCriteria FILE: src/EVEMon.Common/Enumerations/PlanChange.cs type PlanChange (line 8) | [Flags] FILE: src/EVEMon.Common/Enumerations/PlanEntrySort.cs type PlanEntrySort (line 6) | public enum PlanEntrySort FILE: src/EVEMon.Common/Enumerations/PlanEntryType.cs type PlanEntryType (line 6) | public enum PlanEntryType FILE: src/EVEMon.Common/Enumerations/PlanFormat.cs type PlanFormat (line 6) | public enum PlanFormat FILE: src/EVEMon.Common/Enumerations/PlanOperations.cs type PlanOperations (line 6) | public enum PlanOperations FILE: src/EVEMon.Common/Enumerations/PlanSort.cs type PlanSort (line 6) | public enum PlanSort FILE: src/EVEMon.Common/Enumerations/PlanetaryPinState.cs type PlanetaryPinState (line 8) | public enum PlanetaryPinState FILE: src/EVEMon.Common/Enumerations/QueryStatus.cs type QueryStatus (line 5) | public enum QueryStatus FILE: src/EVEMon.Common/Enumerations/Race.cs type Race (line 9) | [Flags] FILE: src/EVEMon.Common/Enumerations/RemappingPointStatus.cs type RemappingPointStatus (line 6) | public enum RemappingPointStatus FILE: src/EVEMon.Common/Enumerations/ServerStatus.cs type ServerStatus (line 6) | public enum ServerStatus FILE: src/EVEMon.Common/Enumerations/SkillFilter.cs type SkillFilter (line 8) | public enum SkillFilter FILE: src/EVEMon.Common/Enumerations/SkillSort.cs type SkillSort (line 8) | public enum SkillSort FILE: src/EVEMon.Common/Enumerations/SortOrder.cs type SortOrder (line 6) | public enum SortOrder FILE: src/EVEMon.Common/Enumerations/StandingGroup.cs type StandingGroup (line 8) | public enum StandingGroup FILE: src/EVEMon.Common/Enumerations/StandingStatus.cs type StandingStatus (line 6) | public enum StandingStatus FILE: src/EVEMon.Common/Enumerations/ThrobberState.cs type ThrobberState (line 6) | public enum ThrobberState FILE: src/EVEMon.Common/Enumerations/TrainingOrigin.cs type TrainingOrigin (line 6) | public enum TrainingOrigin FILE: src/EVEMon.Common/Enumerations/TransactionType.cs type TransactionType (line 6) | public enum TransactionType FILE: src/EVEMon.Common/Enumerations/UISettings/AssetGrouping.cs type AssetGrouping (line 9) | public enum AssetGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/CalendarProvider.cs type CalendarProvider (line 3) | public enum CalendarProvider FILE: src/EVEMon.Common/Enumerations/UISettings/CloseBehaviour.cs type CloseBehaviour (line 6) | public enum CloseBehaviour FILE: src/EVEMon.Common/Enumerations/UISettings/CompatibilityMode.cs type CompatibilityMode (line 6) | public enum CompatibilityMode FILE: src/EVEMon.Common/Enumerations/UISettings/ContractGrouping.cs type ContractGrouping (line 9) | public enum ContractGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/EVEMailMessagesGrouping.cs type EVEMailMessagesGrouping (line 9) | public enum EVEMailMessagesGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/EVENotificationsGrouping.cs type EVENotificationsGrouping (line 9) | public enum EVENotificationsGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/GoogleCalendarReminder.cs type GoogleCalendarReminder (line 5) | public enum GoogleCalendarReminder FILE: src/EVEMon.Common/Enumerations/UISettings/IndustryJobGrouping.cs type IndustryJobGrouping (line 9) | public enum IndustryJobGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/MainWindowTitleFormat.cs type MainWindowTitleFormat (line 6) | public enum MainWindowTitleFormat FILE: src/EVEMon.Common/Enumerations/UISettings/MarketOrderGrouping.cs type MarketOrderGrouping (line 9) | public enum MarketOrderGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/MarkupType.cs type MarkupType (line 3) | public enum MarkupType FILE: src/EVEMon.Common/Enumerations/UISettings/ObsoleteEntryRemovalBehaviour.cs type ObsoleteEntryRemovalBehaviour (line 6) | public enum ObsoleteEntryRemovalBehaviour FILE: src/EVEMon.Common/Enumerations/UISettings/PlanetaryGrouping.cs type PlanetaryGrouping (line 9) | public enum PlanetaryGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/PortraitSizes.cs type PortraitSizes (line 8) | public enum PortraitSizes FILE: src/EVEMon.Common/Enumerations/UISettings/ReadingPanePositioning.cs type ReadingPanePositioning (line 6) | public enum ReadingPanePositioning FILE: src/EVEMon.Common/Enumerations/UISettings/SystemTrayBehaviour.cs type SystemTrayBehaviour (line 6) | public enum SystemTrayBehaviour FILE: src/EVEMon.Common/Enumerations/UISettings/ThreeStateSortOrder.cs type ThreeStateSortOrder (line 3) | public enum ThreeStateSortOrder FILE: src/EVEMon.Common/Enumerations/UISettings/TrayPopupGrouping.cs type TrayPopupGrouping (line 3) | public enum TrayPopupGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/TrayPopupSort.cs type TrayPopupSort (line 3) | public enum TrayPopupSort FILE: src/EVEMon.Common/Enumerations/UISettings/TrayPopupStyles.cs type TrayPopupStyles (line 3) | public enum TrayPopupStyles FILE: src/EVEMon.Common/Enumerations/UISettings/UpdatePeriod.cs type UpdatePeriod (line 6) | [XmlRoot("period")] FILE: src/EVEMon.Common/Enumerations/UISettings/WalletJournalGrouping.cs type WalletJournalGrouping (line 9) | public enum WalletJournalGrouping FILE: src/EVEMon.Common/Enumerations/UISettings/WalletTransactionGrouping.cs type WalletTransactionGrouping (line 9) | public enum WalletTransactionGrouping FILE: src/EVEMon.Common/EveMonClient.Events.cs class EveMonClient (line 13) | public static partial class EveMonClient method UpdateOnOneSecondTick (line 365) | internal static void UpdateOnOneSecondTick() method OnSettingsChanged (line 377) | internal static void OnSettingsChanged() method OnSchedulerChanged (line 391) | internal static void OnSchedulerChanged() method OnESIKeyCollectionChanged (line 404) | internal static void OnESIKeyCollectionChanged() method OnESIKeyMonitoredChanged (line 418) | internal static void OnESIKeyMonitoredChanged() method OnMonitoredCharactersChanged (line 431) | internal static void OnMonitoredCharactersChanged() method OnCharacterCollectionChanged (line 444) | internal static void OnCharacterCollectionChanged() method OnConquerableStationListUpdated (line 458) | internal static void OnConquerableStationListUpdated() method OnEveFactionalWarfareStatsUpdated (line 470) | internal static void OnEveFactionalWarfareStatsUpdated() method OnEveIDToNameUpdated (line 482) | internal static void OnEveIDToNameUpdated() method OnRefTypesUpdated (line 494) | internal static void OnRefTypesUpdated() method OnNotificationRefTypesUpdated (line 506) | internal static void OnNotificationRefTypesUpdated() method OnEveFlagsUpdated (line 518) | internal static void OnEveFlagsUpdated() method OnESIKeyInfoUpdated (line 531) | internal static void OnESIKeyInfoUpdated(ESIKey esiKey) method OnAccountStatusUpdated (line 545) | internal static void OnAccountStatusUpdated(ESIKey esiKey) method OnCharacterListUpdated (line 560) | internal static void OnCharacterListUpdated(ESIKey esiKey) method OnCharacterImplantSetCollectionChanged (line 573) | internal static void OnCharacterImplantSetCollectionChanged(Character ... method OnCharacterUpdated (line 587) | internal static void OnCharacterUpdated(Character character) method OnCharacterInfoUpdated (line 601) | internal static void OnCharacterInfoUpdated(Character character) method OnCharacterLabelChanged (line 615) | public static void OnCharacterLabelChanged(Character character) method OnCharacterSkillQueueUpdated (line 629) | internal static void OnCharacterSkillQueueUpdated(Character character) method OnCharacterQueuedSkillsCompleted (line 645) | internal static void OnCharacterQueuedSkillsCompleted(Character charac... method OnCharacterStandingsUpdated (line 658) | internal static void OnCharacterStandingsUpdated(Character character) method OnCharacterFactionalWarfareStatsUpdated (line 671) | internal static void OnCharacterFactionalWarfareStatsUpdated(Character... method OnCharacterAssetsUpdated (line 684) | internal static void OnCharacterAssetsUpdated(Character character) method OnMarketOrdersUpdated (line 697) | internal static void OnMarketOrdersUpdated(Character character) method OnCharacterMarketOrdersUpdated (line 712) | internal static void OnCharacterMarketOrdersUpdated(Character characte... method OnContractsUpdated (line 725) | internal static void OnContractsUpdated(Character character) method OnCharacterContractsUpdated (line 740) | internal static void OnCharacterContractsUpdated(Character character, ... method OnCharacterContractBidsDownloaded (line 753) | internal static void OnCharacterContractBidsDownloaded(Character chara... method OnCharacterContractItemsDownloaded (line 766) | internal static void OnCharacterContractItemsDownloaded(Character char... method OnCharacterWalletJournalUpdated (line 779) | internal static void OnCharacterWalletJournalUpdated(Character character) method OnCharacterWalletTransactionsUpdated (line 792) | internal static void OnCharacterWalletTransactionsUpdated(Character ch... method OnIndustryJobsUpdated (line 805) | internal static void OnIndustryJobsUpdated(Character character) method OnCharacterIndustryJobsUpdated (line 819) | internal static void OnCharacterIndustryJobsUpdated(Character character) method OnCorporationIndustryJobsUpdated (line 832) | internal static void OnCorporationIndustryJobsUpdated(Character charac... method OnCharacterIndustryJobsCompleted (line 846) | internal static void OnCharacterIndustryJobsCompleted(Character charac... method OnCharacterPlanetaryPinsCompleted (line 860) | internal static void OnCharacterPlanetaryPinsCompleted(Character chara... method OnCharacterResearchPointsUpdated (line 873) | internal static void OnCharacterResearchPointsUpdated(Character charac... method OnCharacterEVEMailMessagesUpdated (line 886) | internal static void OnCharacterEVEMailMessagesUpdated(Character chara... method OnCharacterEVEMailingListsUpdated (line 900) | internal static void OnCharacterEVEMailingListsUpdated(Character chara... method OnCharacterEVEMailBodyDownloaded (line 913) | internal static void OnCharacterEVEMailBodyDownloaded(Character charac... method OnCharacterEVENotificationsUpdated (line 926) | internal static void OnCharacterEVENotificationsUpdated(Character char... method OnCharacterContactsUpdated (line 940) | internal static void OnCharacterContactsUpdated(Character character) method OnCharacterMedalsUpdated (line 953) | internal static void OnCharacterMedalsUpdated(Character character) method OnCorporationMedalsUpdated (line 966) | internal static void OnCorporationMedalsUpdated(Character character) method OnCharacterUpcomingCalendarEventsUpdated (line 979) | internal static void OnCharacterUpcomingCalendarEventsUpdated(Characte... method OnCharacterCalendarEventAttendeesDownloaded (line 992) | internal static void OnCharacterCalendarEventAttendeesDownloaded(Chara... method OnCharacterKillLogUpdated (line 1005) | internal static void OnCharacterKillLogUpdated(Character character) method OnCharacterPlanetaryColoniesUpdated (line 1018) | internal static void OnCharacterPlanetaryColoniesUpdated(Character cha... method OnCharacterPlanetaryLayoutUpdated (line 1031) | internal static void OnCharacterPlanetaryLayoutUpdated(Character chara... method OnCharacterLoyaltyPointsUpdated (line 1044) | internal static void OnCharacterLoyaltyPointsUpdated(Character character) method OnCharacterPortraitUpdated (line 1057) | internal static void OnCharacterPortraitUpdated(Character character) method OnCharacterPlanCollectionChanged (line 1070) | internal static void OnCharacterPlanCollectionChanged(Character charac... method OnCorporationMarketOrdersUpdated (line 1085) | internal static void OnCorporationMarketOrdersUpdated(Character charac... method OnCorporationContractsUpdated (line 1099) | internal static void OnCorporationContractsUpdated(Character character... method OnCorporationContractBidsDownloaded (line 1112) | internal static void OnCorporationContractBidsDownloaded(Character cha... method OnCorporationContractItemsDownloaded (line 1125) | internal static void OnCorporationContractItemsDownloaded(Character ch... method OnCorporationIndustryJobsCompleted (line 1139) | internal static void OnCorporationIndustryJobsCompleted(Character char... method OnPlanChanged (line 1152) | internal static void OnPlanChanged(Plan plan) method OnPlanNameChanged (line 1166) | internal static void OnPlanNameChanged(Plan plan) method OnServerStatusUpdated (line 1182) | internal static void OnServerStatusUpdated(EveServer server, ServerSta... method OnNotificationSent (line 1195) | internal static void OnNotificationSent(NotificationEventArgs notifica... method OnNotificationInvalidated (line 1208) | internal static void OnNotificationInvalidated(NotificationInvalidatio... method OnUpdateAvailable (line 1228) | internal static void OnUpdateAvailable(Uri forumUrl, Uri installerUrl,... method OnDataUpdateAvailable (line 1241) | internal static void OnDataUpdateAvailable(Collection para... method StartTraceLogging (line 527) | public static void StartTraceLogging() method StopTraceLogging (line 549) | public static void StopTraceLogging() method CheckIsDebug (line 559) | [Conditional("DEBUG")] method CheckIsSnapshot (line 568) | [Conditional("SNAPSHOT")] FILE: src/EVEMon.Common/Exceptions/APIException.cs class APIException (line 6) | internal class APIException : Exception method APIException (line 12) | public APIException(SerializableAPIError error) FILE: src/EVEMon.Common/Extensions/EnumExtensions.cs class EnumExtensions (line 11) | public static class EnumExtensions method HasForcedOnStartup (line 18) | public static bool HasForcedOnStartup(this Enum item) => GetAttribute<... method GetDescription (line 25) | public static string GetDescription(this Enum item) => GetAttribute GetAttribute GetAttribute GetAttribu... method GetUpdatePeriod (line 53) | public static UpdateAttribute GetUpdatePeriod(this Enum item) => GetAt... method GetDefaultValue (line 60) | public static int GetDefaultValue(this Enum item) => (int)GetAttribute... method GetAttribute (line 68) | private static TAttribute GetAttribute(this Enum item) method GetValues (line 89) | public static IEnumerable GetValues() => Enum.GetValues(... method GetDescriptions (line 96) | public static IEnumerable GetDescriptions() method GetBitValues (line 104) | public static IEnumerable GetBitValues() method GetValueFromDescription (line 132) | public static Enum GetValueFromDescription(string description) method IsAlpha (line 148) | public static bool IsAlpha(this AccountStatus status) method GetTrainingRate (line 158) | public static float GetTrainingRate(this AccountStatus status) FILE: src/EVEMon.Common/Extensions/EventHandlerExtensions.cs class EventHandlerExtensions (line 7) | public static class EventHandlerExtensions method ThreadSafeInvoke (line 19) | public static void ThreadSafeInvoke(this EventHandler eventHandler, ob... method ThreadSafeInvoke (line 59) | public static void ThreadSafeInvoke(this EventHandler eventHandl... FILE: src/EVEMon.Common/Extensions/HttpExtensions.cs class HttpExtensions (line 6) | public static class HttpExtensions method GetIntParam (line 15) | private static int? GetIntParam(HttpResponseHeaders headers, string name) method ErrorCount (line 35) | public static int? ErrorCount(this HttpResponseHeaders headers) method PageCount (line 45) | public static int PageCount(this HttpResponseHeaders headers) FILE: src/EVEMon.Common/Extensions/ObjectExtensions.cs class ObjectExtensions (line 5) | public static class ObjectExtensions method ThrowIfNull (line 15) | public static void ThrowIfNull(this T obj, string paramName, string... FILE: src/EVEMon.Common/Extensions/PlanEntryExtensions.cs class PlanEntryExtensions (line 8) | public static class PlanEntryExtensions method GetUniqueSkillsCount (line 16) | public static int GetUniqueSkillsCount(this IEnumerable items) method GetNotKnownSkillsCount (line 29) | public static int GetNotKnownSkillsCount(this IEnumerable i... method GetTotalBooksCost (line 43) | public static long GetTotalBooksCost(this IEnumerable items) method GetNotKnownSkillBooksCost (line 56) | public static long GetNotKnownSkillBooksCost(this IEnumerable items) FILE: src/EVEMon.Common/Extensions/SkillEnumerableExtensions.cs class SkillEnumerableExtensions (line 8) | public static class SkillEnumerableExtensions method ToStatic (line 15) | public static IEnumerable ToStatic(this IEnumerable GetAllPrerequisites(this IEnumer... FILE: src/EVEMon.Common/Extensions/SkillLevelEnumerableExtensions.cs class SkillLevelEnumerableExtensions (line 9) | public static class SkillLevelEnumerableExtensions method ToStatic (line 16) | public static IEnumerable ToStatic(this IEnumerable<... method GetAllDependencies (line 25) | public static IEnumerable GetAllDependencies(this IEnumera... method AreTrained (line 38) | public static bool AreTrained(this IEnumerable src) => src... method Contains (line 47) | public static bool Contains(this IEnumerable src, Skill sk... method GetTotalTrainingTime (line 66) | public static TimeSpan GetTotalTrainingTime(this IEnumerable ToCharacter(this IEnumerable GetAllPrerequisites(this I... method FillPrerequisites (line 52) | internal static void FillPrerequisites(long[] highestLevels, List ToCharacter(this IEnumerable GetAllDependencies(this IE... method FillDependencies (line 59) | internal static void FillDependencies(this IList lis... FILE: src/EVEMon.Common/Extensions/StringExtensions.cs class StringExtensions (line 13) | public static class StringExtensions method RemoveProjectLocalPath (line 31) | public static string RemoveProjectLocalPath(this string text) => s_rem... method HtmlDecode (line 40) | public static string HtmlDecode(this string text) method IsValidEmail (line 56) | public static bool IsValidEmail(this string strIn) => s_email.IsMatch(... method NewLinesToBreakLines (line 64) | public static string NewLinesToBreakLines(this string text) method UnderscoresToDashes (line 99) | public static string UnderscoresToDashes(this string text) method UnderscoresToSpaces (line 112) | public static string UnderscoresToSpaces(this string text) method DecodeUnicodeCharacters (line 124) | public static string DecodeUnicodeCharacters(this string text) method ConvertUpperToLowerCamelCase (line 139) | public static string ConvertUpperToLowerCamelCase(this string text) method ConvertUpperCamelCaseToString (line 152) | public static string ConvertUpperCamelCaseToString(this string text) =... method Contains (line 162) | public static bool Contains(this string source, string text, bool igno... method IsEmptyOrUnknown (line 175) | public static bool IsEmptyOrUnknown(this string text) method ToTitleCase (line 186) | public static string ToTitleCase(this string text) method ToNumericString (line 217) | public static string ToNumericString(this int number, int decimals, Cu... method ToNumericString (line 227) | public static string ToNumericString(this float number, int decimals, ... method ToNumericString (line 237) | public static string ToNumericString(this decimal number, int decimals... method ToNumericString (line 247) | public static string ToNumericString(this long number, int decimals, C... method ToNumericString (line 260) | public static string ToNumericString(this double number, int decimals,... method WordWrap (line 273) | public static string WordWrap(this string text, int maxLength, bool re... method S (line 337) | public static string S(this int value) method TryParseInv (line 349) | public static bool TryParseInv(this string value, out int result) method TryParseInv (line 362) | public static bool TryParseInv(this string value, out long result) method TryParseInv (line 375) | public static bool TryParseInv(this string value, out float result) method TryParseInv (line 388) | public static bool TryParseInv(this string value, out double result) method TryParseInv (line 401) | public static bool TryParseInv(this string value, out decimal result) FILE: src/EVEMon.Common/Extensions/TimeExtensions.cs class TimeExtensions (line 9) | public static class TimeExtensions method WinTimeStampToDateTime (line 17) | public static DateTime WinTimeStampToDateTime(this long timestamp) method UnixTimeStampToDateTime (line 25) | public static DateTime UnixTimeStampToDateTime(this long timestamp) method DateTimeToTimeString (line 35) | public static string DateTimeToTimeString(this DateTime time, string f... method TimeStringToDateTime (line 45) | public static DateTime TimeStringToDateTime(this string timeUtc) method DateTimeToDotFormattedString (line 62) | public static string DateTimeToDotFormattedString(this DateTime time) method ToRemainingTimeShortDescription (line 77) | public static string ToRemainingTimeShortDescription(this DateTime t, ... method ToRemainingTimeDigitalDescription (line 103) | public static string ToRemainingTimeDigitalDescription(this DateTime t... method ToRemainingTimeDescription (line 149) | public static string ToRemainingTimeDescription(this DateTime t, DateT... method ToAbsoluteDateTimeDescription (line 215) | public static string ToAbsoluteDateTimeDescription(this DateTime absol... method ToDescriptiveText (line 257) | public static string ToDescriptiveText(this TimeSpan ts, DescriptiveTe... method BuildDescriptiveFragment (line 282) | private static void BuildDescriptiveFragment(StringBuilder sb, int p, ... FILE: src/EVEMon.Common/Extensions/WinFormsExtensions.cs class WinFormsExtensions (line 5) | public static class WinFormsExtensions method SelectAll (line 14) | public static void SelectAll(this ListView lv) FILE: src/EVEMon.Common/ExternalCalendar/CalendarEvent.cs class CalendarEvent (line 10) | public abstract class CalendarEvent method CalendarEvent (line 17) | protected CalendarEvent() method ReadEventsAsync (line 96) | internal abstract Task ReadEventsAsync(); method GetEvent (line 104) | internal abstract bool GetEvent(); method AddOrUpdateEventAsync (line 112) | internal abstract Task AddOrUpdateEventAsync(bool eventExists, int que... method DeleteEventAsync (line 118) | internal abstract Task DeleteEventAsync(int eventIndex); method WorkOutAlternateReminders (line 132) | protected DateTime WorkOutAlternateReminders() FILE: src/EVEMon.Common/ExternalCalendar/ExternalCalendar.cs class ExternalCalendar (line 17) | public static class ExternalCalendar method OutlookCalendarExist (line 31) | public static bool OutlookCalendarExist(bool useDefaultCalendar, strin... method UpdateCalendar (line 39) | public static async Task UpdateCalendar(CCPCharacter character) method DoOutlookAppointmentAsync (line 76) | private static async Task DoOutlookAppointmentAsync(QueuedSkill queued... method DoGoogleAppointmentAsync (line 129) | private static async Task DoGoogleAppointmentAsync(QueuedSkill queuedS... FILE: src/EVEMon.Common/ExternalCalendar/GoogleCalendarEvent.cs class GoogleCalendarEvent (line 28) | public sealed class GoogleCalendarEvent : CalendarEvent method AddOrUpdateEventAsync (line 97) | internal override async Task AddOrUpdateEventAsync(bool eventExists, i... method GetEvent (line 158) | internal override bool GetEvent() method ReadEventsAsync (line 197) | internal override async Task ReadEventsAsync() method DeleteEventAsync (line 225) | internal override async Task DeleteEventAsync(int eventIndex) method RequestAuth (line 245) | public static async Task GetCalendarId() method HasCredentialsStored (line 328) | public static bool HasCredentialsStored() method LogOn (line 347) | private static async Task GetClient() method SetGoogleReminder (line 454) | private void SetGoogleReminder(Event eventItem) FILE: src/EVEMon.Common/ExternalCalendar/OutlookCalendarEvent.cs class OutlookCalendarEvent (line 17) | public sealed class OutlookCalendarEvent : CalendarEvent method Outlook_Quit (line 61) | private static void Outlook_Quit() method AddOrUpdateEventAsync (line 81) | internal override Task AddOrUpdateEventAsync(bool eventExists, int que... method GetEvent (line 139) | internal override bool GetEvent() method ReadEventsAsync (line 156) | internal override Task ReadEventsAsync() method DeleteEventAsync (line 167) | internal override Task DeleteEventAsync(int eventIndex) method OutlookCalendarExist (line 179) | internal static bool OutlookCalendarExist(bool useDefaultCalendar, str... method GetMapiFolder (line 192) | private static bool GetMapiFolder(IEnumerable folders, bool useDefault... method GetEventItems (line 237) | private ArrayList GetEventItems() method GetFolderPathRoot (line 269) | private static string GetFolderPathRoot(string folderPath) FILE: src/EVEMon.Common/Factories/DisposableWithCallback.cs type DisposableWithCallback (line 9) | public struct DisposableWithCallback : IDisposable method DisposableWithCallback (line 17) | public DisposableWithCallback(Action action) method Dispose (line 25) | public void Dispose() method Begin (line 38) | public static IDisposable Begin(Action push, Action pop) FILE: src/EVEMon.Common/Factories/FontFactory.cs class FontFactory (line 11) | public static class FontFactory method GetDefaultFont (line 36) | public static Font GetDefaultFont() => DefaultFont; method GetDefaultFont (line 43) | public static Font GetDefaultFont(FontStyle style) => GetDefaultFont(S... method GetDefaultFont (line 52) | public static Font GetDefaultFont(float emSize, FontStyle style = Font... method GetFont (line 66) | public static Font GetFont(string fontName, FontStyle style = FontStyl... method GetFont (line 76) | public static Font GetFont(Font prototype, FontStyle style = FontStyle... method GetFont (line 92) | public static Font GetFont(FontFamily family, float emSize, FontStyle ... method GetFont (line 111) | public static Font GetFont(string familyName, float emSize, FontStyle ... FILE: src/EVEMon.Common/Factories/WindowsFactory.cs class WindowsFactory (line 14) | public static class WindowsFactory method GetUnique (line 24) | public static TForm GetUnique() method ShowUnique (line 40) | public static TForm ShowUnique() method ShowUnique (line 53) | private static TForm ShowUnique(Func creation) method ChangeTag (line 109) | public static void ChangeTag(TTag1 oldTag, TTag2 ... method GetByTag (line 128) | public static TForm GetByTag(TTag tag) method ShowByTag (line 153) | public static TForm ShowByTag(IWin32Window owner, TTag ta... method ShowByTag (line 169) | public static TForm ShowByTag(TTag tag, params object[] a... method ShowByTag (line 191) | private static TForm ShowByTag(IWin32Window owner, TTag t... method Create (line 264) | private static TForm Create(object[] args) method CloseByTag (line 280) | private static void CloseByTag(TForm form, TTag tag) method GetAndCloseByTag (line 332) | public static void GetAndCloseByTag(TTag tag) method CloseAllTagged (line 345) | public static void CloseAllTagged() FILE: src/EVEMon.Common/Helpers/AttributesOptimizer.cs class AttributesOptimizer (line 11) | public static class AttributesOptimizer method Optimize (line 22) | internal static CharacterScratchpad Optimize(IEnumerable skills,... method OptimizeFromPlanAndRemappingPoints (line 111) | public static ICollection OptimizeFromPlanAndRemappin... method GetResultsFromRemappingPoints (line 127) | public static Collection GetResultsFromRemappingPoint... method OptimizeFromFirstYearOfPlan (line 162) | public static RemappingResult OptimizeFromFirstYearOfPlan(BasePlan plan) method OptimizeFromCharacter (line 186) | public static RemappingResult OptimizeFromCharacter(Character characte... FILE: src/EVEMon.Common/Helpers/BlankCharacterUIHelper.cs class BlankCharacterUIHelper (line 21) | public static class BlankCharacterUIHelper method CreateCharacter (line 209) | private static SerializableCCPCharacter CreateCharacter() method GetSkillsForRace (line 249) | private static IEnumerable GetSkillsForRace() method GetStartingSkills (line 276) | private static Dictionary GetStartingSkills() method SaveAsync (line 309) | public static async Task SaveAsync(Action callback) method AddBlankCharacterAsync (line 348) | public static async Task AddBlankCharacterAsync(Action callback) FILE: src/EVEMon.Common/Helpers/CharacterAttributeScratchpad.cs class CharacterAttributeScratchpad (line 12) | public sealed class CharacterAttributeScratchpad : ICharacterAttribute method CharacterAttributeScratchpad (line 23) | internal CharacterAttributeScratchpad(EveAttribute attrib) method Reset (line 33) | internal void Reset(long baseAttribute, long implantBonus) method Reset (line 44) | internal void Reset(ICharacterAttribute src) method UpdateEffectiveAttribute (line 54) | internal void UpdateEffectiveAttribute() method ToString (line 104) | public string ToString(string format) method ToString (line 122) | public override string ToString() => $"{m_attrib} : {EffectiveValue}"; FILE: src/EVEMon.Common/Helpers/CharacterExporter.cs class CharacterExporter (line 24) | public static class CharacterExporter method ExportAsText (line 31) | private static string ExportAsText(Character character, Plan plan) method AddSkillGroups (line 90) | private static void AddSkillGroups(Character character, Plan plan, Str... method AddSkills (line 121) | private static void AddSkills(Character character, Plan plan, StringBu... method ExportAsEFTCHR (line 146) | private static string ExportAsEFTCHR(Character character, Plan plan) method ExportAsHTML (line 178) | private static string ExportAsHTML(Character character, Plan plan) method CompleteSerialization (line 217) | private static void CompleteSerialization(Character character, Plan pl... method AddSkillGroup (line 252) | private static OutputSkillGroup AddSkillGroup(Plan plan, SkillGroup sk... method AddSkill (line 279) | private static void AddSkill(Plan plan, OutputSkillGroup outGroup, Ski... method ExportAsEVEMonXML (line 299) | private static string ExportAsEVEMonXML(Character character, Plan plan) method ExportAsCCPXML (line 318) | private static string ExportAsCCPXML(Character character) method ExportAsBBCode (line 330) | public static string ExportAsBBCode(Character character) method GetMergedSkill (line 406) | private static SerializableCharacterSkill GetMergedSkill(Plan plan, Sk... method Export (line 432) | public static string Export(CharacterSaveFormat format, Character char... FILE: src/EVEMon.Common/Helpers/CharacterScratchpad.cs class CharacterScratchpad (line 18) | public sealed class CharacterScratchpad : BaseCharacter method CharacterScratchpad (line 31) | public CharacterScratchpad(BaseCharacter character) method Remap (line 108) | public void Remap(RemappingPoint point) method ClearImplants (line 122) | public void ClearImplants() method GetSkillLevel (line 147) | public override long GetSkillLevel(StaticSkill skill) method GetSkillPoints (line 160) | public override long GetSkillPoints(StaticSkill skill) method GetAttribute (line 172) | protected override ICharacterAttribute GetAttribute(EveAttribute attri... method Dispose (line 177) | internal override void Dispose() method ClearTraining (line 201) | public void ClearTraining() method Train (line 213) | public void Train(IEnumerable trainings) method TrainEntries (line 231) | public void TrainEntries(IEnumerable entries, bool applyRem... method Train (line 251) | public void Train(ISkillLevel training) method Train (line 263) | public void Train(StaticSkill skill, long level) method SetSkillLevel (line 274) | private void SetSkillLevel(StaticSkill skill, long level, LearningOpti... method UpdateSP (line 324) | private void UpdateSP(StaticSkill staticSkill, long level) method ClearSkills (line 341) | public void ClearSkills() method Clone (line 366) | public CharacterScratchpad Clone() => new CharacterScratchpad(this); method Reset (line 371) | public void Reset() method Reset (line 384) | private void Reset(CharacterScratchpad scratchpad) method ResetFromCharacter (line 404) | private void ResetFromCharacter() method BeginTemporaryChanges (line 435) | public IDisposable BeginTemporaryChanges() FILE: src/EVEMon.Common/Helpers/ExceptionHandler.cs class ExceptionHandler (line 7) | public static class ExceptionHandler method LogException (line 14) | public static void LogException(Exception e, bool handled) method LogRethrowException (line 23) | public static void LogRethrowException(Exception e) method LogException (line 33) | private static void LogException(Exception e, string header) FILE: src/EVEMon.Common/Helpers/FileHelper.cs class FileHelper (line 9) | public static class FileHelper method OpenRead (line 21) | public static Stream OpenRead(string filename, bool allowIgnore) method OverwriteOrWarnTheUserAsync (line 79) | public static async Task OverwriteOrWarnTheUserAsync(string destFileName, method CopyOrWarnTheUser (line 111) | public static void CopyOrWarnTheUser(string srcFileName, string destFi... method CopyFile (line 167) | private static void CopyFile(string srcFileName, string destFileName) method EnsureWritable (line 179) | private static bool EnsureWritable(string filename) method TryMakeWritable (line 190) | private static bool TryMakeWritable(FileInfo file) method DeleteFile (line 248) | public static bool DeleteFile(string filename) FILE: src/EVEMon.Common/Helpers/FormatHelper.cs class FormatHelper (line 9) | public static class FormatHelper method Format (line 20) | public static string Format(double value, AbbreviationFormat format, b... method Format (line 31) | public static string Format(int value, AbbreviationFormat format, bool... method Format (line 42) | public static string Format(long value, AbbreviationFormat format, boo... method Format (line 53) | public static string Format(decimal value, AbbreviationFormat format, ... method Format (line 87) | private static string Format(string suffix, decimal value, bool trunca... method FormatIf (line 116) | public static string FormatIf(bool direct, int places, decimal value, method FormatIf (line 133) | public static string FormatIf(bool direct, long value, AbbreviationFor... FILE: src/EVEMon.Common/Helpers/GAnalyticsTracker.cs class GAnalyticsTracker (line 15) | public static class GAnalyticsTracker method GAnalyticsTracker (line 24) | static GAnalyticsTracker() method TrackStart (line 48) | public static void TrackStart(Type type, string action = null) method TrackEnd (line 65) | public static void TrackEnd(Type type) method TrackEvent (line 76) | private static void TrackEvent(Type type, string category, string action) method TrackEventAsync (line 107) | private static void TrackEventAsync(Type type, string category, string... method InitEvent (line 148) | private static void InitEvent(Type type, string category, string action) method BuildQueryString (line 165) | private static string BuildQueryString() method GetParametersAsDict (line 186) | private static IDictionary GetParametersAsDict() type GaHitType (line 223) | private enum GaHitType type SessionStatus (line 228) | private enum SessionStatus class GampParameters (line 234) | private class GampParameters class GampParameterAttribute (line 372) | [AttributeUsage(AttributeTargets.Property | AttributeTargets.Enum)] method GampParameterAttribute (line 380) | internal GampParameterAttribute(string token, bool isRequried = false) FILE: src/EVEMon.Common/Helpers/ImageHelper.cs class ImageHelper (line 8) | public static class ImageHelper method GetAllianceImageURL (line 18) | public static Uri GetAllianceImageURL(long id, int size = (int)EveImag... method GetCorporationImageURL (line 30) | public static Uri GetCorporationImageURL(long id, int size = (int)EveI... method GetTypeImageURL (line 42) | public static Uri GetTypeImageURL(long id, int size = (int)EveImageSiz... method GetTypeRenderURL (line 54) | public static Uri GetTypeRenderURL(long id, int size = (int)EveImageSi... method GetPortraitUrl (line 66) | public static Uri GetPortraitUrl(long id, int size = (int)EveImageSize... FILE: src/EVEMon.Common/Helpers/KillLogExporter.cs class KillLogExporter (line 13) | public static class KillLogExporter method CopyKillInfoToClipboard (line 18) | public static void CopyKillInfoToClipboard(KillLog killLog) method ExportKillLogInfo (line 47) | private static string ExportKillLogInfo(KillLog killLog) method AppendDroppedItems (line 122) | private static void AppendDroppedItems(StringBuilder sb, IEnumerable> GetItemsBySlots(IEnume... method ExtractProperties (line 75) | private static void ExtractProperties(ILoadoutInfo loadoutInfo, IDicti... method SerializeToEFTFormat (line 104) | private static string SerializeToEFTFormat(ILoadoutInfo loadoutInfo, L... FILE: src/EVEMon.Common/Helpers/LoadoutHelper.cs class LoadoutHelper (line 16) | public static class LoadoutHelper method IsLoadout (line 37) | public static bool IsLoadout(string text, out LoadoutFormat format) method IsEFTFormat (line 74) | internal static bool IsEFTFormat(string text) method IsXMLFormat (line 101) | internal static bool IsXMLFormat(string text) method IsDNAFormat (line 126) | internal static bool IsDNAFormat(string text) method IsCLFFormat (line 150) | internal static bool IsCLFFormat(string text) method DeserializeEftFormat (line 159) | public static ILoadoutInfo DeserializeEftFormat(string text) method DeserializeXmlFormat (line 233) | public static ILoadoutInfo DeserializeXmlFormat(string text) method DeserializeDnaFormat (line 284) | public static ILoadoutInfo DeserializeDnaFormat(string text) method DeserializeClfFormat (line 346) | public static ILoadoutInfo DeserializeClfFormat(string text) method GetSlotByItem (line 402) | public static string GetSlotByItem(Item item) FILE: src/EVEMon.Common/Helpers/LoadoutInfo.cs class LoadoutInfo (line 7) | public sealed class LoadoutInfo : ILoadoutInfo method LoadoutInfo (line 12) | public LoadoutInfo() FILE: src/EVEMon.Common/Helpers/PathFinder.cs class PathFinder (line 7) | internal sealed class PathFinder method PathFinder (line 16) | private PathFinder(SolarSystem system) method PathFinder (line 27) | private PathFinder(PathFinder parent, SolarSystem system) method FindBestPath (line 42) | public static IEnumerable FindBestPath(SolarSystem start,... method FindBestPathCore (line 66) | private static PathFinder FindBestPathCore(SolarSystem start, SolarSys... method GetChildren (line 130) | private IEnumerable GetChildren(int depth, IDictionary m_system.ToString(); FILE: src/EVEMon.Common/Helpers/PlanEntrySorter.cs class PlanEntrySorter (line 13) | internal sealed class PlanEntrySorter method PlanEntrySorter (line 29) | internal PlanEntrySorter(BaseCharacter character, IEnumerable Sort() method FixPrerequisitesOrder (line 86) | private static void FixPrerequisitesOrder(ICollection list) method CompareByName (line 122) | public static int CompareByName(PlanEntry x, PlanEntry y) method CompareByCost (line 134) | public static int CompareByCost(PlanEntry x, PlanEntry y) method CompareByTrainingTime (line 147) | public static int CompareByTrainingTime(PlanEntry x, PlanEntry y) => x... method CompareByTrainingTimeNatural (line 155) | public static int CompareByTrainingTimeNatural(PlanEntry x, PlanEntry y) method CompareBySPPerHour (line 164) | public static int CompareBySPPerHour(PlanEntry x, PlanEntry y) => x.Sp... method CompareByPrimaryAttribute (line 172) | public static int CompareByPrimaryAttribute(PlanEntry x, PlanEntry y) method CompareBySecondaryAttribute (line 181) | public static int CompareBySecondaryAttribute(PlanEntry x, PlanEntry y) method CompareByPriority (line 190) | public static int CompareByPriority(PlanEntry x, PlanEntry y) => x.Pri... method CompareByPlanGroup (line 198) | public static int CompareByPlanGroup(PlanEntry x, PlanEntry y) method CompareByPlanType (line 207) | public static int CompareByPlanType(PlanEntry x, PlanEntry y) => (int)... method CompareByNotes (line 215) | public static int CompareByNotes(PlanEntry x, PlanEntry y) method CompareByTimeDifference (line 224) | public static int CompareByTimeDifference(PlanEntry x, PlanEntry y) method CompareByPercentCompleted (line 237) | public static int CompareByPercentCompleted(PlanEntry x, PlanEntry y) method CompareByRank (line 250) | public static int CompareByRank(PlanEntry x, PlanEntry y) => Convert.T... method CompareBySkillPointsRequired (line 258) | public static int CompareBySkillPointsRequired(PlanEntry x, PlanEntry y) method CompareByOmegaRequired (line 267) | public static int CompareByOmegaRequired(PlanEntry x, PlanEntry y) method CompareBySkillGroupDuration (line 278) | public static int CompareBySkillGroupDuration(PlanEntry x, PlanEntry y... method GetSkillGroupDuration (line 293) | private static TimeSpan GetSkillGroupDuration(StaticSkillGroup group, ... FILE: src/EVEMon.Common/Helpers/PlanHelper.cs class PlanHelper (line 13) | public static class PlanHelper method UpdatesRegularPlanToMenu (line 26) | public static bool UpdatesRegularPlanToMenu(this Plan plan, ToolStripI... method RequiresWindow (line 56) | public static bool RequiresWindow(IPlanOperation operation) method PerformSilently (line 70) | private static void PerformSilently(Form operationForm, IWin32Window p... method Perform (line 89) | public static DialogResult Perform(Form operationForm, IWin32Window pa... method SelectPerform (line 104) | public static void SelectPerform(Form operationForm, IWin32Window pare... FILE: src/EVEMon.Common/Helpers/PlanIOHelper.cs class PlanIOHelper (line 21) | public static class PlanIOHelper method ExportAsText (line 37) | public static string ExportAsText(Plan planToExport, PlanExportSetting... method AddName (line 136) | private static void AddName(PlanExportSettings settings, ISkillLevel e... method AddTrainingTime (line 160) | private static void AddTrainingTime(PlanExportSettings settings, bool ... method AddFooter (line 225) | private static void AddFooter(PlanExportSettings settings, string bold... method ExportAsXML (line 292) | public static string ExportAsXML(Plan plan) method ExportAsXML (line 311) | public static string ExportAsXML(IEnumerable plans) method ImportFromXML (line 327) | public static SerializablePlan ImportFromXML(string filename) method ImportPlansFromXML (line 380) | public static IEnumerable ImportPlansFromXML(string ... method CreatePlanFromCharacterSkillQueue (line 430) | public static bool CreatePlanFromCharacterSkillQueue(Plan newPlan, Cha... FILE: src/EVEMon.Common/Helpers/PlanPrinter.cs class PlanPrinter (line 18) | public class PlanPrinter method PlanPrinter (line 35) | private PlanPrinter(Plan plan) method Print (line 51) | public static void Print(Plan plan) method PrintPlan (line 60) | private void PrintPlan() method doc_PrintPage (line 90) | private void doc_PrintPage(object sender, PrintPageEventArgs e) method PrintEntry (line 162) | private void PrintEntry(Graphics g, int index, PlanEntry pe) method PrintPageFooter (line 260) | private void PrintPageFooter(Graphics g, int index) method PrintBold (line 330) | private Size PrintBold(Graphics g, string s) method Print (line 345) | private Size Print(Graphics g, string s) FILE: src/EVEMon.Common/Helpers/PlanScratchpad.cs class PlanScratchpad (line 17) | [EnforceUIThreadAffinity] class Disposable (line 25) | private sealed class Disposable : IDisposable method Dispose (line 27) | public void Dispose() method PlanScratchpad (line 41) | public PlanScratchpad(BaseCharacter character) method PlanScratchpad (line 51) | public PlanScratchpad(BaseCharacter character, IEnumerable ... method SuspendingEvents (line 65) | public override IDisposable SuspendingEvents() => s_disposable; method OnChanged (line 70) | internal override void OnChanged(PlanChange change) method Add (line 83) | public void Add(PlanEntry entry) method AddRange (line 93) | public void AddRange(IEnumerable entries) method Remove (line 108) | public void Remove(PlanEntry entry) method SimpleSort (line 127) | internal void SimpleSort(PlanEntrySort sort, bool reverseOrder) FILE: src/EVEMon.Common/Helpers/TaskHelper.cs class TaskHelper (line 7) | public static class TaskHelper method RunIOBoundTaskAsync (line 20) | public static Task RunIOBoundTaskAsync(Action action, method RunIOBoundTaskAsync (line 66) | public static Task RunIOBoundTaskAsync(Func function, method RunIOBoundTaskAsync (line 82) | public static Task RunIOBoundTaskAsync(Func... method RunIOBoundTaskAsync (line 123) | public static Task RunIOBoundTaskAsync(Func function, method RunCPUBoundTaskAsync (line 169) | public static Task RunCPUBoundTaskAsync(Func RunCPUBoundTaskAsync(Func plans) method ExportPlanAsync (line 82) | public static async Task ExportPlanAsync(Plan plan) method ExportCharacterSkillsAsPlanAsync (line 96) | public static async Task ExportCharacterSkillsAsPlanAsync(Character ch... method ExportPlanAsync (line 126) | private static async Task ExportPlanAsync(Plan plan, Character character) method PromptUserForPlanExportSettings (line 211) | public static PlanExportSettings PromptUserForPlanExportSettings(Plan ... method ExportCharacterAsync (line 242) | public static async Task ExportCharacterAsync(Character character, Pla... method AddTo (line 320) | public static void AddTo(this IEnumerable plans, ToolStripItemCo... method ShowNoSupportMessage (line 346) | internal static object ShowNoSupportMessage() FILE: src/EVEMon.Common/IgbService/ClientConnectedEventArgs.cs class ClientConnectedEventArgs (line 9) | public class ClientConnectedEventArgs : EventArgs method ClientConnectedEventArgs (line 15) | public ClientConnectedEventArgs(TcpClient client) FILE: src/EVEMon.Common/IgbService/IgbClientDataReadEventArgs.cs class IgbClientDataReadEventArgs (line 6) | public class IgbClientDataReadEventArgs : EventArgs method IgbClientDataReadEventArgs (line 13) | public IgbClientDataReadEventArgs(IEnumerable buffer, int count) FILE: src/EVEMon.Common/IgbService/IgbServer.cs class IgbServer (line 24) | public class IgbServer method IgbServer (line 39) | public IgbServer(bool isPublic, int port) method Reset (line 56) | public void Reset(bool isPublic, int port) method CreateListener (line 69) | private void CreateListener() method AddressToBind (line 79) | private IPAddress AddressToBind() => m_isPublic ? IPAddress.Any : IPAd... method Start (line 84) | public void Start() method Stop (line 96) | public void Stop() method OnClientConnected (line 115) | private void OnClientConnected(object sender, ClientConnectedEventArgs e) method OnDataRead (line 132) | private void OnDataRead(object sender, IgbClientDataReadEventArgs e) method OnClosed (line 155) | private void OnClosed(object sender, EventArgs e) method TryProcessBuffer (line 169) | private void TryProcessBuffer(IgbTcpClient client, byte[] buffer, int ... method SendOutputToClient (line 191) | private void SendOutputToClient(IgbTcpClient client, IDictionary buffer, int length) method BuildHostAndPort (line 295) | private string BuildHostAndPort(string host) method ProcessRequest (line 325) | private void ProcessRequest(string request, string requestPath, IDicti... method GenerateCharacterList (line 407) | private static void GenerateCharacterList(string currentCharacterName,... method WriteDocumentHeader (line 429) | private static void WriteDocumentHeader(TextWriter sw) method WriteDocumentFooter (line 447) | private static void WriteDocumentFooter(TextWriter sw) method GeneratePlanListOutput (line 459) | private static void GeneratePlanListOutput(string context, TextWriter ... method GenerateSkillsByTimeOutput (line 485) | private static void GenerateSkillsByTimeOutput(string context, TextWri... method GeneratePlanOrShoppingOutput (line 539) | private static void GeneratePlanOrShoppingOutput(string context, strin... method ExportActions (line 631) | private static Action Ex... FILE: src/EVEMon.Common/IgbService/IgbTcpClient.cs class IgbTcpClient (line 15) | public class IgbTcpClient method IgbTcpClient (line 36) | public IgbTcpClient(TcpClient client) method Close (line 44) | public void Close() method OnClosed (line 64) | private void OnClosed() method Start (line 77) | public void Start() method BeginRead (line 92) | private void BeginRead(bool acquireLock) method EndRead (line 118) | private void EndRead(IAsyncResult ar) method OnDataRead (line 150) | private void OnDataRead(IEnumerable buffer, int count) method Write (line 164) | public void Write(string str) FILE: src/EVEMon.Common/IgbService/IgbTcpListener.cs class IgbTcpListener (line 12) | public class IgbTcpListener method IgbTcpListener (line 29) | public IgbTcpListener(IPEndPoint ep) method Start (line 37) | public void Start() method Stop (line 70) | public void Stop() method BeginAcceptTcpClient (line 95) | private void BeginAcceptTcpClient(bool acquireLock) method EndAcceptTcpClient (line 121) | private void EndAcceptTcpClient(IAsyncResult ar) method OnClientConnected (line 151) | private void OnClientConnected(TcpClient client, bool acquireLock) FILE: src/EVEMon.Common/InstanceManager.cs class InstanceManager (line 8) | public sealed class InstanceManager method InstanceManager (line 20) | private InstanceManager() method SemaphoreReleased (line 46) | private void SemaphoreReleased(object o, bool b) method Signal (line 54) | public void Signal() FILE: src/EVEMon.Common/Interfaces/ICharacterAttribute.cs type ICharacterAttribute (line 5) | public interface ICharacterAttribute method ToString (line 24) | string ToString(string format); FILE: src/EVEMon.Common/Interfaces/IEveMessage.cs type IEveMessage (line 6) | public interface IEveMessage FILE: src/EVEMon.Common/Interfaces/IListView.cs type IListView (line 7) | public interface IListView method AutoResizeColumns (line 31) | void AutoResizeColumns(); FILE: src/EVEMon.Common/Interfaces/ILoadoutInfo.cs type ILoadoutInfo (line 7) | public interface ILoadoutInfo FILE: src/EVEMon.Common/Interfaces/IPlanOperation.cs type IPlanOperation (line 7) | public interface IPlanOperation method Perform (line 54) | void Perform(); method PerformAddition (line 60) | void PerformAddition(int priority); method PerformSuppression (line 66) | void PerformSuppression(bool removePrerequisites); FILE: src/EVEMon.Common/Interfaces/IPlanOrderPluggable.cs type IPlanOrderPluggable (line 10) | public interface IPlanOrderPluggable method UpdateStatistics (line 22) | void UpdateStatistics(BasePlan plan, out bool areRemappingPointsActive); method UpdateOnImplantSetChange (line 28) | Task UpdateOnImplantSetChange(); FILE: src/EVEMon.Common/Interfaces/IQueryMonitor.cs type IQueryMonitor (line 7) | public interface IQueryMonitor method Dispose (line 63) | void Dispose(); FILE: src/EVEMon.Common/Interfaces/IQueryMonitorEx.cs type IQueryMonitorEx (line 8) | internal interface IQueryMonitorEx : IQueryMonitor method Reset (line 14) | void Reset(DateTime lastUpdate); method ForceUpdate (line 20) | void ForceUpdate(bool retryOnError = false); FILE: src/EVEMon.Common/Interfaces/ISkillLevel.cs type ISkillLevel (line 9) | public interface ISkillLevel FILE: src/EVEMon.Common/Interfaces/IStaticSkill.cs type IStaticSkill (line 9) | public interface IStaticSkill method ToCharacter (line 24) | Skill ToCharacter(Character character); FILE: src/EVEMon.Common/Loadouts/LoadoutsProvider.cs class LoadoutsProvider (line 12) | public abstract class LoadoutsProvider method GetLoadoutsFeedAsync (line 47) | public abstract Task GetLoadoutsFeedAsync(Item ship); method GetLoadoutByIDAsync (line 53) | public abstract Task GetLoadoutByIDAsync(long id); method DeserializeLoadout (line 60) | public abstract void DeserializeLoadout(Loadout loadout, object feed); method DeserializeLoadoutsFeed (line 67) | public abstract ILoadoutInfo DeserializeLoadoutsFeed(Item ship, object... FILE: src/EVEMon.Common/Loadouts/Osmium/OsmiumLoadoutsProvider.cs class OsmiumLoadoutsProvider (line 16) | public sealed class OsmiumLoadoutsProvider : LoadoutsProvider method GetLoadoutsFeedAsync (line 53) | public override async Task GetLoadoutsFeedAsync(Item ship) method GetLoadoutByIDAsync (line 76) | public override async Task GetLoadoutByIDAsync(long id) method DeserializeLoadoutsFeed (line 97) | public override ILoadoutInfo DeserializeLoadoutsFeed(Item ship, object... method DeserializeLoadout (line 115) | public override void DeserializeLoadout(Loadout loadout, object feed) method OnLoadoutsFeedDownloaded (line 129) | private static void OnLoadoutsFeedDownloaded(object loadoutFeed, strin... method OnLoadoutDownloaded (line 140) | private static void OnLoadoutDownloaded(DownloadResult result) method DeserializeOsmiumJsonFeedFormat (line 153) | private static ILoadoutInfo DeserializeOsmiumJsonFeedFormat(Item ship,... FILE: src/EVEMon.Common/MarketPricer/EveMarketer/EMItemPricer.cs class EMItemPricer (line 16) | public sealed class EMItemPricer : ItemPricer method GetPriceByTypeID (line 48) | public override double GetPriceByTypeID(int id) method EnsureImportation (line 74) | private void EnsureImportation() method LoadFromFile (line 111) | private void LoadFromFile(string file) method Import (line 128) | private static void Import(IEnumerable idsToQuery) method OnPricesDownloaded (line 192) | private void OnPricesDownloaded(DownloadResult... method Export (line 268) | private static SerializableECItemPrices Export() FILE: src/EVEMon.Common/MarketPricer/Fuzzworks/FuzzworksItemPricer.cs class FuzzworksItemPricer (line 20) | public sealed class FuzzworksItemPricer : ItemPricer method GetPriceByTypeID (line 52) | public override double GetPriceByTypeID(int id) method EnsureImportation (line 78) | private void EnsureImportation() method LoadFromFile (line 115) | private void LoadFromFile(string file) method Import (line 132) | private static void Import(IEnumerable idsToQuery) method OnPricesDownloaded (line 214) | private void OnPricesDownloaded(JsonResult result) method CheckQueryStatus (line 240) | private bool CheckQueryStatus(JsonResult result) method Export (line 287) | private static SerializableECItemPrices Export() FILE: src/EVEMon.Common/MarketPricer/ItemPricer.cs class ItemPricer (line 11) | public abstract class ItemPricer method GetPriceByTypeID (line 56) | public abstract double GetPriceByTypeID(int id); method SaveAsync (line 63) | protected static Task SaveAsync(string filename, IXPathNavigable xdoc) FILE: src/EVEMon.Common/Models/APIMethod.cs class APIMethod (line 12) | public class APIMethod method APIMethod (line 19) | private APIMethod(Enum method, string path) FILE: src/EVEMon.Common/Models/APIProvider.cs class APIProvider (line 20) | [EnforceUIThreadAffinity] method APIProvider (line 36) | internal APIProvider() method GetESIMethod (line 105) | private ESIMethod GetESIMethod(Enum requestMethod) method GetESIResult (line 121) | private EsiResult GetESIResult(JsonResult result) method GetESIUrl (line 150) | private Uri GetESIUrl(Enum requestMethod, ESIParams data, int page = 1) method GetRequestParams (line 171) | private RequestParams GetRequestParams(ESIParams data) method QueryEsiPageHelper (line 197) | private void QueryEsiPageHelper(Enum method, ESIRequestCallback<... method QueryPagedEsi (line 247) | public void QueryPagedEsi(Enum method, ESIRequestCallback cal... method QueryEsi (line 281) | public void QueryEsi(Enum method, ESIRequestCallback callback, E... method ToString (line 308) | public override string ToString() => Name; class PageInfo (line 316) | private sealed class PageInfo where T : List where U : class method PageInfo (line 344) | public PageInfo(EsiResult first, int count, object state) method PageInfo (line 359) | private PageInfo(PageInfo previous) method NextPage (line 373) | public PageInfo NextPage() method ToString (line 378) | public override string ToString() type ESIParams (line 393) | public struct ESIParams method ESIParams (line 422) | public ESIParams(ResponseParams lastResponse, string token = null) FILE: src/EVEMon.Common/Models/AccountStatus.cs type AccountStatus (line 6) | public enum AccountStatus type AccountStatusMode (line 14) | public enum AccountStatusMode FILE: src/EVEMon.Common/Models/Asset.cs class Asset (line 11) | public sealed class Asset method Asset (line 31) | internal Asset(EsiAssetListItem src, CCPCharacter character) method GetTypeOfBlueprint (line 181) | private string GetTypeOfBlueprint(bool isBPC) => (Item != null && method GetVolume (line 190) | private double GetVolume() => (Item != null && m_volumeProperty != nul... method UpdateLocation (line 197) | public void UpdateLocation() FILE: src/EVEMon.Common/Models/BaseCharacter.cs class BaseCharacter (line 11) | public abstract class BaseCharacter method BaseCharacter (line 21) | public BaseCharacter() method GetAttribute (line 30) | protected abstract ICharacterAttribute GetAttribute(EveAttribute attri... method Dispose (line 32) | internal abstract void Dispose(); method GetSkillLevel (line 34) | public abstract long GetSkillLevel(StaticSkill skill); method GetSkillPoints (line 35) | public abstract long GetSkillPoints(StaticSkill skill); method GetBaseSPPerHour (line 104) | public virtual float GetBaseSPPerHour(StaticSkill skill) method GetOmegaSPPerHour (line 116) | protected float GetOmegaSPPerHour(StaticSkill skill) method After (line 134) | public CharacterScratchpad After(IEnumerable trainings) method After (line 148) | public CharacterScratchpad After(ImplantSet set) method GetTimeSpanForPoints (line 167) | public TimeSpan GetTimeSpanForPoints(StaticSkill skill, long points) method GetRequiredSkillInjectorsForSkillPoints (line 175) | public SkillInjectorsRequired GetRequiredSkillInjectorsForSkillPoints(... method GetSkillPointsGainedFromLargeInjector (line 206) | private static long GetSkillPointsGainedFromLargeInjector(long skillPo... method GetSPToTrain (line 229) | public long GetSPToTrain(ISkillLevel skillLevel) method GetSPToTrain (line 243) | private long GetSPToTrain(StaticSkill skill, long level, TrainingOrigi... method GetTrainingTime (line 288) | public TimeSpan GetTrainingTime(ISkillLevel skillLevel) method GetTrainingTime (line 302) | public TimeSpan GetTrainingTime(StaticSkill skill, long level, Trainin... method GetTrainingTime (line 315) | private static TimeSpan GetTrainingTime(long sp, float spPerHour) method GetTrainingTimeToMultipleSkills (line 323) | public TimeSpan GetTrainingTimeToMultipleSkills(IEnumerable GetEntry(skill... method GetPlannedLevel (line 306) | public int GetPlannedLevel(StaticSkill staticSkill) method EnablePlanTo (line 322) | internal bool EnablePlanTo(Skill skill, int level) method FixPrerequisites (line 345) | public void FixPrerequisites() method EnsurePrerequisiteExistBefore (line 388) | private bool EnsurePrerequisiteExistBefore(StaticSkill skill, long lev... method FixPrioritiesOrder (line 432) | protected bool FixPrioritiesOrder(bool fixConflicts, bool loweringPrio... method GetHighestDependencyPriority (line 464) | private int GetHighestDependencyPriority(int posSkillToCheck) method LowerDependenciesPriorities (line 487) | private void LowerDependenciesPriorities(int posSkill) method GetMinimumLevel (line 507) | public long GetMinimumLevel(IStaticSkill skill) method AreSkillsPlanned (line 537) | public bool AreSkillsPlanned(IEnumerable skillsToAdd) method RebuildPlanFrom (line 546) | public void RebuildPlanFrom(IEnumerable entries) method RebuildPlanFrom (line 574) | public void RebuildPlanFrom(IEnumerable entries, bool prese... method GetAllEntriesToRemove (line 622) | protected IEnumerable GetAllEntriesToRemove(IEnumerable<... method GetAllEntriesToAdd (line 659) | protected IEnumerable GetAllEntriesToAdd(IEnumerable ... method CreateEntryToAdd (line 729) | private PlanEntry CreateEntryToAdd(StaticSkill skill, long level, Plan... method SetPriority (line 768) | public void SetPriority(IEnumerable displayPlan, IEnumerabl... method CleanObsoleteEntries (line 791) | public void CleanObsoleteEntries(ObsoleteRemovalPolicy policy) method WillGrantEligibilityFor (line 825) | public bool WillGrantEligibilityFor(CertificateLevel certLevel) method WillGrantEligibilityFor (line 851) | public bool WillGrantEligibilityFor(Mastery masteryLevel) method Sort (line 881) | private void Sort(PlanEntrySort sort, bool reverseOrder, bool groupByP... method Sort (line 895) | public void Sort(PlanSorting settings) method UpdateStatistics (line 911) | public void UpdateStatistics() method UpdateStatistics (line 923) | public void UpdateStatistics(CharacterScratchpad scratchpad, bool appl... method UpdateOldTrainingTimes (line 957) | public void UpdateOldTrainingTimes() method UpdateOldTrainingTimes (line 969) | public void UpdateOldTrainingTimes(CharacterScratchpad scratchpad, boo... FILE: src/EVEMon.Common/Models/BuyOrder.cs class BuyOrder (line 11) | public sealed class BuyOrder : MarketOrder method BuyOrder (line 19) | internal BuyOrder(EsiOrderListItem src, IssuedFor issuedFor, CCPCharac... method BuyOrder (line 30) | internal BuyOrder(SerializableOrderBase src, CCPCharacter character) method Export (line 72) | public override SerializableOrderBase Export() => Export(new Serializa... FILE: src/EVEMon.Common/Models/CCPCharacter.cs class CCPCharacter (line 22) | public sealed class CCPCharacter : Character method CCPCharacter (line 52) | private CCPCharacter(CharacterIdentity identity, Guid guid) method CCPCharacter (line 109) | internal CCPCharacter(CharacterIdentity identity, SerializableCCPChara... method CCPCharacter (line 120) | internal CCPCharacter(CharacterIdentity identity) method Export (line 343) | public override SerializableSettingsCharacter Export() method MarketOrdersExport (line 386) | private IEnumerable MarketOrdersExport() method ContractsExport (line 409) | private IEnumerable ContractsExport() method IndustryJobsExport (line 432) | private IEnumerable IndustryJobsExport() method Import (line 454) | private void Import(SerializableCCPCharacter serial) method MarketOrdersImport (line 487) | private void MarketOrdersImport(IList marketOrd... method ContractsImport (line 497) | private void ContractsImport(IList contracts) method IndustryJobsImport (line 507) | private void IndustryJobsImport(IList industryJobs) method Dispose (line 521) | internal override void Dispose() method ShouldNotifyError (line 569) | internal bool ShouldNotifyError(IAPIResult result, Enum method) method NotifyForMarketOrdersRelatedEvents (line 589) | private void NotifyForMarketOrdersRelatedEvents() method NotifyEndedOrders (line 608) | private void NotifyEndedOrders() method NotifyForContractsRelatedEvents (line 623) | private void NotifyForContractsRelatedEvents() method NotifyEndedContracts (line 653) | private void NotifyEndedContracts() method NotifyAssignedContracts (line 674) | private void NotifyAssignedContracts() method NotifyInsufficientBalance (line 689) | internal void NotifyInsufficientBalance() method NotifyForIndustryJobsRelatedEvents (line 705) | private void NotifyForIndustryJobsRelatedEvents() method ResetLastAPIUpdates (line 715) | private void ResetLastAPIUpdates(IEnumerable la... method EveMonClient_TimerTick (line 738) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_ESIKeyInfoUpdated (line 753) | private void EveMonClient_ESIKeyInfoUpdated(object sender, EventArgs e) method EveMonClient_CharacterAssetsUpdated (line 782) | private void EveMonClient_CharacterAssetsUpdated(object sender, Charac... method EveMonClient_CharacterMarketOrdersUpdated (line 793) | private void EveMonClient_CharacterMarketOrdersUpdated(object sender, ... method EveMonClient_CorporationMarketOrdersUpdated (line 809) | private void EveMonClient_CorporationMarketOrdersUpdated(object sender... method EveMonClient_CharacterContractsUpdated (line 826) | private void EveMonClient_CharacterContractsUpdated(object sender, Con... method EveMonClient_CorporationContractsUpdated (line 844) | private void EveMonClient_CorporationContractsUpdated(object sender, C... method EveMonClient_CharacterIndustryJobsUpdated (line 864) | private void EveMonClient_CharacterIndustryJobsUpdated(object sender, ... method EveMonClient_CorporationIndustryJobsUpdated (line 876) | private void EveMonClient_CorporationIndustryJobsUpdated(object sender... method EveMonClient_CharacterIndustryJobsCompleted (line 888) | private void EveMonClient_CharacterIndustryJobsCompleted(object sender... method EveMonClient_CorporationIndustryJobsCompleted (line 912) | private void EveMonClient_CorporationIndustryJobsCompleted(object send... method EveMonClient_CharacterPlaneteryPinsCompleted (line 924) | private void EveMonClient_CharacterPlaneteryPinsCompleted(object sende... method EveMonClient_EveIDToNameUpdated (line 936) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) FILE: src/EVEMon.Common/Models/CalendarEventAttendee.cs class CalendarEventAttendee (line 7) | public sealed class CalendarEventAttendee method CalendarEventAttendee (line 17) | internal CalendarEventAttendee(EsiCalendarEventAttendeeListItem src) FILE: src/EVEMon.Common/Models/Character.cs class Character (line 25) | [EnforceUIThreadAffinity] method Character (line 50) | protected Character(CharacterIdentity identity, Guid guid) method UpdateAccountStatus (line 89) | public void UpdateAccountStatus(AccountStatus status = AccountStatus.U... method GetAttribute (line 459) | protected override ICharacterAttribute GetAttribute(EveAttribute attri... method LastConfirmedSkillLevel (line 518) | public int LastConfirmedSkillLevel(int skillID) method GetSkillCountAtLevel (line 533) | public int GetSkillCountAtLevel(int level) => Skills.Count(skill => sk... method GetSkillLevel (line 541) | public override long GetSkillLevel(StaticSkill skill) method GetSkillPoints (line 554) | public override long GetSkillPoints(StaticSkill skill) method GetBaseSPPerHour (line 567) | public override float GetBaseSPPerHour(StaticSkill skill) method GetActiveShipText (line 606) | public string GetActiveShipText() method GetLastKnownLocationText (line 617) | public string GetLastKnownLocationText() method GetLastKnownDockedText (line 639) | public string GetLastKnownDockedText() method Export (line 667) | public abstract SerializableSettingsCharacter Export(); method Export (line 674) | protected void Export(SerializableSettingsCharacter serial) method Import (line 731) | internal void Import(CCPAPIResult serial) method Import (line 741) | internal void Import(EsiAPICharacterSheet serial) method Import (line 765) | protected void Import(SerializableSettingsCharacter serial) method Import (line 779) | private void Import(SerializableAPICharacterSheet serial) method Import (line 791) | internal void Import(string result) method Import (line 802) | internal void Import(EsiAPILocation location) method Import (line 811) | internal void Import(EsiAPIShip ship) method Import (line 821) | internal void Import(EsiAPIJumpFatigue fatigue) method Import (line 832) | internal void Import(EsiAPIClones clones) method Import (line 845) | internal void Import(EsiAPIAttributes attribs) method SetAttribute (line 868) | private void SetAttribute(EveAttribute attribute, int value) method Import (line 877) | internal void Import(EsiAPISkills skills, EsiAPISkillQueue queue) method Import (line 938) | internal void Import(List implants) method Import (line 955) | internal void Import(EsiAPIEmploymentHistory history) method Import (line 964) | private void Import(SerializableCharacterSheetBase serial) method UpdateMasteries (line 1024) | private void UpdateMasteries() method ImportPlans (line 1038) | internal void ImportPlans(IEnumerable plans) method ExportPlans (line 1047) | internal void ExportPlans(List list) method GetHashCode (line 1064) | public override int GetHashCode() => Guid.GetHashCode(); method ToString (line 1070) | public override string ToString() => m_name; FILE: src/EVEMon.Common/Models/CharacterAttribute.cs class CharacterAttribute (line 12) | public sealed class CharacterAttribute : ICharacterAttribute method CharacterAttribute (line 22) | internal CharacterAttribute(Character character, EveAttribute attrib) method ToString (line 53) | public string ToString(string format) method ToString (line 72) | public override string ToString() => $"{m_attrib} : {EffectiveValue}"; FILE: src/EVEMon.Common/Models/CharacterIdentity.cs class CharacterIdentity (line 12) | public sealed class CharacterIdentity method CharacterIdentity (line 21) | internal CharacterIdentity(long id, string name) method FindAPIKeyWithAccess (line 63) | public ESIKey FindAPIKeyWithAccess(ESIAPICharacterMethods method) method FindAPIKeyWithAccess (line 71) | public ESIKey FindAPIKeyWithAccess(ESIAPICorporationMethods method) FILE: src/EVEMon.Common/Models/Collections/AssetCollection.cs class AssetCollection (line 10) | public sealed class AssetCollection : ReadonlyCollection method AssetCollection (line 22) | internal AssetCollection(CCPCharacter character) method Import (line 31) | internal void Import(IEnumerable src) method UpdateLocation (line 77) | public void UpdateLocation() method GetJumps (line 91) | private int GetJumps(Asset asset) FILE: src/EVEMon.Common/Models/Collections/CharacterIdentityIgnoreList.cs class CharacterIdentityIgnoreList (line 10) | public sealed class CharacterIdentityIgnoreList : ReadonlyCollection serial... method Export (line 99) | internal IEnumerable Export() FILE: src/EVEMon.Common/Models/Collections/ContactCollection.cs class ContactCollection (line 7) | public sealed class ContactCollection : ReadonlyCollection method ContactCollection (line 15) | internal ContactCollection(CCPCharacter character) method Import (line 24) | internal void Import(IEnumerable src) FILE: src/EVEMon.Common/Models/Collections/ContractCollection.cs class ContractCollection (line 11) | public class ContractCollection : ReadonlyCollection method ContractCollection (line 19) | internal ContractCollection(CCPCharacter character) method Import (line 31) | internal void Import(IEnumerable src) method Import (line 45) | internal void Import(IEnumerable src, method ExportOnlyIssuedByCharacter (line 88) | internal IEnumerable ExportOnlyIssuedByCharacter() method Export (line 95) | internal IEnumerable Export() => Items.Select(co... FILE: src/EVEMon.Common/Models/Collections/EmploymentRecordCollection.cs class EmploymentRecordCollection (line 8) | public sealed class EmploymentRecordCollection : ReadonlyCollection src) method Export (line 62) | internal IEnumerable Export() FILE: src/EVEMon.Common/Models/Collections/EveFactionWarfareStatsCollection.cs class EveFactionWarfareStatsCollection (line 7) | public class EveFactionWarfareStatsCollection : ReadonlyCollection method Import (line 13) | internal void Import(IEnumerable src) FILE: src/EVEMon.Common/Models/Collections/EveMailMessageCollection.cs class EveMailMessageCollection (line 10) | public sealed class EveMailMessageCollection : ReadonlyCollection src) method Export (line 111) | internal string Export() => string.Join(",", Items.Where(x => x.Sender... FILE: src/EVEMon.Common/Models/Collections/EveMailingListCollection.cs class EveMailingListCollection (line 7) | public sealed class EveMailingListCollection : ReadonlyCollection src) FILE: src/EVEMon.Common/Models/Collections/EveNotificationCollection.cs class EveNotificationCollection (line 10) | public sealed class EveNotificationCollection : ReadonlyCollection src) method Export (line 104) | internal string Export() => string.Join(",", Items.Select(notification => FILE: src/EVEMon.Common/Models/Collections/ImplantSetCollection.cs class ImplantSetCollection (line 16) | public sealed class ImplantSetCollection : ReadonlyVirtualCollection Enumerate() method Import (line 116) | public void Import(EsiAPIClones serial) method Import (line 146) | public void Import(SerializableImplantSetCollection serial) method Import (line 179) | internal void Import(SerializableAPICharacterSheet serial) method GetCloneName (line 211) | private string GetCloneName(string name, long locationID) method Export (line 230) | public SerializableImplantSetCollection Export() FILE: src/EVEMon.Common/Models/Collections/IndustryJobCollection.cs class IndustryJobCollection (line 16) | public sealed class IndustryJobCollection : ReadonlyCollection method IndustryJobCollection (line 24) | internal IndustryJobCollection(CCPCharacter character) method Dispose (line 33) | internal void Dispose() method EveMonClient_TimerTick (line 43) | private void EveMonClient_TimerTick(object sender, EventArgs e) method Import (line 62) | internal void Import(IEnumerable src) method Import (line 75) | internal void Import(IEnumerable src, IssuedFor issued... method ExportOnlyIssuedByCharacter (line 113) | internal IEnumerable ExportOnlyIssuedByCharacter() =>... method Export (line 121) | internal IEnumerable Export() => Items.Select(job => ... method UpdateOnTimerTick (line 126) | private void UpdateOnTimerTick() FILE: src/EVEMon.Common/Models/Collections/KillLogCollection.cs class KillLogCollection (line 12) | public sealed class KillLogCollection : ReadonlyCollection method KillLogCollection (line 24) | internal KillLogCollection(CCPCharacter ccpCharacter) method ExportToCacheFile (line 39) | public void ExportToCacheFile() method Import (line 56) | internal void Import(IEnumerable src) method Import (line 67) | internal void Import(EsiAPIKillLog kills) method OnKillMailDownloaded (line 101) | private void OnKillMailDownloaded(EsiResult result, ob... method ImportFromCacheFile (line 132) | public void ImportFromCacheFile() FILE: src/EVEMon.Common/Models/Collections/LoyaltyCollection.cs class LoyaltyCollection (line 7) | public sealed class LoyaltyCollection : ReadonlyCollection method LoyaltyCollection (line 15) | internal LoyaltyCollection(CCPCharacter character) method Import (line 24) | internal void Import(IEnumerable src) FILE: src/EVEMon.Common/Models/Collections/MarketOrderCollection.cs class MarketOrderCollection (line 15) | public sealed class MarketOrderCollection : ReadonlyCollection method MarketOrderCollection (line 23) | internal MarketOrderCollection(CCPCharacter character) method AdjustIssuer (line 28) | private IssuedFor AdjustIssuer(IssuedFor issuedFor, EsiOrderListItem s... method Import (line 55) | internal void Import(IEnumerable src) method Import (line 76) | internal void Import(IEnumerable src, IssuedFor issu... method ExportOnlyIssuedByCharacter (line 124) | internal IEnumerable ExportOnlyIssuedByCharacte... method Export (line 132) | internal IEnumerable Export() => Items.Select(o... FILE: src/EVEMon.Common/Models/Collections/MedalCollection.cs class MedalCollection (line 9) | public sealed class MedalCollection : ReadonlyCollection method MedalCollection (line 17) | internal MedalCollection(CCPCharacter character) method Import (line 29) | internal void Import(IEnumerable src, bool isCharMe... FILE: src/EVEMon.Common/Models/Collections/PlanCollection.cs class PlanCollection (line 13) | public sealed class PlanCollection : BaseList method PlanCollection (line 20) | internal PlanCollection(Character owner) method OnAdding (line 40) | protected override void OnAdding(ref Plan item) method OnRemoving (line 57) | protected override void OnRemoving(Plan oldItem) method OnChanged (line 67) | protected override void OnChanged() method Import (line 76) | internal void Import(IEnumerable plans) FILE: src/EVEMon.Common/Models/Collections/PlanetaryColonyCollection.cs class PlanetaryColonyCollection (line 12) | public sealed class PlanetaryColonyCollection : ReadonlyCollection src) method UpdateOnTimerTick (line 86) | private void UpdateOnTimerTick() FILE: src/EVEMon.Common/Models/Collections/ResearchPointCollection.cs class ResearchPointCollection (line 7) | public sealed class ResearchPointCollection : ReadonlyCollection src) FILE: src/EVEMon.Common/Models/Collections/SkillCollection.cs class SkillCollection (line 13) | [EnforceUIThreadAffinity] method SkillCollection (line 23) | public SkillCollection() method SkillCollection (line 33) | internal SkillCollection(Character character) method GetByArrayIndex (line 71) | public Skill GetByArrayIndex(int index) => m_itemsArray[index]; method Export (line 77) | internal IEnumerable Export() method Import (line 81) | internal void Import(IEnumerable skills, b... FILE: src/EVEMon.Common/Models/Collections/SkillGroupCollection.cs class SkillGroupCollection (line 11) | [EnforceUIThreadAffinity] method SkillGroupCollection (line 18) | internal SkillGroupCollection(Character character) FILE: src/EVEMon.Common/Models/Collections/StandingCollection.cs class StandingCollection (line 7) | public sealed class StandingCollection : ReadonlyCollection method StandingCollection (line 15) | internal StandingCollection(CCPCharacter character) method Import (line 24) | internal void Import(IEnumerable src) FILE: src/EVEMon.Common/Models/Collections/UpcomingCalendarEventCollection.cs class UpcomingCalendarEventCollection (line 9) | public sealed class UpcomingCalendarEventCollection : ReadonlyCollection... method UpcomingCalendarEventCollection (line 21) | internal UpcomingCalendarEventCollection(CCPCharacter character) method Import (line 37) | internal void Import(EsiAPICalendarEvents events) method OnCalendarEventDownloaded (line 66) | private void OnCalendarEventDownloaded(EsiResult ... FILE: src/EVEMon.Common/Models/Collections/WalletJournalCollection.cs class WalletJournalCollection (line 7) | public sealed class WalletJournalCollection : ReadonlyCollection src) FILE: src/EVEMon.Common/Models/Collections/WalletTransactionsCollection.cs class WalletTransactionsCollection (line 7) | public sealed class WalletTransactionsCollection : ReadonlyCollection method AssetComparer (line 17) | public AssetComparer(AssetColumn column, bool isAscending) method Compare (line 37) | public override int Compare(Asset x, Asset y) method CompareCore (line 59) | private int CompareCore(Asset x, Asset y) FILE: src/EVEMon.Common/Models/Comparers/CharacterComparer.cs type CharacterComparer (line 13) | public struct CharacterComparer : IComparer method CharacterComparer (line 20) | public CharacterComparer(CharacterSortCriteria criteria) method CharacterComparer (line 30) | public CharacterComparer(CharacterSortCriteria criteria, SortOrder order) method CharacterComparer (line 41) | public CharacterComparer(TrayPopupSort criteria) method Compare (line 93) | public int Compare(Character x, Character y) method CompareByCompletionTime (line 126) | public static int CompareByCompletionTime(Character x, Character y) method CompareByName (line 155) | public static int CompareByName(Character x, Character y) FILE: src/EVEMon.Common/Models/Comparers/ContractComparer.cs class ContractComparer (line 11) | public sealed class ContractComparer : Comparer method ContractComparer (line 21) | public ContractComparer(ContractColumn column, bool isAscending) method Compare (line 41) | public override int Compare(Contract x, Contract y) method CompareCore (line 63) | private int CompareCore(Contract x, Contract y) FILE: src/EVEMon.Common/Models/Comparers/ContractItemComparer.cs class ContractItemComparer (line 10) | public sealed class ContractItemComparer : Comparer method ContractItemComparer (line 20) | public ContractItemComparer(ColumnHeader column, bool isAscending) method Compare (line 40) | public override int Compare(ContractItem x, ContractItem y) method CompareCore (line 62) | private int CompareCore(ContractItem x, ContractItem y) FILE: src/EVEMon.Common/Models/Comparers/EveMailMessageComparer.cs class EveMailMessageComparer (line 11) | public sealed class EveMailMessageComparer : Comparer method EveMailMessageComparer (line 21) | public EveMailMessageComparer(EveMailMessageColumn column, bool isAsce... method Compare (line 41) | public override int Compare(EveMailMessage x, EveMailMessage y) method CompareCore (line 63) | private int CompareCore(EveMailMessage x, EveMailMessage y) FILE: src/EVEMon.Common/Models/Comparers/EveNotificationComparer.cs class EveNotificationComparer (line 10) | public sealed class EveNotificationComparer : Comparer method EveNotificationComparer (line 20) | public EveNotificationComparer(EveNotificationColumn column, bool isAs... method Compare (line 40) | public override int Compare(EveNotification x, EveNotification y) method CompareCore (line 62) | private int CompareCore(EveNotification x, EveNotification y) FILE: src/EVEMon.Common/Models/Comparers/IndustryJobComparer.cs class IndustryJobComparer (line 11) | public sealed class IndustryJobComparer : Comparer method IndustryJobComparer (line 21) | public IndustryJobComparer(IndustryJobColumn column, bool isAscending) method Compare (line 41) | public override int Compare(IndustryJob x, IndustryJob y) method CompareCore (line 63) | private int CompareCore(IndustryJob x, IndustryJob y) FILE: src/EVEMon.Common/Models/Comparers/KillLogComparer.cs class KillLogComparer (line 10) | public sealed class KillLogComparer : Comparer method KillLogComparer (line 20) | public KillLogComparer(ColumnHeader column, bool isAscending) method Compare (line 40) | public override int Compare(KillLog x, KillLog y) method CompareCore (line 62) | private int CompareCore(KillLog x, KillLog y) FILE: src/EVEMon.Common/Models/Comparers/MarketOrderComparer.cs class MarketOrderComparer (line 10) | public sealed class MarketOrderComparer : Comparer method MarketOrderComparer (line 20) | public MarketOrderComparer(MarketOrderColumn column, bool isAscending) method Compare (line 40) | public override int Compare(MarketOrder x, MarketOrder y) method CompareCore (line 62) | private int CompareCore(MarketOrder x, MarketOrder y) FILE: src/EVEMon.Common/Models/Comparers/MedalComparer.cs class MedalComparer (line 5) | public sealed class MedalComparer : IEqualityComparer method Equals (line 13) | public bool Equals(Medal x, Medal y) method GetHashCode (line 35) | public int GetHashCode(Medal obj) => ReferenceEquals(obj, null) ? 0 : ... FILE: src/EVEMon.Common/Models/Comparers/PlanComparer.cs class PlanComparer (line 10) | public sealed class PlanComparer : Comparer method PlanComparer (line 16) | public PlanComparer(PlanSort sort) method Compare (line 37) | public override int Compare(Plan x, Plan y) FILE: src/EVEMon.Common/Models/Comparers/PlanEntryComparer.cs class PlanEntryComparer (line 5) | public sealed class PlanEntryComparer : IEqualityComparer method Equals (line 13) | public bool Equals(PlanEntry x, PlanEntry y) method GetHashCode (line 34) | public int GetHashCode(PlanEntry obj) FILE: src/EVEMon.Common/Models/Comparers/PlanetaryPinComparer.cs class PlanetaryPinComparer (line 11) | public sealed class PlanetaryPinComparer : Comparer method PlanetaryPinComparer (line 21) | public PlanetaryPinComparer(PlanetaryColumn column, bool isAscending) method Compare (line 41) | public override int Compare(PlanetaryPin x, PlanetaryPin y) method CompareCore (line 63) | private int CompareCore(PlanetaryPin x, PlanetaryPin y) FILE: src/EVEMon.Common/Models/Comparers/ResearchPointComparer.cs class ResearchPointComparer (line 10) | public sealed class ResearchPointComparer : Comparer method ResearchPointComparer (line 20) | public ResearchPointComparer(ResearchColumn column, bool isAscending) method Compare (line 40) | public override int Compare(ResearchPoint x, ResearchPoint y) method CompareCore (line 62) | private int CompareCore(ResearchPoint x, ResearchPoint y) FILE: src/EVEMon.Common/Models/Comparers/SerializableSettingsComparer.cs class SerializableSettingsComparer (line 9) | public sealed class SerializableSettingsComparer : IEqualityComparer method WalletJournalComparer (line 17) | public WalletJournalComparer(WalletJournalColumn column, bool isAscend... method Compare (line 37) | public override int Compare(WalletJournal x, WalletJournal y) method CompareCore (line 59) | private int CompareCore(WalletJournal x, WalletJournal y) FILE: src/EVEMon.Common/Models/Comparers/WalletTransactionComparer.cs class WalletTransactionComparer (line 7) | public sealed class WalletTransactionComparer : Comparer method WalletTransactionComparer (line 17) | public WalletTransactionComparer(WalletTransactionColumn column, bool ... method Compare (line 37) | public override int Compare(WalletTransaction x, WalletTransaction y) method CompareCore (line 59) | private int CompareCore(WalletTransaction x, WalletTransaction y) FILE: src/EVEMon.Common/Models/Contact.cs class Contact (line 14) | public sealed class Contact method Contact (line 33) | internal Contact(EsiContactListItem src) method GetImageAsync (line 111) | private async Task GetImageAsync() method GetDefaultImage (line 125) | private Image GetDefaultImage() method GetImageUrl (line 143) | private Uri GetImageUrl() FILE: src/EVEMon.Common/Models/Contract.cs class Contract (line 17) | public sealed class Contract method Contract (line 49) | internal Contract(CCPCharacter ccpCharacter, EsiContractListItem src) method Contract (line 65) | internal Contract(CCPCharacter ccpCharacter, SerializableContract src) method TryImport (line 338) | internal bool TryImport(EsiContractListItem src, ICollection... method PopulateContractInfo (line 372) | private void PopulateContractInfo(EsiContractListItem src) method UpdateContractInfo (line 408) | private void UpdateContractInfo(EsiContractListItem src) method Import (line 423) | private void Import(IEnumerable src) method Import (line 433) | internal void Import(IEnumerable src) method Export (line 445) | internal SerializableContract Export() => new SerializableContract method GetContractData (line 461) | private void GetContractData(APIProvider.ESIRequestCallback c... method OnContractItemsDownloaded (line 497) | private void OnContractItemsDownloaded(EsiResult ... method OnContractBidsUpdated (line 522) | private void OnContractBidsUpdated(EsiResult resul... method UpdateStation (line 552) | public void UpdateStation() method UpdateContractItems (line 561) | public void UpdateContractItems() method MatchesWith (line 592) | private bool MatchesWith(EsiContractListItem src) => src.ContractID ==... method GetState (line 599) | private ContractState GetState(EsiContractListItem src) FILE: src/EVEMon.Common/Models/ContractBid.cs class ContractBid (line 9) | public sealed class ContractBid method ContractBid (line 22) | internal ContractBid(EsiContractBidsListItem src) FILE: src/EVEMon.Common/Models/ContractItem.cs class ContractItem (line 6) | public class ContractItem method ContractItem (line 12) | internal ContractItem(EsiContractItemsListItem src) FILE: src/EVEMon.Common/Models/Corporation.cs class Corporation (line 3) | public sealed class Corporation method Corporation (line 11) | public Corporation(Character character) method ToString (line 32) | public override string ToString() => Name; FILE: src/EVEMon.Common/Models/ESIKey.cs class ESIKey (line 25) | [EnforceUIThreadAffinity] method ESIKey (line 46) | private ESIKey() method ESIKey (line 58) | internal ESIKey(SerializableESIKey serial) method ESIKey (line 71) | public ESIKey(long id) method CheckAccessToken (line 177) | internal void CheckAccessToken() method OnAccessToken (line 199) | private void OnAccessToken(AccessResponse response) method OnTokenInfo (line 227) | private void OnTokenInfo(JsonResult result) method Dispose (line 253) | internal void Dispose() method EveMonClient_TimerTick (line 269) | private void EveMonClient_TimerTick(object sender, EventArgs e) method OnAccountStatusUpdated (line 284) | private void OnAccountStatusUpdated(JsonResult CreateDefaultSet() => FILE: src/EVEMon.Common/Models/EmploymentRecord.cs class EmploymentRecord (line 11) | public sealed class EmploymentRecord method EmploymentRecord (line 35) | public EmploymentRecord(Character character, SerializableEmploymentHis... method EmploymentRecord (line 52) | public EmploymentRecord(Character character, SerializableEmploymentHis... method GetImageAsync (line 105) | private async Task GetImageAsync() method Export (line 124) | public SerializableEmploymentHistory Export() FILE: src/EVEMon.Common/Models/EveFactionWar.cs class EveFactionWar (line 7) | public class EveFactionWar method EveFactionWar (line 15) | internal EveFactionWar(SerializableEveFactionWarsListItem src) method SetPrimeEnemy (line 60) | private static int SetPrimeEnemy(int factionID) FILE: src/EVEMon.Common/Models/EveFactionWarfareStats.cs class EveFactionWarfareStats (line 5) | public class EveFactionWarfareStats method EveFactionWarfareStats (line 13) | internal EveFactionWarfareStats(SerializableEveFactionalWarfareStatsLi... FILE: src/EVEMon.Common/Models/EveFactionalWarfareStats.cs class EveFactionalWarfareStats (line 17) | public static class EveFactionalWarfareStats method UpdateList (line 154) | private static void UpdateList() method OnFactionWarsUpdated (line 175) | private static void OnFactionWarsUpdated(EsiResult GetAgainstFactionIDs(long factionID) method GetFactionalWarfareStatsForFaction (line 324) | public static EveFactionWarfareStats GetFactionalWarfareStatsForFactio... FILE: src/EVEMon.Common/Models/EveMailBody.cs class EveMailBody (line 5) | public sealed class EveMailBody method EveMailBody (line 11) | internal EveMailBody(long id, EsiAPIMailBody src) FILE: src/EVEMon.Common/Models/EveMailMessage.cs class EveMailMessage (line 16) | public sealed class EveMailMessage : IEveMessage method EveMailMessage (line 39) | internal EveMailMessage(CCPCharacter ccpCharacter, SerializableMailMes... method GetIDsToNames (line 161) | private IEnumerable GetIDsToNames(ICollection src) method GetMailingListIDsToNames (line 175) | private IEnumerable GetMailingListIDsToNames(ICollection... method GetMailBody (line 198) | public void GetMailBody() method OnEVEMailBodyDownloaded (line 221) | private void OnEVEMailBodyDownloaded(EsiResult result,... FILE: src/EVEMon.Common/Models/EveMailingList.cs class EveMailingList (line 5) | public sealed class EveMailingList method EveMailingList (line 11) | internal EveMailingList(EsiMailingListsListItem src) FILE: src/EVEMon.Common/Models/EveNotification.cs class EveNotification (line 11) | public sealed class EveNotification : IEveMessage method EveNotification (line 25) | internal EveNotification(CCPCharacter ccpCharacter, EsiNotificationsLi... FILE: src/EVEMon.Common/Models/EveNotificationText.cs class EveNotificationText (line 13) | public sealed class EveNotificationText method GetNodes (line 27) | private static Dictionary GetNodes(YamlMappingNode pai... method EveNotificationText (line 41) | public EveNotificationText(EveNotification notification, int typeID, s... method Parse (line 83) | internal string Parse(string textLayout = null) method GetParsedDictionary (line 115) | private IDictionary GetParsedDictionary(string textLay... FILE: src/EVEMon.Common/Models/EveServer.cs class EveServer (line 14) | public sealed class EveServer method EveServer (line 24) | internal EveServer() method ForceUpdate (line 69) | public void ForceUpdate() method OnServerStatusMonitorUpdated (line 78) | private void OnServerStatusMonitorUpdated(EsiResult result) FILE: src/EVEMon.Common/Models/Extended/InternalEveNotificationTextParser.cs class InternalEveNotificationTextParser (line 19) | internal class InternalEveNotificationTextParser : EveNotificationTextPa... method BuildImplantList (line 26) | private static string BuildImplantList(YamlSequenceNode typeIDs) method BuildItemList (line 50) | private static string BuildItemList(YamlSequenceNode typeIDs) method Parse (line 80) | public override void Parse(EveNotification notification, KeyValuePair<... FILE: src/EVEMon.Common/Models/FactionalWarfareStats.cs class FactionalWarfareStats (line 8) | public sealed class FactionalWarfareStats method FactionalWarfareStats (line 16) | internal FactionalWarfareStats(EsiAPIFactionalWarfareStats src) FILE: src/EVEMon.Common/Models/ImplantSet.cs class ImplantSet (line 17) | [EnforceUIThreadAffinity] method ImplantSet (line 30) | internal ImplantSet(Character owner, string name) method Enumerate (line 96) | protected override IEnumerable Enumerate() => m_values; method Export (line 102) | internal SerializableSettingsImplantSet Export() => new SerializableSe... method Export (line 122) | private string Export(ImplantSlots slot) => m_values[(int)slot].Name; method Import (line 128) | internal void Import(SerializableSettingsImplantSet serial) method Import (line 148) | private void Import(ImplantSlots slot, string name) method Import (line 160) | internal void Import(IEnumerable src) method SetName (line 173) | private void SetName(string name) FILE: src/EVEMon.Common/Models/IndustryJob.cs class IndustryJob (line 13) | public sealed class IndustryJob method MaxManufacturingJobsFor (line 24) | public static int MaxManufacturingJobsFor(Character character) method MaxResearchJobsFor (line 36) | public static int MaxResearchJobsFor(Character character) method MaxReactionJobsFor (line 49) | public static int MaxReactionJobsFor(Character character) method IndustryJob (line 74) | internal IndustryJob(EsiJobListItem src, IssuedFor issuedFor) method IndustryJob (line 89) | internal IndustryJob(SerializableJob src) method MatchesWith (line 260) | private bool MatchesWith(EsiJobListItem src) => src.JobID == ID; method IsModified (line 267) | private bool IsModified(EsiJobListItem src) => src.EndDate != EndDate || method Export (line 278) | internal SerializableJob Export() => new SerializableJob method TryImport (line 297) | internal bool TryImport(EsiJobListItem src, IssuedFor issuedFor, CCPCh... method PopulateJobInfo (line 341) | private void PopulateJobInfo(EsiJobListItem src, IssuedFor issuedFor, method GetOutputItem (line 377) | private Item GetOutputItem(int id) method GetInstallation (line 404) | private string GetInstallation(long id, CCPCharacter character) method GetState (line 415) | private static JobState GetState(EsiJobListItem src) method GetActiveJobState (line 443) | private ActiveJobState GetActiveJobState() method UpdateInstallation (line 462) | public void UpdateInstallation(CCPCharacter character) method UpdateLocation (line 471) | public void UpdateLocation(CCPCharacter character) FILE: src/EVEMon.Common/Models/InvalidPlanEntry.cs class InvalidPlanEntry (line 9) | [EnforceUIThreadAffinity] method InvalidPlanEntry (line 15) | public InvalidPlanEntry() FILE: src/EVEMon.Common/Models/KillLog.cs class KillLog (line 17) | public sealed class KillLog : IComparable method KillLog (line 40) | internal KillLog(Character character, SerializableKillLogListItem src) method Export (line 140) | public SerializableKillLogListItem Export() method GetVictimShipImageAsync (line 161) | private async Task GetVictimShipImageAsync() method UpdateCharacterNames (line 175) | public void UpdateCharacterNames() method GetDefaultImage (line 200) | private static Bitmap GetDefaultImage() => new Bitmap(32, 32); method CompareTo (line 207) | public int CompareTo(KillLog other) FILE: src/EVEMon.Common/Models/KillLogItem.cs class KillLogItem (line 16) | public class KillLogItem method KillLogItem (line 40) | internal KillLogItem(SerializableKillLogItemListItem src, bool isInCon... method Export (line 156) | public SerializableKillLogItemListItem Export() method GetFittingContentGroup (line 176) | private KillLogFittingContentGroup GetFittingContentGroup() method GetItemImageAsync (line 243) | private async Task GetItemImageAsync() method GetDefaultImage (line 258) | private static Bitmap GetDefaultImage() => new Bitmap(24, 24); FILE: src/EVEMon.Common/Models/Loyalty.cs class Loyalty (line 11) | public sealed class Loyalty : IComparable method Loyalty (line 33) | internal Loyalty(Character character, EsiLoyaltyListItem src) method GetImageAsync (line 91) | private async Task GetImageAsync() method CompareTo (line 101) | public int CompareTo(Loyalty other) FILE: src/EVEMon.Common/Models/MarketOrder.cs class MarketOrder (line 16) | public abstract class MarketOrder method MarketOrder (line 39) | protected MarketOrder(EsiOrderListItem src, IssuedFor issuedFor, method MarketOrder (line 56) | protected MarketOrder(SerializableOrderBase src, CCPCharacter character) method Export (line 184) | public abstract SerializableOrderBase Export(); method Export (line 190) | protected SerializableOrderBase Export(SerializableOrderBase src) method TryImport (line 213) | internal bool TryImport(EsiOrderListItem src, IssuedFor issuedFor, method PopulateOrderInfo (line 270) | private void PopulateOrderInfo(EsiOrderListItem src, IssuedFor issuedFor) method UpdateStation (line 301) | public void UpdateStation() method GetState (line 316) | private static OrderState GetState(EsiOrderListItem src) method MatchesWith (line 339) | private bool MatchesWith(EsiOrderListItem src) => src.OrderID == ID; method IsModified (line 346) | private bool IsModified(EsiOrderListItem src) => src.RemainingVolume !... FILE: src/EVEMon.Common/Models/Medal.cs class Medal (line 10) | public sealed class Medal method Medal (line 30) | internal Medal(CCPCharacter ccpCharacter, EsiMedalsListItem src, Medal... method TryAssignMissingTitleAndDescription (line 124) | public bool TryAssignMissingTitleAndDescription() FILE: src/EVEMon.Common/Models/Plan.cs class Plan (line 22) | [EnforceUIThreadAffinity] method Plan (line 36) | public Plan(BaseCharacter character) method Plan (line 48) | public Plan(BaseCharacter character, SerializablePlan serial) method Import (line 59) | public void Import(SerializablePlan serial) method Export (line 113) | public SerializablePlan Export() method SuspendingEvents (line 198) | public override IDisposable SuspendingEvents() method OnChanged (line 215) | internal override void OnChanged(PlanChange change) method PlanTo (line 249) | public void PlanTo(StaticSkill skill, long level) method PlanTo (line 265) | public void PlanTo(StaticSkill skill, long level, int priority, string... method TryPlanTo (line 307) | public IPlanOperation TryPlanTo(Skill skill, long level) method TryPlanTo (line 322) | private IPlanOperation TryPlanTo(Skill skill, long level, string noteF... method TryAddSet (line 360) | public IPlanOperation TryAddSet(IEnumerable skillsToAdd, string ... method TryRemoveSet (line 377) | public IPlanOperation TryRemoveSet(IEnumerable skillsToRemove) method TryPlanTo (line 418) | public IPlanOperation TryPlanTo(CertificateLevel certificateLevel) method TryPlanTo (line 450) | public IPlanOperation TryPlanTo(Mastery masteryLevel) method TrySetPriority (line 489) | public bool TrySetPriority(PlanScratchpad displayPlan, IEnumerable Clone(Character); method AcknoledgeInvalidEntries (line 555) | public void AcknoledgeInvalidEntries() method ClearInvalidEntries (line 566) | public void ClearInvalidEntries() method Merge (line 579) | public void Merge(SerializableCharacterSkill skill) class PlanOperation (line 598) | private sealed class PlanOperation : IPlanOperation method PlanOperation (line 617) | public PlanOperation(Plan plan) method PlanOperation (line 629) | public PlanOperation(Plan plan, IEnumerable skillsToAdd... method PlanOperation (line 647) | public PlanOperation(Plan plan, IEnumerable skillsToRem... method Perform (line 704) | public void Perform() method PerformSuppression (line 723) | public void PerformSuppression(bool removePrerequisites) method PerformAddition (line 762) | public void PerformAddition(int priority) FILE: src/EVEMon.Common/Models/PlanEntry.cs class PlanEntry (line 16) | [EnforceUIThreadAffinity] method PlanEntry (line 37) | public PlanEntry(BasePlan owner, StaticSkill skill, long level) method PlanEntry (line 55) | public PlanEntry(StaticSkill skill, long level) method PlanEntry (line 65) | internal PlanEntry(BasePlan owner, SerializablePlanEntry serial) method GetSkill (line 199) | private static StaticSkill GetSkill(SerializablePlanEntry serial) method IsDependentOf (line 215) | public bool IsDependentOf(ISkillLevel level) => ((StaticSkillLevel)thi... method UpdateStatistics (line 282) | internal void UpdateStatistics(BaseCharacter character, BaseCharacter ... method UpdateOldTrainingTime (line 298) | internal void UpdateOldTrainingTime(BaseCharacter character) method GetHashCode (line 314) | public override int GetHashCode() => m_skill.ID << 3 | Convert.ToInt32... method ToString (line 320) | public override string ToString() method Clone (line 328) | internal PlanEntry Clone(BasePlan plan) FILE: src/EVEMon.Common/Models/PlanetaryColony.cs class PlanetaryColony (line 12) | public sealed class PlanetaryColony : IComparable, IComparable r... method Import (line 210) | private void Import(EsiAPIPlanetaryColony src) method CompareTo (line 230) | public int CompareTo(object obj) => CompareTo((PlanetaryColony)obj); method CompareTo (line 239) | public int CompareTo(PlanetaryColony other) => this == other ? 1 : -1; FILE: src/EVEMon.Common/Models/PlanetaryLink.cs class PlanetaryLink (line 5) | public sealed class PlanetaryLink method PlanetaryLink (line 15) | internal PlanetaryLink(PlanetaryColony colony, EsiPlanetaryLink src) FILE: src/EVEMon.Common/Models/PlanetaryPin.cs class PlanetaryPin (line 12) | public sealed class PlanetaryPin method PlanetaryPin (line 25) | internal PlanetaryPin(PlanetaryColony colony, EsiPlanetaryPin src) method GetPinName (line 241) | private string GetPinName(string typeName) method GetState (line 258) | private PlanetaryPinState GetState() method GetVolume (line 271) | private double GetVolume() FILE: src/EVEMon.Common/Models/PlanetaryRoute.cs class PlanetaryRoute (line 5) | public sealed class PlanetaryRoute method PlanetaryRoute (line 15) | internal PlanetaryRoute(PlanetaryColony colony, EsiPlanetaryRoute src) FILE: src/EVEMon.Common/Models/QueuedSkill.cs class QueuedSkill (line 11) | [EnforceUIThreadAffinity] method QueuedSkill (line 21) | internal QueuedSkill(Character character, SerializableQueuedSkill serial, method Equals (line 221) | public override bool Equals(object obj) method GetHashCode (line 229) | public override int GetHashCode() method Export (line 238) | internal SerializableQueuedSkill Export() method ToString (line 263) | public override string ToString() => $"{SkillName} {Skill.GetRomanFrom... FILE: src/EVEMon.Common/Models/RemappingPoint.cs class RemappingPoint (line 15) | public sealed class RemappingPoint method RemappingPoint (line 23) | public RemappingPoint() method RemappingPoint (line 33) | public RemappingPoint(SerializableRemappingPoint serial) method ToShortString (line 70) | private string ToShortString() method ToLongString (line 90) | public string ToLongString() method ToString (line 111) | public override string ToString() method SetBaseAttributes (line 129) | internal void SetBaseAttributes(CharacterScratchpad newScratchpad, Cha... method GetStringForAttribute (line 164) | public static string GetStringForAttribute(EveAttribute attrib, Charac... method GetHashCode (line 185) | public override int GetHashCode() => Guid.GetHashCode(); method Clone (line 191) | public RemappingPoint Clone() method Export (line 204) | internal SerializableRemappingPoint Export() => new SerializableRemapp... FILE: src/EVEMon.Common/Models/RemappingResult.cs class RemappingResult (line 15) | public sealed class RemappingResult method RemappingResult (line 22) | public RemappingResult(CharacterScratchpad baseScratchpad) method RemappingResult (line 36) | public RemappingResult(RemappingPoint point, CharacterScratchpad baseS... method RemappingResult (line 51) | public RemappingResult(RemappingResult result, CharacterScratchpad bes... method Optimize (line 101) | public void Optimize(TimeSpan maxDuration) method Update (line 111) | public void Update() method ToString (line 125) | public override string ToString() FILE: src/EVEMon.Common/Models/ResearchPoint.cs class ResearchPoint (line 10) | public sealed class ResearchPoint method ResearchPoint (line 28) | internal ResearchPoint(EsiResearchListItem src, CCPCharacter character) method GetAgentInfoByID (line 105) | private void GetAgentInfoByID(int id) method GetDatacore (line 125) | private Item GetDatacore() => StaticItems.AllItems.FirstOrDefault(item => method UpdateStation (line 137) | public void UpdateStation() FILE: src/EVEMon.Common/Models/SellOrder.cs class SellOrder (line 10) | public sealed class SellOrder : MarketOrder method SellOrder (line 18) | internal SellOrder(EsiOrderListItem src, IssuedFor issuedFor, CCPChara... method SellOrder (line 27) | internal SellOrder(SerializableOrderBase src, CCPCharacter character) method Export (line 36) | public override SerializableOrderBase Export() => Export(new Serializa... FILE: src/EVEMon.Common/Models/Skill.cs class Skill (line 18) | [EnforceUIThreadAffinity] method Skill (line 39) | private Skill() method Skill (line 51) | internal Skill(Character owner, SkillGroup group, StaticSkill skill) method CompleteInitialization (line 62) | public void CompleteInitialization(Skill[] skills) method Import (line 73) | internal void Import(SerializableCharacterSkill src, bool fromCCP) method Reset (line 87) | internal void Reset(bool importFromCCP) method HasBeenCompleted (line 105) | internal bool HasBeenCompleted(QueuedSkill queuedSkill) method UpdateSkillProgress (line 113) | internal void UpdateSkillProgress(QueuedSkill queuedSkill) method Export (line 132) | internal SerializableCharacterSkill Export() method GetRomanFromInt (line 420) | public static string GetRomanFromInt(long number) method GetIntFromRoman (line 444) | public static int GetIntFromRoman(string r) method ToString (line 475) | public override string ToString() => Name; method ToCharacter (line 482) | public Skill ToCharacter(Character character) method GetTimeSpanForPoints (line 499) | public TimeSpan GetTimeSpanForPoints(long points) method GetLeftPointsRequiredToLevel (line 508) | public long GetLeftPointsRequiredToLevel(long level) method GetLeftPointsRequiredForLevelOnly (line 521) | private long GetLeftPointsRequiredForLevelOnly(int level) method GetLeftTrainingTimeToLevel (line 538) | public TimeSpan GetLeftTrainingTimeToLevel(long level) => GetTimeSpanF... method GetLeftTrainingTimeForLevelOnly (line 546) | public TimeSpan GetLeftTrainingTimeForLevelOnly(int level) FILE: src/EVEMon.Common/Models/SkillGroup.cs class SkillGroup (line 12) | [EnforceUIThreadAffinity] method SkillGroup (line 23) | private SkillGroup() method SkillGroup (line 33) | internal SkillGroup(Character character, StaticSkillGroup src) method SkillGroup (line 47) | internal SkillGroup(StaticSkillGroup src) method Contains (line 92) | public bool Contains(string skillName) => Items.ContainsKey(skillName); FILE: src/EVEMon.Common/Models/SkillLevel.cs class SkillLevel (line 12) | public class SkillLevel : ISkillLevel method SkillLevel (line 24) | public SkillLevel(Skill skill, long level) method IsDependentOf (line 58) | public bool IsDependentOf(ISkillLevel level) => ssl.IsDependentOf(level); method GetHashCode (line 75) | public override int GetHashCode() => (Skill.Name.GetHashCode() << 3) |... method ToString (line 89) | public override string ToString() => $"{Skill.Name} {Skill.GetRomanFro... FILE: src/EVEMon.Common/Models/SkillLevelSet.cs class SkillLevelSet (line 14) | internal sealed class SkillLevelSet : IReadonlyCollection method SkillLevelSet (line 22) | public SkillLevelSet() method Set (line 36) | public void Set(T item) method Contains (line 97) | public bool Contains(int skillArrayindex, int level) method Contains (line 112) | public bool Contains(StaticSkill skill, int level) method Contains (line 127) | public bool Contains(Skill skill, int level) method Contains (line 142) | public bool Contains(ISkillLevel item) method Remove (line 162) | public void Remove(int skillArrayindex, int level) method Remove (line 173) | public void Remove(StaticSkill skill, int level) method Remove (line 184) | public void Remove(ISkillLevel item) method GetLevelsOf (line 199) | public IEnumerable GetLevelsOf(Skill skill) => GetLevelsOf(skill.Ar... method GetLevelsOf (line 206) | public IEnumerable GetLevelsOf(StaticSkill skill) => GetLevelsOf(sk... method GetLevelsOf (line 213) | public IEnumerable GetLevelsOf(int skillArrayIndex) method Enumerate (line 228) | private IEnumerable Enumerate() => m_items.Where(item => item != nu... method GetEnumerator (line 230) | public IEnumerator GetEnumerator() => Enumerate().GetEnumerator(); method GetEnumerator (line 232) | IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)Enumerate()).... FILE: src/EVEMon.Common/Models/SkillQueue.cs class SkillQueue (line 16) | [EnforceUIThreadAffinity] method SkillQueue (line 28) | internal SkillQueue(CCPCharacter character) method Dispose (line 41) | internal void Dispose() method UpdateOnTimerTick (line 98) | private void UpdateOnTimerTick() method EveMonClient_TimerTick (line 151) | private void EveMonClient_TimerTick(object sender, EventArgs e) method Export (line 166) | internal IEnumerable Export() => Items.Select... method Import (line 173) | internal void Import(IEnumerable serial) method GetSkillRects (line 220) | public IEnumerable GetSkillRects(QueuedSkill skill, int wi... method GetOneDaySkillQueueWidth (line 257) | public double GetOneDaySkillQueueWidth(int width) FILE: src/EVEMon.Common/Models/Standing.cs class Standing (line 13) | public sealed class Standing method Standing (line 35) | internal Standing(Character character, EsiStandingsListItem src) method Status (line 104) | public static StandingStatus Status(double standing) method GetStandingImage (line 123) | public static Image GetStandingImage(int standing) method GetImageAsync (line 145) | private async Task GetImageAsync() method GetDefaultImage (line 161) | private Image GetDefaultImage() method GetImageUrl (line 178) | private Uri GetImageUrl() FILE: src/EVEMon.Common/Models/UpcomingCalendarEvent.cs class UpcomingCalendarEvent (line 13) | public sealed class UpcomingCalendarEvent method UpcomingCalendarEvent (line 34) | internal UpcomingCalendarEvent(CCPCharacter ccpCharacter, EsiAPICalend... method GetEventAttendees (line 113) | public void GetEventAttendees() method OnCalendarEventAttendeesDownloaded (line 136) | private void OnCalendarEventAttendeesDownloaded(EsiResult (m_taxReceiverID == 0) ? string.Emp... method ParseReason (line 127) | private string ParseReason(string reasonText) => m_refTypeID == 85 ? FILE: src/EVEMon.Common/Models/WalletTransaction.cs class WalletTransaction (line 11) | public sealed class WalletTransaction method WalletTransaction (line 27) | internal WalletTransaction(SerializableWalletTransactionsListItem src, method GetCredit (line 124) | private decimal GetCredit() method UpdateStation (line 139) | public void UpdateStation() FILE: src/EVEMon.Common/Net/DownloadResult.cs class DownloadResult (line 8) | public class DownloadResult method DownloadResult (line 16) | public DownloadResult(T result, HttpWebClientServiceException error, FILE: src/EVEMon.Common/Net/ExceptionMessages.Designer.cs class ExceptionMessages (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method ExceptionMessages (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Net/HttpClientServiceRequest.cs class HttpClientServiceRequest (line 14) | internal class HttpClientServiceRequest method HttpClientServiceRequest (line 25) | public HttpClientServiceRequest() method SendAsync (line 50) | public async Task SendAsync(Uri url, RequestParam... method EnsureSuccessStatusCode (line 113) | private static void EnsureSuccessStatusCode(HttpResponseMessage response) method GetHttpClientHandler (line 129) | private static HttpClientHandler GetHttpClientHandler() => new HttpCli... method GetWebProxy (line 140) | internal static IWebProxy GetWebProxy() method GetHttpResponseAsync (line 177) | private static async Task GetHttpResponseAsync( method GetHttpRequest (line 193) | private HttpRequestMessage GetHttpRequest(RequestParams param) FILE: src/EVEMon.Common/Net/HttpWebClientService.ImageDownload.cs class HttpWebClientService (line 10) | static partial class HttpWebClientService method DownloadImage (line 19) | public static DownloadResult DownloadImage(Uri url, RequestPara... method DownloadImageAsync (line 27) | public static async Task> DownloadImageAsync(Uri... method GetImage (line 58) | private static DownloadResult GetImage(Uri requestBaseUrl, Stre... FILE: src/EVEMon.Common/Net/HttpWebClientService.StreamDownload.cs class HttpWebClientService (line 8) | static partial class HttpWebClientService method DownloadStreamAsync (line 27) | public static async Task> DownloadStreamAsync(Uri... method GetResult (line 59) | private static DownloadResult GetResult(Uri requestBaseUrl, Stre... FILE: src/EVEMon.Common/Net/HttpWebClientService.StringDownload.cs class HttpWebClientService (line 9) | static partial class HttpWebClientService method DownloadString (line 19) | public static DownloadResult DownloadString(Uri url, RequestPa... method DownloadStringAsync (line 27) | public static async Task> DownloadStringAsync(U... method GetString (line 57) | private static DownloadResult GetString(Uri requestBaseUrl, St... FILE: src/EVEMon.Common/Net/HttpWebClientService.XmlDownload.cs class HttpWebClientService (line 11) | static partial class HttpWebClientService method DownloadXml (line 21) | public static DownloadResult DownloadXml(Uri url, method DownloadXmlAsync (line 29) | public static async Task> DownloadXmlA... method GetXmlDocument (line 59) | private static DownloadResult GetXmlDocument(Uri requ... FILE: src/EVEMon.Common/Net/HttpWebClientService.cs class HttpWebClientService (line 9) | public static partial class HttpWebClientService method HttpWebClientService (line 14) | static HttpWebClientService() method DummyCertificateValidationCallback (line 33) | internal static bool DummyCertificateValidationCallback(object sender,... method GetWebClient (line 40) | public static WebClient GetWebClient() => new WebClient method GetHttpClient (line 50) | public static HttpClient GetHttpClient(HttpClientHandler httpClientHan... method IsValidURL (line 58) | public static bool IsValidURL(Uri url, out string errorMsg) FILE: src/EVEMon.Common/Net/HttpWebClientServiceException.cs class HttpWebClientServiceException (line 14) | [Serializable] method HttpWebClientServiceException (line 20) | public HttpWebClientServiceException() method HttpWebClientServiceException (line 28) | public HttpWebClientServiceException(string message) method HttpWebClientServiceException (line 38) | public HttpWebClientServiceException(string message, Exception ex) method HttpWebClientServiceException (line 53) | private HttpWebClientServiceException(SerializationInfo info, Streamin... method HttpWebClientServiceException (line 64) | private HttpWebClientServiceException(HttpWebClientServiceExceptionSta... method HttpWebClientServiceException (line 78) | private HttpWebClientServiceException(HttpWebClientServiceExceptionSta... method HttpWebClientException (line 118) | public static HttpWebClientServiceException HttpWebClientException(Uri... method GetProxyHost (line 142) | private static string GetProxyHost(Uri url) method ParseWebRequestException (line 155) | private static string ParseWebRequestException(WebException webExcepti... method ParseHttpRequestException (line 217) | private static string ParseHttpRequestException(HttpRequestException h... method Exception (line 325) | public static HttpWebClientServiceException Exception(Uri url, Excepti... method RedirectsExceededException (line 339) | public static HttpWebClientServiceException RedirectsExceededException... method RequestsDisabledException (line 353) | public static HttpWebClientServiceException RequestsDisabledException(... method XmlException (line 368) | public static HttpWebClientServiceException XmlException(Uri url, Exce... method ImageException (line 383) | public static HttpWebClientServiceException ImageException(Uri url, Ex... method FileError (line 398) | public static HttpWebClientServiceException FileError(Uri url, Excepti... method GetObjectData (line 417) | public override void GetObjectData(SerializationInfo info, StreamingCo... FILE: src/EVEMon.Common/Net/HttpWebClientServiceExceptionStatus.cs type HttpWebClientServiceExceptionStatus (line 6) | public enum HttpWebClientServiceExceptionStatus FILE: src/EVEMon.Common/Net/HttpWebClientServiceState.cs class HttpWebClientServiceState (line 9) | public static class HttpWebClientServiceState FILE: src/EVEMon.Common/Net/INetworkChangeSubscriber.cs type INetworkChangeSubscriber (line 6) | public interface INetworkChangeSubscriber FILE: src/EVEMon.Common/Net/NetworkMonitor.cs class NetworkMonitor (line 12) | public static class NetworkMonitor method Initialize (line 23) | public static void Initialize() method IsNetworkAvailableManual (line 51) | private static bool IsNetworkAvailableManual() method Register (line 85) | public static void Register(INetworkChangeSubscriber monitor) method OnNetworkAvailabilityChanged (line 96) | private static void OnNetworkAvailabilityChanged(object sender, Networ... FILE: src/EVEMon.Common/Net/RequestParams.cs class RequestParams (line 13) | public sealed class RequestParams method RequestParams (line 107) | public RequestParams() method RequestParams (line 123) | public RequestParams(string content) : this() method RequestParams (line 137) | public RequestParams(ResponseParams response, string content = null) :... method GetEncodedContent (line 150) | internal IEnumerable GetEncodedContent() method ToString (line 175) | public override string ToString() FILE: src/EVEMon.Common/Net/ResponseParams.cs class ResponseParams (line 12) | public sealed class ResponseParams method ResponseParams (line 74) | public ResponseParams(HttpResponseMessage response) : this((int)respon... method ResponseParams (line 90) | public ResponseParams(int responseCode) method ToString (line 99) | public override string ToString() FILE: src/EVEMon.Common/Notifications/APIErrorNotificationEventArgs.cs class APIErrorNotificationEventArgs (line 6) | public sealed class APIErrorNotificationEventArgs : NotificationEventArgs method APIErrorNotificationEventArgs (line 13) | public APIErrorNotificationEventArgs(object sender, IAPIResult result) FILE: src/EVEMon.Common/Notifications/ContractsNotificationEventArgs.cs class ContractsNotificationEventArgs (line 10) | public sealed class ContractsNotificationEventArgs : NotificationEventArgs method ContractsNotificationEventArgs (line 18) | public ContractsNotificationEventArgs(object sender, IEnumerable Description; FILE: src/EVEMon.Common/Notifications/NotificationInvalidationEventArgs.cs class NotificationInvalidationEventArgs (line 9) | public sealed class NotificationInvalidationEventArgs : EventArgs method NotificationInvalidationEventArgs (line 16) | public NotificationInvalidationEventArgs(object sender, NotificationCa... method NotificationInvalidationEventArgs (line 26) | public NotificationInvalidationEventArgs(NotificationEventArgs notific... FILE: src/EVEMon.Common/Notifications/NotificationPriority.cs type NotificationPriority (line 6) | public enum NotificationPriority FILE: src/EVEMon.Common/Notifications/PlanetaryPinsNotificationEventArgs.cs class PlanetaryPinsNotificationEventArgs (line 11) | public sealed class PlanetaryPinsNotificationEventArgs: NotificationEven... method PlanetaryPinsNotificationEventArgs (line 19) | public PlanetaryPinsNotificationEventArgs(object sender, IEnumerable : QueryMonitor where T :... method CCPQueryMonitorBase (line 24) | internal CCPQueryMonitorBase(CCPCharacter character, Enum method, method GetESIParams (line 34) | internal abstract ESIParams GetESIParams(); method QueryAsyncCore (line 49) | protected override void QueryAsyncCore(APIProvider provider, APIProvider. FILE: src/EVEMon.Common/QueryMonitor/CharacterDataQuerying.cs class CharacterDataQuerying (line 17) | internal sealed class CharacterDataQuerying method CharacterDataQuerying (line 48) | internal CharacterDataQuerying(CCPCharacter ccpCharacter) method Dispose (line 247) | internal void Dispose() method FinishCharacterSheetUpdated (line 265) | private void FinishCharacterSheetUpdated() method OnCharacterSheetUpdated (line 294) | private void OnCharacterSheetUpdated(EsiAPICharacterSheet result) method OnCharacterLocationUpdated (line 310) | private void OnCharacterLocationUpdated(EsiAPILocation result) method OnCharacterClonesUpdated (line 322) | private void OnCharacterClonesUpdated(EsiAPIClones result) method OnCharacterImplantsUpdated (line 334) | private void OnCharacterImplantsUpdated(List result) method OnCharacterImplantsFailed (line 352) | private void OnCharacterImplantsFailed(CCPCharacter character, EsiResu... method QueryAttributesAsync (line 366) | private void QueryAttributesAsync(CCPCharacter target) method OnCharacterAttributesUpdated (line 385) | private void OnCharacterAttributesUpdated(EsiResult ... method OnCharacterShipUpdated (line 404) | private void OnCharacterShipUpdated(EsiAPIShip result) method OnCharacterSkillsUpdated (line 416) | private void OnCharacterSkillsUpdated(EsiAPISkills result) method OnCharacterEmploymentUpdated (line 428) | private void OnCharacterEmploymentUpdated(EsiAPIEmploymentHistory result) method OnSkillQueueUpdated (line 440) | private void OnSkillQueueUpdated(EsiAPISkillQueue result) method OnStandingsUpdated (line 463) | private void OnStandingsUpdated(EsiAPIStandings result) method OnFactionalWarfareStatsUpdated (line 480) | private void OnFactionalWarfareStatsUpdated(EsiAPIFactionalWarfareStat... method OnAssetsUpdated (line 504) | private void OnAssetsUpdated(EsiAPIAssetList result) method OnMarketOrdersCompleted (line 522) | private void OnMarketOrdersCompleted(EsiResult res... method OnMarketOrdersUpdated (line 561) | private void OnMarketOrdersUpdated(EsiAPIMarketOrders result) method OnContractsUpdated (line 586) | private void OnContractsUpdated(EsiAPIContracts result) method OnWalletBalanceUpdated (line 604) | private void OnWalletBalanceUpdated(string result) method OnWalletJournalUpdated (line 620) | private void OnWalletJournalUpdated(EsiAPIWalletJournal result) method OnWalletTransactionsUpdated (line 635) | private void OnWalletTransactionsUpdated(EsiAPIWalletTransactions result) method OnIndustryJobsUpdated (line 651) | private void OnIndustryJobsUpdated(EsiAPIIndustryJobs result) method OnResearchPointsUpdated (line 666) | private void OnResearchPointsUpdated(EsiAPIResearchPoints result) method OnEVEMailMessagesUpdated (line 681) | private void OnEVEMailMessagesUpdated(EsiAPIMailMessages result) method OnEveMailingListsUpdated (line 699) | private void OnEveMailingListsUpdated(EsiAPIMailingLists result) method OnEVENotificationsUpdated (line 713) | private void OnEVENotificationsUpdated(EsiAPINotifications result) method OnContactsUpdated (line 731) | private void OnContactsUpdated(EsiAPIContactsList result) method OnMedalsUpdated (line 747) | private void OnMedalsUpdated(EsiAPIMedals result) method OnKillLogUpdated (line 762) | private void OnKillLogUpdated(EsiAPIKillLog result) method OnUpcomingCalendarEventsUpdated (line 777) | private void OnUpcomingCalendarEventsUpdated(EsiAPICalendarEvents result) method OnPlanetaryColoniesUpdated (line 792) | private void OnPlanetaryColoniesUpdated(EsiAPIPlanetaryColoniesList re... method OnLoyaltyPointsUpdated (line 810) | private void OnLoyaltyPointsUpdated(EsiAPILoyality result) method EveMonClient_TimerTick (line 833) | private void EveMonClient_TimerTick(object sender, EventArgs e) FILE: src/EVEMon.Common/QueryMonitor/CharacterQueryMonitor.cs class CharacterQueryMonitor (line 13) | public sealed class CharacterQueryMonitor : CCPQueryMonitorBase wh... method HandleQuery (line 25) | private static void HandleQuery(CCPCharacter character, Enum method, b... method CharacterQueryMonitor (line 52) | internal CharacterQueryMonitor(CCPCharacter character, Enum method, Ac... method GetESIParams (line 64) | internal override ESIParams GetESIParams() FILE: src/EVEMon.Common/QueryMonitor/CorporationDataQuerying.cs class CorporationDataQuerying (line 13) | internal sealed class CorporationDataQuerying method CorporationDataQuerying (line 29) | internal CorporationDataQuerying(CCPCharacter ccpCharacter) method Dispose (line 102) | internal void Dispose() method OnMedalsUpdated (line 120) | private void OnMedalsUpdated(EsiAPIMedals result) method OnMarketOrdersUpdated (line 137) | private void OnMarketOrdersUpdated(EsiAPIMarketOrders result) method OnContractsUpdated (line 156) | private void OnContractsUpdated(EsiAPIContracts result) method OnIndustryJobsUpdated (line 177) | private void OnIndustryJobsUpdated(EsiAPIIndustryJobs result) FILE: src/EVEMon.Common/QueryMonitor/CorporationQueryMonitor.cs class CorporationQueryMonitor (line 11) | public sealed class CorporationQueryMonitor : CCPQueryMonitorBase ... method CorporationQueryMonitor (line 20) | internal CorporationQueryMonitor(CCPCharacter character, Enum method, ... method GetESIParams (line 45) | internal override ESIParams GetESIParams() FILE: src/EVEMon.Common/QueryMonitor/ESIKeyQueryMonitor.cs class ESIKeyQueryMonitor (line 9) | public sealed class ESIKeyQueryMonitor : QueryMonitor where T : class method ESIKeyQueryMonitor (line 19) | internal ESIKeyQueryMonitor(ESIKey apiKey, Enum method, Action : QueryMonitor where T : ... method PagedQueryMonitor (line 22) | internal PagedQueryMonitor(CCPQueryMonitorBase wrapped) : base(wrap... method QueryAsyncCore (line 49) | protected override void QueryAsyncCore(APIProvider provider, APIProvider. FILE: src/EVEMon.Common/QueryMonitor/QueryMonitor.cs class QueryMonitor (line 19) | [EnforceUIThreadAffinity] method QueryMonitor (line 38) | internal QueryMonitor(Enum method, Action> callback) method EveMonClient_TimerTick (line 172) | private void EveMonClient_TimerTick(object sender, EventArgs e) method Dispose (line 183) | public void Dispose() method UpdateWith (line 196) | internal void UpdateWith(EsiResult result) method ForceUpdate (line 205) | internal void ForceUpdate(bool retryOnError) method UpdateOnOneSecondTick (line 214) | private void UpdateOnOneSecondTick() method QueryAsyncCore (line 254) | protected virtual void QueryAsyncCore(APIProvider provider, APIProvider. method OnQueried (line 266) | private void OnQueried(EsiResult result, object state) method Reset (line 289) | private void Reset(DateTime lastUpdate) method Cancel (line 299) | private void Cancel() method ToString (line 317) | public override string ToString() => Method.HasHeader() ? Method.GetHe... method Reset (line 331) | void IQueryMonitorEx.Reset(DateTime lastUpdate) method ForceUpdate (line 336) | void IQueryMonitorEx.ForceUpdate(bool retryOnError) FILE: src/EVEMon.Common/QueryMonitor/QueryMonitorCollection.cs class QueryMonitorCollection (line 12) | public sealed class QueryMonitorCollection : ReadonlyCollection methods) method QueryEverything (line 111) | public void QueryEverything() method Add (line 123) | internal void Add(IQueryMonitorEx monitor) method Remove (line 132) | internal void Remove(IQueryMonitorEx monitor) FILE: src/EVEMon.Common/Resources/Skill_Select/Group0/Default.Designer.cs class Default (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Default (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group1/Dice_Spots.Designer.cs class Dice_Spots (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Dice_Spots (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group2/Slashes.Designer.cs class Slashes (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Slashes (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group3/Pie_Slices.Designer.cs class Pie_Slices (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Pie_Slices (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group4/Pentagons.Designer.cs class Pentagons (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Pentagons (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group5/Pentagrams.Designer.cs class Pentagrams (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Pentagrams (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/Group8/Bars.Designer.cs class Bars (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Bars (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Resources/Skill_Select/IconSettings.Designer.cs class IconSettings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/EVEMon.Common/Scheduling/Enumerations.cs type RecurringFrequency (line 8) | public enum RecurringFrequency type ScheduleEntryOptions (line 20) | [Flags] type MonthlyOverflowResolution (line 44) | public enum MonthlyOverflowResolution FILE: src/EVEMon.Common/Scheduling/RecurringScheduleEntry.cs class RecurringScheduleEntry (line 11) | public sealed class RecurringScheduleEntry : ScheduleEntry method RecurringScheduleEntry (line 18) | public RecurringScheduleEntry() method RecurringScheduleEntry (line 31) | internal RecurringScheduleEntry(SerializableRecurringScheduleEntry ser... method Contains (line 86) | public override bool Contains(DateTime checkDateTime) method GetRangesInPeriod (line 98) | public override IEnumerable GetRangesInPeriod(D... method GetRangeForDay (line 120) | private ScheduleDateTimeRange GetRangeForDay(DateTime day) method IsOverflowDate (line 174) | private bool IsOverflowDate(DateTime day) method Clash (line 203) | protected override bool Clash(DateTime timeToTest) method IsToday (line 227) | public override bool IsToday(DateTime timeToTest) method Export (line 239) | internal override SerializableScheduleEntry Export() FILE: src/EVEMon.Common/Scheduling/ScheduleDateTimeRange.cs class ScheduleDateTimeRange (line 5) | public class ScheduleDateTimeRange method ScheduleDateTimeRange (line 12) | public ScheduleDateTimeRange(DateTime start, DateTime end) FILE: src/EVEMon.Common/Scheduling/ScheduleEntry.cs class ScheduleEntry (line 10) | public abstract class ScheduleEntry method ScheduleEntry (line 14) | protected ScheduleEntry() method Silent (line 52) | public bool Silent(DateTime timeToTest) => (Options & ScheduleEntryOpt... method Blocking (line 59) | public bool Blocking(DateTime timeToTest) => (Options & ScheduleEntryO... method Contains (line 66) | public abstract bool Contains(DateTime checkDateTime); method GetRangesInPeriod (line 74) | public abstract IEnumerable GetRangesInPeriod(D... method Clash (line 81) | protected abstract bool Clash(DateTime timeToTest); method IsToday (line 88) | public abstract bool IsToday(DateTime timeToTest); method Export (line 94) | internal abstract SerializableScheduleEntry Export(); method ToString (line 100) | public override string ToString() => Title; FILE: src/EVEMon.Common/Scheduling/ScheduleEntryTitleComparer.cs class ScheduleEntryTitleComparer (line 6) | public class ScheduleEntryTitleComparer : Comparer method Compare (line 8) | public override int Compare(ScheduleEntry e1, ScheduleEntry e2) FILE: src/EVEMon.Common/Scheduling/Scheduler.cs class Scheduler (line 15) | [EnforceUIThreadAffinity] method Add (line 35) | public static void Add(ScheduleEntry entry) method Remove (line 47) | public static void Remove(ScheduleEntry entry) method SkillIsBlockedAt (line 63) | public static bool SkillIsBlockedAt(DateTime time, out string blocking... method Import (line 91) | internal static void Import(SchedulerSettings serial) method Export (line 111) | internal static SchedulerSettings Export() method ClearExpired (line 124) | public static void ClearExpired() method TryParseTime (line 147) | public static bool TryParseTime(string text, out int seconds) FILE: src/EVEMon.Common/Scheduling/SimpleScheduleEntry.cs class SimpleScheduleEntry (line 10) | public class SimpleScheduleEntry : ScheduleEntry method SimpleScheduleEntry (line 15) | public SimpleScheduleEntry() method SimpleScheduleEntry (line 23) | internal SimpleScheduleEntry(SerializableScheduleEntry serial) method Contains (line 36) | public override bool Contains(DateTime checkDateTime) => checkDateTime... method GetRangesInPeriod (line 44) | public override IEnumerable GetRangesInPeriod(D... method Clash (line 55) | protected override bool Clash(DateTime timeToTest) method IsToday (line 66) | public override bool IsToday(DateTime timeToTest) => StartDate.DayOfYe... method Export (line 73) | internal override SerializableScheduleEntry Export() => new Serializab... FILE: src/EVEMon.Common/Serialization/Datafiles/BlueprintsDatafile.cs class BlueprintsDatafile (line 13) | [XmlRoot("blueprintsDatafile")] method BlueprintsDatafile (line 21) | public BlueprintsDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/CertificatesDatafile.cs class CertificatesDatafile (line 13) | [XmlRoot("certificatesDatafile")] method CertificatesDatafile (line 21) | public CertificatesDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/DatafileConstants.Designer.cs class DatafileConstants (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method DatafileConstants (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Common/Serialization/Datafiles/GeoDatafile.cs class GeoDatafile (line 13) | [XmlRoot("geographyDatafile")] method GeoDatafile (line 22) | public GeoDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/ItemsDatafile.cs class ItemsDatafile (line 13) | [XmlRoot("itemsDatafile")] method ItemsDatafile (line 21) | public ItemsDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/MasteriesDatafile.cs class MasteriesDatafile (line 13) | [XmlRoot("masteriesDatafile")] method MasteriesDatafile (line 21) | public MasteriesDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/PropertiesDatafile.cs class PropertiesDatafile (line 13) | [XmlRoot("propertiesDatafile")] method PropertiesDatafile (line 21) | public PropertiesDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/ReprocessingDatafile.cs class ReprocessingDatafile (line 13) | [XmlRoot("reprocessingDatafile")] method ReprocessingDatafile (line 21) | public ReprocessingDatafile() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableAgent.cs class SerializableAgent (line 8) | public sealed class SerializableAgent FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableBlueprint.cs class SerializableBlueprint (line 15) | public sealed class SerializableBlueprint method SerializableBlueprint (line 23) | public SerializableBlueprint() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableBlueprintMarketGroup.cs class SerializableBlueprintMarketGroup (line 13) | public sealed class SerializableBlueprintMarketGroup method SerializableBlueprintMarketGroup (line 21) | public SerializableBlueprintMarketGroup() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableCertificate.cs class SerializableCertificate (line 13) | public sealed class SerializableCertificate method SerializableCertificate (line 21) | public SerializableCertificate() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableCertificateClass.cs class SerializableCertificateClass (line 12) | public sealed class SerializableCertificateClass FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableCertificateGroup.cs class SerializableCertificateGroup (line 13) | public sealed class SerializableCertificateGroup method SerializableCertificateGroup (line 20) | public SerializableCertificateGroup() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableCertificatePrerequisite.cs class SerializableCertificatePrerequisite (line 9) | public sealed class SerializableCertificatePrerequisite FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableCertificateRecommendation.cs class SerializableCertificateRecommendation (line 8) | public sealed class SerializableCertificateRecommendation FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableConstellation.cs class SerializableConstellation (line 13) | public sealed class SerializableConstellation method SerializableConstellation (line 20) | public SerializableConstellation() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableControlTowerFuel.cs class SerializableControlTowerFuel (line 5) | public sealed class SerializableControlTowerFuel : SerializableMaterialQ... FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableItem.cs class SerializableItem (line 15) | public sealed class SerializableItem method SerializableItem (line 25) | public SerializableItem() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableItemMaterials.cs class SerializableItemMaterials (line 10) | public sealed class SerializableItemMaterials method SerializableItemMaterials (line 14) | public SerializableItemMaterials() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableJump.cs class SerializableJump (line 8) | public sealed class SerializableJump FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableMarketGroup.cs class SerializableMarketGroup (line 13) | public sealed class SerializableMarketGroup method SerializableMarketGroup (line 21) | public SerializableMarketGroup() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableMastery.cs class SerializableMastery (line 13) | public class SerializableMastery method SerializableMastery (line 20) | public SerializableMastery() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableMasteryCertificate.cs class SerializableMasteryCertificate (line 12) | public class SerializableMasteryCertificate FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableMasteryShip.cs class SerializableMasteryShip (line 13) | public class SerializableMasteryShip method SerializableMasteryShip (line 20) | public SerializableMasteryShip() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableMaterialQuantity.cs class SerializableMaterialQuantity (line 5) | public class SerializableMaterialQuantity FILE: src/EVEMon.Common/Serialization/Datafiles/SerializablePlanet.cs class SerializablePlanet (line 8) | public class SerializablePlanet FILE: src/EVEMon.Common/Serialization/Datafiles/SerializablePrereqSkill.cs class SerializablePrereqSkill (line 9) | public sealed class SerializablePrereqSkill FILE: src/EVEMon.Common/Serialization/Datafiles/SerializablePrerequisiteSkill.cs class SerializablePrerequisiteSkill (line 9) | public sealed class SerializablePrerequisiteSkill FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableProperty.cs class SerializableProperty (line 5) | public sealed class SerializableProperty FILE: src/EVEMon.Common/Serialization/Datafiles/SerializablePropertyCategory.cs class SerializablePropertyCategory (line 10) | public sealed class SerializablePropertyCategory method SerializablePropertyCategory (line 17) | public SerializablePropertyCategory() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializablePropertyValue.cs class SerializablePropertyValue (line 8) | public sealed class SerializablePropertyValue FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableReactionInfo.cs class SerializableReactionInfo (line 5) | public sealed class SerializableReactionInfo : SerializableMaterialQuantity FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableRegion.cs class SerializableRegion (line 13) | public sealed class SerializableRegion method SerializableRegion (line 20) | public SerializableRegion() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableRequiredMaterial.cs class SerializableRequiredMaterial (line 8) | public sealed class SerializableRequiredMaterial FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableSkill.cs class SerializableSkill (line 15) | public sealed class SerializableSkill method SerializableSkill (line 22) | public SerializableSkill() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableSkillGroup.cs class SerializableSkillGroup (line 13) | public sealed class SerializableSkillGroup method SerializableSkillGroup (line 20) | public SerializableSkillGroup() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableSkillPrerequisite.cs class SerializableSkillPrerequisite (line 9) | public sealed class SerializableSkillPrerequisite FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableSolarSystem.cs class SerializableSolarSystem (line 13) | public sealed class SerializableSolarSystem method SerializableSolarSystem (line 21) | public SerializableSolarSystem() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableStation.cs class SerializableStation (line 13) | public sealed class SerializableStation method SerializableStation (line 20) | public SerializableStation() FILE: src/EVEMon.Common/Serialization/Datafiles/SerializableStationList.cs class SerializableStationList (line 10) | public sealed class SerializableStationList method SerializableStationList (line 14) | public SerializableStationList() FILE: src/EVEMon.Common/Serialization/Datafiles/SkillsDatafile.cs class SkillsDatafile (line 13) | [XmlRoot("skills")] method SkillsDatafile (line 21) | public SkillsDatafile() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIAssetList.cs class EsiAPIAssetList (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIAttributes.cs class EsiAPIAttributes (line 10) | [DataContract] method EsiAPIAttributes (line 16) | public EsiAPIAttributes() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICalendarEvent.cs class EsiAPICalendarEvent (line 8) | [DataContract] method EsiAPICalendarEvent (line 13) | public EsiAPICalendarEvent() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICalendarEventAttendees.cs class EsiAPICalendarEventAttendees (line 7) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICalendarEvents.cs class EsiAPICalendarEvents (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICharacterNames.cs class EsiAPICharacterNames (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICharacterSheet.cs class EsiAPICharacterSheet (line 14) | [DataContract] method EsiAPICharacterSheet (line 19) | public EsiAPICharacterSheet() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIClones.cs class EsiAPIClones (line 11) | [DataContract] method EsiAPIClones (line 17) | public EsiAPIClones() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIContactNotifications.cs class EsiAPIContactNotifications (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIContactsList.cs class EsiAPIContactsList (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIContractBids.cs class EsiAPIContractBids (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIContractItems.cs class EsiAPIContractItems (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIContracts.cs class EsiAPIContracts (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICorpAccountBalance.cs class EsiAPICorpAccountBalance (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPICorporationSheet.cs class EsiAPICorporationSheet (line 11) | [DataContract] method EsiAPICorporationSheet (line 16) | public EsiAPICorporationSheet() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIDivisions.cs class EsiAPIDivisions (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIEmploymentHistory.cs class EsiAPIEmploymentHistory (line 7) | [CollectionDataContract] method ToXMLItem (line 10) | public IEnumerable ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIError.cs class EsiAPIError (line 9) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIEveFactionWars.cs class EsiAPIEveFactionWars (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIEveFactionalWarfareStats.cs class EsiAPIEveFactionalWarfareStats (line 7) | [CollectionDataContract] method ToXMLItem (line 10) | public SerializableAPIEveFactionalWarfareStats ToXMLItem(EsiAPIEveFact... FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIFactionalWarfareStats.cs class EsiAPIFactionalWarfareStats (line 10) | [DataContract] method EsiAPIFactionalWarfareStats (line 15) | public EsiAPIFactionalWarfareStats() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIIndustryJobs.cs class EsiAPIIndustryJobs (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIJumpFatigue.cs class EsiAPIJumpFatigue (line 10) | [DataContract] method EsiAPIJumpFatigue (line 17) | public EsiAPIJumpFatigue() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIKillLog.cs class EsiAPIKillLog (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIKillMail.cs class EsiAPIKillMail (line 9) | [DataContract] method EsiAPIKillMail (line 14) | public EsiAPIKillMail() method ToXMLItem (line 60) | public SerializableKillLogListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPILocation.cs class EsiAPILocation (line 10) | [DataContract] method ToXMLItem (line 31) | public SerializableLocation ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPILoyalty.cs class EsiAPILoyality (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIMailBody.cs class EsiAPIMailBody (line 12) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIMailMessages.cs class EsiAPIMailMessages (line 7) | [CollectionDataContract] method ToXMLItem (line 10) | public SerializableAPIMailMessages ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIMailingLists.cs class EsiAPIMailingLists (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIMarketOrders.cs class EsiAPIMarketOrders (line 8) | [CollectionDataContract] method SetAllIssuedBy (line 17) | public void SetAllIssuedBy(long id) FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIMedals.cs class EsiAPIMedals (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPINotifications.cs class EsiAPINotifications (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIPlanet.cs class EsiAPIPlanet (line 8) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIPlanetaryColoniesList.cs class EsiAPIPlanetaryColoniesList (line 7) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIPlanetaryColony.cs class EsiAPIPlanetaryColony (line 9) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIResearchPoints.cs class EsiAPIResearchPoints (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIServerStatus.cs class EsiAPIServerStatus (line 11) | [DataContract] method EsiAPIServerStatus (line 16) | public EsiAPIServerStatus() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIShip.cs class EsiAPIShip (line 8) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPISkillQueue.cs class EsiAPISkillQueue (line 8) | [CollectionDataContract] method CreateSkillQueue (line 11) | public ICollection CreateSkillQueue() method SynchronizeWithLocalClock (line 25) | void ISynchronizableWithLocalClock.SynchronizeWithLocalClock(TimeSpan ... FILE: src/EVEMon.Common/Serialization/Esi/EsiAPISkills.cs class EsiAPISkills (line 6) | [DataContract] method EsiAPISkills (line 9) | public EsiAPISkills() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPISovStructures.cs class EsiAPISovStructures (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIStandings.cs class EsiAPIStandings (line 6) | [CollectionDataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIStation.cs class EsiAPIStation (line 7) | [DataContract] method ToSerializableStation (line 43) | public SerializableStation ToSerializableStation() method ToSerializableOutpost (line 55) | public SerializableOutpost ToSerializableOutpost() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIStructure.cs class EsiAPIStructure (line 6) | [DataContract] method ToXMLItem (line 24) | public SerializableOutpost ToXMLItem(long id) FILE: src/EVEMon.Common/Serialization/Esi/EsiAPITokenInfo.cs class EsiAPITokenInfo (line 10) | [DataContract] method EsiAPITokenInfo (line 42) | public EsiAPITokenInfo() method CompareTo (line 46) | public int CompareTo(EsiAPITokenInfo other) method Equals (line 52) | public override bool Equals(object obj) method GetHashCode (line 57) | public override int GetHashCode() method ToString (line 61) | public override string ToString() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIType.cs class EsiAPIType (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIWalletJournal.cs class EsiAPIWalletJournal (line 7) | [CollectionDataContract] method ToXMLItem (line 10) | public SerializableAPIWalletJournal ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAPIWalletTransactions.cs class EsiAPIWalletTransactions (line 7) | [CollectionDataContract] method ToXMLItem (line 10) | public SerializableAPIWalletTransactions ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiAccountBalanceListItem.cs class EsiAccountBalanceListItem (line 10) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiAssetListItem.cs class EsiAssetListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiCalendarEventAttendeeListItem.cs class EsiCalendarEventAttendeeListItem (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiCalendarEventListItem.cs class EsiCalendarEventListItem (line 7) | [DataContract] method EsiCalendarEventListItem (line 12) | public EsiCalendarEventListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiCharacterBase.cs class EsiCharacterBase (line 8) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiCharacterNameListItem.cs class EsiCharacterNameListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiContactListItem.cs class EsiContactListItem (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiContactNotifyListItem.cs class EsiContactNotifyListItem (line 7) | [DataContract] method EsiContactNotifyListItem (line 12) | public EsiContactNotifyListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiContractBidsListItem.cs class EsiContractBidsListItem (line 8) | [DataContract] method EsiContractBidsListItem (line 13) | public EsiContractBidsListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiContractItemsListItem.cs class EsiContractItemsListItem (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiContractListItem.cs class EsiContractListItem (line 10) | [DataContract] method EsiContractListItem (line 22) | public EsiContractListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiDivisionListItem.cs class EsiDivisionListItem (line 9) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiEmploymentHistoryListItem.cs class EsiEmploymentHistoryListItem (line 8) | [DataContract] method EsiEmploymentHistoryListItem (line 13) | public EsiEmploymentHistoryListItem() method ToXMLItem (line 51) | public SerializableEmploymentHistoryListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiErrors.cs class EsiErrors (line 9) | public static class EsiErrors method UpdateErrors (line 59) | public static bool UpdateErrors(int errorCount, DateTime errorReset) FILE: src/EVEMon.Common/Serialization/Esi/EsiEveFactionWarfareTotals.cs class EsiEveFactionWarfareTotals (line 8) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiEveFactionWarsListItem.cs class EsiEveFactionWarsListItem (line 6) | [DataContract] method ToXMLItem (line 15) | public SerializableEveFactionWarsListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiEveFactionalWarfareStatsListItem.cs class EsiEveFactionalWarfareStatsListItem (line 6) | [DataContract] method ToXMLItem (line 24) | public SerializableEveFactionalWarfareStatsListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiJobListItem.cs class EsiJobListItem (line 10) | [DataContract] method EsiJobListItem (line 19) | public EsiJobListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiJumpCloneListItem.cs class EsiJumpCloneListItem (line 7) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiKillLogAttackersListItem.cs class EsiKillLogAttackersListItem (line 6) | [DataContract] method ToXMLItem (line 21) | public SerializableKillLogAttackersListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiKillLogItemListItem.cs class EsiKillLogItemListItem (line 7) | [DataContract] method ToXMLItem (line 29) | public SerializableKillLogItemListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiKillLogListItem.cs class EsiKillLogListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiKillLogVictim.cs class EsiKillLogVictim (line 7) | [DataContract] method EsiKillLogVictim (line 10) | public EsiKillLogVictim() method ToXMLItem (line 24) | public SerializableKillLogVictim ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiLocationBase.cs class EsiLocationBase (line 11) | [DataContract] method EsiLocationBase (line 16) | public EsiLocationBase() FILE: src/EVEMon.Common/Serialization/Esi/EsiLoyaltyListItem.cs class EsiLoyaltyListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiMailBase.cs class EsiMailBase (line 11) | [DataContract] method EsiMailBase (line 16) | public EsiMailBase() FILE: src/EVEMon.Common/Serialization/Esi/EsiMailMessagesListItem.cs class EsiMailMessagesListItem (line 6) | [DataContract] method ToXMLItem (line 15) | public SerializableMailMessagesListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiMailRecipientListItem.cs class EsiMailRecipientListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiMailingListsListItem.cs class EsiMailingListsListItem (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiMedalsListItem.cs class EsiMedalsListItem (line 8) | [DataContract] method EsiMedalsListItem (line 13) | public EsiMedalsListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiNotificationsListItem.cs class EsiNotificationsListItem (line 10) | [DataContract] method EsiNotificationsListItem (line 16) | public EsiNotificationsListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiOrderListItem.cs class EsiOrderListItem (line 11) | [DataContract] method EsiOrderListItem (line 16) | public EsiOrderListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryColonyListItem.cs class EsiPlanetaryColonyListItem (line 10) | [DataContract] method EsiPlanetaryColonyListItem (line 13) | public EsiPlanetaryColonyListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryContentsListItem.cs class EsiPlanetaryContentsListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryExtractorDetails.cs class EsiPlanetaryExtractorDetails (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryExtractorHead.cs class EsiPlanetaryExtractorHead (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryFactoryDetails.cs class EsiPlanetaryFactoryDetails (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryLink.cs class EsiPlanetaryLink (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryPin.cs class EsiPlanetaryPin (line 8) | [DataContract] method EsiPlanetaryPin (line 15) | public EsiPlanetaryPin() FILE: src/EVEMon.Common/Serialization/Esi/EsiPlanetaryRoute.cs class EsiPlanetaryRoute (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiPosition.cs class EsiPosition (line 8) | [DataContract] method EsiPosition (line 14) | public EsiPosition() : this(0.0, 0.0, 0.0) { } method EsiPosition (line 15) | public EsiPosition(double x, double y, double z) FILE: src/EVEMon.Common/Serialization/Esi/EsiRefTypeString.cs type EsiRefTypeString (line 6) | public enum EsiRefTypeString FILE: src/EVEMon.Common/Serialization/Esi/EsiResearchListItem.cs class EsiResearchListItem (line 8) | [DataContract] method EsiResearchListItem (line 13) | public EsiResearchListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiResult.cs class EsiResult (line 10) | public sealed class EsiResult : JsonResult, IAPIResult method GetCacheTimerFromResponse (line 26) | private static DateTime GetCacheTimerFromResponse(ResponseParams respo... method GetErrorCacheTime (line 52) | private static DateTime GetErrorCacheTime() => DateTime.UtcNow.AddMinu... method EsiResult (line 62) | public EsiResult(ResponseParams response, T result = default(T)) : bas... method EsiResult (line 73) | public EsiResult(HttpWebClientServiceException exception) : base(excep... method EsiResult (line 83) | public EsiResult(JsonResult wrapped) : base(wrapped) FILE: src/EVEMon.Common/Serialization/Esi/EsiSkillListItem.cs class EsiSkillListItem (line 10) | [DataContract] method ToXMLItem (line 25) | public SerializableCharacterSkill ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiSkillQueueListItem.cs class EsiSkillQueueListItem (line 8) | [DataContract] method EsiSkillQueueListItem (line 14) | public EsiSkillQueueListItem() method ToXMLItem (line 94) | public SerializableQueuedSkill ToXMLItem() method SynchronizeWithLocalClock (line 113) | void ISynchronizableWithLocalClock.SynchronizeWithLocalClock(TimeSpan ... FILE: src/EVEMon.Common/Serialization/Esi/EsiSovStructureListItem.cs class EsiSovStructureListItem (line 7) | [DataContract] method EsiSovStructureListItem (line 13) | public EsiSovStructureListItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiStandingsListItem.cs class EsiStandingsListItem (line 7) | [DataContract] FILE: src/EVEMon.Common/Serialization/Esi/EsiWalletJournalListItem.cs class EsiWalletJournalListItem (line 11) | [DataContract] method EsiWalletJournalListItem (line 17) | public EsiWalletJournalListItem() method ToXMLItem (line 104) | public SerializableWalletJournalListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Esi/EsiWalletTransactionsListItem.cs class EsiWalletTransactionsListItem (line 9) | [DataContract] method EsiWalletTransactionsListItem (line 14) | public EsiWalletTransactionsListItem() method ToXMLItem (line 66) | public SerializableWalletTransactionsListItem ToXMLItem() FILE: src/EVEMon.Common/Serialization/Eve/CCPAPIError.cs class CCPAPIError (line 8) | [XmlRoot("error")] FILE: src/EVEMon.Common/Serialization/Eve/CCPAPIResult.cs class CCPAPIResult (line 12) | [XmlRoot("eveapi")] method CCPAPIResult (line 25) | public CCPAPIResult() method CCPAPIResult (line 37) | private CCPAPIResult(Exception exception) method CCPAPIResult (line 49) | public CCPAPIResult(HttpWebClientServiceException exception) method CCPAPIResult (line 59) | public CCPAPIResult(XmlException exception) method CCPAPIResult (line 69) | public CCPAPIResult(XsltException exception) method CCPAPIResult (line 79) | public CCPAPIResult(InvalidOperationException exception) method CCPAPIResult (line 90) | public CCPAPIResult(APIErrorType error, string message) method SynchronizeWithLocalClock (line 193) | public void SynchronizeWithLocalClock(double millisecondsDrift) FILE: src/EVEMon.Common/Serialization/Eve/IAPIResult.cs type IAPIResult (line 9) | public interface IAPIResult FILE: src/EVEMon.Common/Serialization/Eve/ISerializableCharacterIdentity.cs type ISerializableCharacterIdentity (line 6) | public interface ISerializableCharacterIdentity FILE: src/EVEMon.Common/Serialization/Eve/ISerializableWithLocalClock.cs type ISynchronizableWithLocalClock (line 8) | internal interface ISynchronizableWithLocalClock method SynchronizeWithLocalClock (line 15) | void SynchronizeWithLocalClock(TimeSpan drift); FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPICharacterSheet.cs class SerializableAPICharacterSheet (line 10) | public sealed class SerializableAPICharacterSheet : SerializableCharacte... method SerializableAPICharacterSheet (line 16) | public SerializableAPICharacterSheet() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIContracts.cs class SerializableAPIContracts (line 6) | public sealed class SerializableAPIContracts method SerializableAPIContracts (line 10) | public SerializableAPIContracts() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIEveFactionalWarfareStats.cs class SerializableAPIEveFactionalWarfareStats (line 6) | public sealed class SerializableAPIEveFactionalWarfareStats method SerializableAPIEveFactionalWarfareStats (line 14) | public SerializableAPIEveFactionalWarfareStats() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIKillLog.cs class SerializableAPIKillLog (line 9) | public sealed class SerializableAPIKillLog method SerializableAPIKillLog (line 13) | public SerializableAPIKillLog() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIMailBodies.cs class SerializableAPIMailBodies (line 9) | public sealed class SerializableAPIMailBodies method SerializableAPIMailBodies (line 13) | public SerializableAPIMailBodies() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIMailMessages.cs class SerializableAPIMailMessages (line 9) | public sealed class SerializableAPIMailMessages method SerializableAPIMailMessages (line 13) | public SerializableAPIMailMessages() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIRefTypes.cs class SerializableAPIRefTypes (line 6) | public sealed class SerializableAPIRefTypes method SerializableAPIRefTypes (line 10) | public SerializableAPIRefTypes() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIUpcomingCalendarEvents.cs class SerializableAPIUpcomingCalendarEvents (line 9) | public sealed class SerializableAPIUpcomingCalendarEvents method SerializableAPIUpcomingCalendarEvents (line 13) | public SerializableAPIUpcomingCalendarEvents() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIWalletJournal.cs class SerializableAPIWalletJournal (line 9) | public sealed class SerializableAPIWalletJournal method SerializableAPIWalletJournal (line 13) | public SerializableAPIWalletJournal() FILE: src/EVEMon.Common/Serialization/Eve/SerializableAPIWalletTransactions.cs class SerializableAPIWalletTransactions (line 9) | public sealed class SerializableAPIWalletTransactions method SerializableAPIWalletTransactions (line 13) | public SerializableAPIWalletTransactions() FILE: src/EVEMon.Common/Serialization/Eve/SerializableCalendarEventAttendeeListItem.cs class SerializableCalendarEventAttendeeListItem (line 7) | public sealed class SerializableCalendarEventAttendeeListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterAttributes.cs class SerializableCharacterAttributes (line 9) | public sealed class SerializableCharacterAttributes method SerializableCharacterAttributes (line 11) | public SerializableCharacterAttributes() FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterCertificate.cs class SerializableCharacterCertificate (line 8) | public sealed class SerializableCharacterCertificate FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterJumpClone.cs class SerializableCharacterJumpClone (line 5) | public sealed class SerializableCharacterJumpClone FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterJumpCloneImplant.cs class SerializableCharacterJumpCloneImplant (line 5) | public sealed class SerializableCharacterJumpCloneImplant FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterListItem.cs class SerializableCharacterListItem (line 12) | public class SerializableCharacterListItem : ISerializableCharacterIdentity FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterNameListItem.cs class SerializableCharacterNameListItem (line 7) | public sealed class SerializableCharacterNameListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterSheetBase.cs class SerializableCharacterSheetBase (line 11) | public class SerializableCharacterSheetBase : ISerializableCharacterIden... method SerializableCharacterSheetBase (line 13) | protected SerializableCharacterSheetBase() FILE: src/EVEMon.Common/Serialization/Eve/SerializableCharacterSkill.cs class SerializableCharacterSkill (line 9) | public sealed class SerializableCharacterSkill FILE: src/EVEMon.Common/Serialization/Eve/SerializableContractListItem.cs class SerializableContractListItem (line 8) | public sealed class SerializableContractListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableEmploymentHistory.cs class SerializableEmploymentHistory (line 7) | public sealed class SerializableEmploymentHistory FILE: src/EVEMon.Common/Serialization/Eve/SerializableEmploymentHistoryListItem.cs class SerializableEmploymentHistoryListItem (line 7) | public sealed class SerializableEmploymentHistoryListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableEveFacWarfareTotals.cs class SerializableEveFacWarfareTotals (line 5) | public sealed class SerializableEveFacWarfareTotals FILE: src/EVEMon.Common/Serialization/Eve/SerializableEveFactionWarsListItem.cs class SerializableEveFactionWarsListItem (line 5) | public sealed class SerializableEveFactionWarsListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableEveFactionalWarfareStatsListItem.cs class SerializableEveFactionalWarfareStatsListItem (line 5) | public sealed class SerializableEveFactionalWarfareStatsListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableKillLogAttackersListItem.cs class SerializableKillLogAttackersListItem (line 7) | public sealed class SerializableKillLogAttackersListItem : SerializableC... FILE: src/EVEMon.Common/Serialization/Eve/SerializableKillLogItemListItem.cs class SerializableKillLogItemListItem (line 6) | public sealed class SerializableKillLogItemListItem method SerializableKillLogItemListItem (line 10) | public SerializableKillLogItemListItem() FILE: src/EVEMon.Common/Serialization/Eve/SerializableKillLogListItem.cs class SerializableKillLogListItem (line 8) | public sealed class SerializableKillLogListItem method SerializableKillLogListItem (line 13) | public SerializableKillLogListItem() FILE: src/EVEMon.Common/Serialization/Eve/SerializableKillLogVictim.cs class SerializableKillLogVictim (line 5) | public class SerializableKillLogVictim : SerializableCharacterListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableLocation.cs class SerializableLocation (line 8) | public sealed class SerializableLocation FILE: src/EVEMon.Common/Serialization/Eve/SerializableMailBodiesListItem.cs class SerializableMailBodiesListItem (line 5) | public sealed class SerializableMailBodiesListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableMailMessagesListItem.cs class SerializableMailMessagesListItem (line 9) | public sealed class SerializableMailMessagesListItem method SerializableMailMessagesListItem (line 14) | public SerializableMailMessagesListItem() FILE: src/EVEMon.Common/Serialization/Eve/SerializableNewImplant.cs class SerializableNewImplant (line 5) | public sealed class SerializableNewImplant FILE: src/EVEMon.Common/Serialization/Eve/SerializableOutpost.cs class SerializableOutpost (line 7) | public sealed class SerializableOutpost FILE: src/EVEMon.Common/Serialization/Eve/SerializableQueuedSkill.cs class SerializableQueuedSkill (line 7) | public sealed class SerializableQueuedSkill : ISynchronizableWithLocalClock method SynchronizeWithLocalClock (line 67) | void ISynchronizableWithLocalClock.SynchronizeWithLocalClock(TimeSpan ... FILE: src/EVEMon.Common/Serialization/Eve/SerializableRefTypesListItem.cs class SerializableRefTypesListItem (line 5) | public sealed class SerializableRefTypesListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableUpcomingCalendarEventsListItem.cs class SerializableUpcomingCalendarEventsListItem (line 7) | public sealed class SerializableUpcomingCalendarEventsListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableWalletJournalListItem.cs class SerializableWalletJournalListItem (line 8) | public sealed class SerializableWalletJournalListItem FILE: src/EVEMon.Common/Serialization/Eve/SerializableWalletTransactionsListItem.cs class SerializableWalletTransactionsListItem (line 7) | public sealed class SerializableWalletTransactionsListItem FILE: src/EVEMon.Common/Serialization/EveMarketData/MarketPricer/SerializableEMDItemPriceList.cs class SerializableEMDItemPriceList (line 6) | public sealed class SerializableEMDItemPriceList method SerializableEMDItemPriceList (line 13) | public SerializableEMDItemPriceList() FILE: src/EVEMon.Common/Serialization/EveMarketData/MarketPricer/SerializableEMDItemPriceListItem.cs class SerializableEMDItemPriceListItem (line 5) | public sealed class SerializableEMDItemPriceListItem FILE: src/EVEMon.Common/Serialization/EveMarketData/MarketPricer/SerializableEMDItemPrices.cs class SerializableEMDItemPrices (line 5) | [XmlRoot("emd")] FILE: src/EVEMon.Common/Serialization/EveMarketer/MarketPricer/SerializableECItemPriceItem.cs class SerializableECItemPriceItem (line 5) | public sealed class SerializableECItemPriceItem FILE: src/EVEMon.Common/Serialization/EveMarketer/MarketPricer/SerializableECItemPriceListItem.cs class SerializableECItemPriceListItem (line 5) | public sealed class SerializableECItemPriceListItem FILE: src/EVEMon.Common/Serialization/EveMarketer/MarketPricer/SerializableECItemPrices.cs class SerializableECItemPrices (line 6) | [XmlRoot("exec_api")] method SerializableECItemPrices (line 11) | public SerializableECItemPrices() FILE: src/EVEMon.Common/Serialization/Exportation/OutputAttributeEnhancer.cs class OutputAttributeEnhancer (line 10) | public sealed class OutputAttributeEnhancer FILE: src/EVEMon.Common/Serialization/Exportation/OutputCharacter.cs class OutputCharacter (line 9) | [XmlRoot("outputCharacter")] method OutputCharacter (line 15) | public OutputCharacter() FILE: src/EVEMon.Common/Serialization/Exportation/OutputPlan.cs class OutputPlan (line 6) | [XmlRoot("plan")] FILE: src/EVEMon.Common/Serialization/Exportation/OutputPlans.cs class OutputPlans (line 7) | [XmlRoot("plans")] method OutputPlans (line 12) | public OutputPlans() FILE: src/EVEMon.Common/Serialization/Exportation/OutputSkill.cs class OutputSkill (line 9) | public sealed class OutputSkill FILE: src/EVEMon.Common/Serialization/Exportation/OutputSkillGroup.cs class OutputSkillGroup (line 9) | public sealed class OutputSkillGroup method OutputSkillGroup (line 13) | public OutputSkillGroup() FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFitting.cs class SerializableClfFitting (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingChargeType.cs class SerializableClfFittingChargeType (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingDroneSet.cs class SerializableClfFittingDroneSet (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingDroneType.cs class SerializableClfFittingDroneType (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingMetaData.cs class SerializableClfFittingMetaData (line 7) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingModule.cs class SerializableClfFittingModule (line 7) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingPreset.cs class SerializableClfFittingPreset (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingClf/SerializableClfFittingShipType.cs class SerializableClfFittingShipType (line 6) | [DataContract] FILE: src/EVEMon.Common/Serialization/FittingXml/SerializableXmlFitting.cs class SerializableXmlFitting (line 6) | public sealed class SerializableXmlFitting method SerializableXmlFitting (line 10) | public SerializableXmlFitting() FILE: src/EVEMon.Common/Serialization/FittingXml/SerializableXmlFittingDescription.cs class SerializableXmlFittingDescription (line 5) | public sealed class SerializableXmlFittingDescription FILE: src/EVEMon.Common/Serialization/FittingXml/SerializableXmlFittingHardware.cs class SerializableXmlFittingHardware (line 6) | public sealed class SerializableXmlFittingHardware FILE: src/EVEMon.Common/Serialization/FittingXml/SerializableXmlFittingShipType.cs class SerializableXmlFittingShipType (line 5) | public sealed class SerializableXmlFittingShipType FILE: src/EVEMon.Common/Serialization/FittingXml/SerializableXmlFittings.cs class SerializableXmlFittings (line 5) | [XmlRoot("fittings")] FILE: src/EVEMon.Common/Serialization/Fuzzworks/SerializableFuzzworksPriceItem.cs class SerializableFuzzworksPriceItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Fuzzworks/SerializableFuzzworksPriceListItem.cs class SerializableFuzzworksPriceListItem (line 5) | [DataContract] FILE: src/EVEMon.Common/Serialization/Hammertime/HammertimeStructure.cs class HammertimeStructure (line 7) | [DataContract] method ToXMLItem (line 25) | public SerializableOutpost ToXMLItem(long id) FILE: src/EVEMon.Common/Serialization/JsonResult.cs class JsonResult (line 12) | public class JsonResult method JsonResult (line 19) | public JsonResult(ResponseParams response, T result = default(T)) method JsonResult (line 33) | protected JsonResult(Exception exception) method JsonResult (line 46) | protected JsonResult(JsonResult wrapped) method JsonResult (line 59) | public JsonResult(HttpWebClientServiceException exception) method JsonResult (line 70) | public JsonResult(InvalidDataContractException exception) method JsonResult (line 80) | public JsonResult(InvalidOperationException exception) method JsonResult (line 90) | public JsonResult(SerializationException exception) method JsonResult (line 101) | public JsonResult(ResponseParams response, string message) FILE: src/EVEMon.Common/Serialization/Osmium/Loadout/SerializableOsmiumLoadoutAuthor.cs class SerializableOsmiumLoadoutAuthor (line 3) | public sealed class SerializableOsmiumLoadoutAuthor FILE: src/EVEMon.Common/Serialization/Osmium/Loadout/SerializableOsmiumLoadoutFeed.cs class SerializableOsmiumLoadoutFeed (line 6) | public sealed class SerializableOsmiumLoadoutFeed FILE: src/EVEMon.Common/Serialization/PatchXml/SerializableDatafile.cs class SerializableDatafile (line 7) | public sealed class SerializableDatafile FILE: src/EVEMon.Common/Serialization/PatchXml/SerializablePatch.cs class SerializablePatch (line 8) | [XmlRoot("evemon")] method SerializablePatch (line 18) | public SerializablePatch() FILE: src/EVEMon.Common/Serialization/PatchXml/SerializableRelease.cs class SerializableRelease (line 7) | public sealed class SerializableRelease FILE: src/EVEMon.Common/Serialization/SerializableAPICredentials.cs class SerializableAPICredentials (line 3) | public sealed class SerializableAPICredentials FILE: src/EVEMon.Common/Serialization/SerializableAPIError.cs class SerializableAPIError (line 3) | public sealed class SerializableAPIError FILE: src/EVEMon.Common/Serialization/SerializableAPIResult.cs class SerializableAPIResult (line 5) | public sealed class SerializableAPIResult FILE: src/EVEMon.Common/Serialization/SerializableEveFlags.cs class SerializableEveFlags (line 6) | [XmlRoot("invFlags")] method SerializableEveFlags (line 11) | public SerializableEveFlags() FILE: src/EVEMon.Common/Serialization/SerializableEveFlagsListItem.cs class SerializableEveFlagsListItem (line 5) | public sealed class SerializableEveFlagsListItem FILE: src/EVEMon.Common/Serialization/SerializableEveIDToName.cs class SerializableEveIDToName (line 6) | [XmlRoot("EveIDToName")] method SerializableEveIDToName (line 11) | public SerializableEveIDToName() FILE: src/EVEMon.Common/Serialization/SerializableEveIDToNameListItem.cs class SerializableEveIDToNameListItem (line 5) | public sealed class SerializableEveIDToNameListItem FILE: src/EVEMon.Common/Serialization/SerializableNotificationRefTypes.cs class SerializableNotificationRefTypes (line 6) | [XmlRoot("NotificationRefTypes")] method SerializableNotificationRefTypes (line 11) | public SerializableNotificationRefTypes() FILE: src/EVEMon.Common/Serialization/SerializableNotificationRefTypesListItem.cs class SerializableNotificationRefTypesListItem (line 5) | public sealed class SerializableNotificationRefTypesListItem FILE: src/EVEMon.Common/Serialization/Settings/SerializableAPIKey.cs class SerializableESIKey (line 7) | public sealed class SerializableESIKey method SerializableESIKey (line 11) | public SerializableESIKey() FILE: src/EVEMon.Common/Serialization/Settings/SerializableAPIMethod.cs class SerializableAPIMethod (line 8) | public sealed class SerializableAPIMethod FILE: src/EVEMon.Common/Serialization/Settings/SerializableAPIProvider.cs class SerializableAPIProvider (line 10) | public sealed class SerializableAPIProvider method SerializableAPIProvider (line 14) | public SerializableAPIProvider() FILE: src/EVEMon.Common/Serialization/Settings/SerializableAPIUpdate.cs class SerializableAPIUpdate (line 9) | public sealed class SerializableAPIUpdate FILE: src/EVEMon.Common/Serialization/Settings/SerializableAccount.cs class SerializableAccount (line 8) | public sealed class SerializableAccount method SerializableAccount (line 10) | public SerializableAccount() method Clone (line 43) | internal SerializableAccount Clone() FILE: src/EVEMon.Common/Serialization/Settings/SerializableBuyOrder.cs class SerializableBuyOrder (line 6) | public sealed class SerializableBuyOrder : SerializableOrderBase FILE: src/EVEMon.Common/Serialization/Settings/SerializableCCPCharacter.cs class SerializableCCPCharacter (line 10) | public sealed class SerializableCCPCharacter : SerializableSettingsChara... method SerializableCCPCharacter (line 12) | public SerializableCCPCharacter() FILE: src/EVEMon.Common/Serialization/Settings/SerializableCharacterIdentity.cs class SerializableCharacterIdentity (line 8) | public sealed class SerializableCharacterIdentity FILE: src/EVEMon.Common/Serialization/Settings/SerializableContract.cs class SerializableContract (line 6) | public sealed class SerializableContract method SerializableContract (line 8) | public SerializableContract() FILE: src/EVEMon.Common/Serialization/Settings/SerializableEndPoint.cs class SerializableEndPoint (line 5) | public class SerializableEndPoint FILE: src/EVEMon.Common/Serialization/Settings/SerializableImplantSetCollection.cs class SerializableImplantSetCollection (line 9) | public sealed class SerializableImplantSetCollection method SerializableImplantSetCollection (line 13) | public SerializableImplantSetCollection() FILE: src/EVEMon.Common/Serialization/Settings/SerializableInvalidPlanEntry.cs class SerializableInvalidPlanEntry (line 9) | public sealed class SerializableInvalidPlanEntry FILE: src/EVEMon.Common/Serialization/Settings/SerializableJob.cs class SerializableJob (line 10) | public class SerializableJob FILE: src/EVEMon.Common/Serialization/Settings/SerializableOrderBase.cs class SerializableOrderBase (line 10) | public class SerializableOrderBase FILE: src/EVEMon.Common/Serialization/Settings/SerializablePlan.cs class SerializablePlan (line 11) | public class SerializablePlan method SerializablePlan (line 16) | public SerializablePlan() FILE: src/EVEMon.Common/Serialization/Settings/SerializablePlanEntry.cs class SerializablePlanEntry (line 11) | public sealed class SerializablePlanEntry method SerializablePlanEntry (line 15) | public SerializablePlanEntry() FILE: src/EVEMon.Common/Serialization/Settings/SerializablePortableEveInstallation.cs class SerializablePortableEveInstallation (line 5) | public sealed class SerializablePortableEveInstallation FILE: src/EVEMon.Common/Serialization/Settings/SerializableRecurringScheduleEntry.cs class SerializableRecurringScheduleEntry (line 7) | public sealed class SerializableRecurringScheduleEntry : SerializableSch... FILE: src/EVEMon.Common/Serialization/Settings/SerializableRemappingPoint.cs class SerializableRemappingPoint (line 10) | public sealed class SerializableRemappingPoint FILE: src/EVEMon.Common/Serialization/Settings/SerializableResearchPoint.cs class SerializableResearchPoint (line 6) | public sealed class SerializableResearchPoint FILE: src/EVEMon.Common/Serialization/Settings/SerializableScheduleEntry.cs class SerializableScheduleEntry (line 7) | public class SerializableScheduleEntry FILE: src/EVEMon.Common/Serialization/Settings/SerializableSellOrder.cs class SerializableSellOrder (line 6) | public sealed class SerializableSellOrder : SerializableOrderBase FILE: src/EVEMon.Common/Serialization/Settings/SerializableSettings.cs class SerializableSettings (line 11) | [XmlRoot("Settings")] method SerializableSettings (line 19) | public SerializableSettings() FILE: src/EVEMon.Common/Serialization/Settings/SerializableSettingsCharacter.cs class SerializableSettingsCharacter (line 10) | public class SerializableSettingsCharacter : SerializableCharacterSheetBase FILE: src/EVEMon.Common/Serialization/Settings/SerializableSettingsImplantSet.cs class SerializableSettingsImplantSet (line 10) | public sealed class SerializableSettingsImplantSet method SerializableSettingsImplantSet (line 12) | public SerializableSettingsImplantSet() method ToString (line 60) | public override string ToString() => Name; FILE: src/EVEMon.Common/Serialization/Settings/SerializableStanding.cs class SerializableStanding (line 5) | public sealed class SerializableStanding FILE: src/EVEMon.Common/Serialization/Settings/SerializableUriCharacter.cs class SerializableUriCharacter (line 8) | public sealed class SerializableUriCharacter : SerializableSettingsChara... FILE: src/EVEMon.Common/Service/AutoShrink.cs class AutoShrink (line 23) | public static class AutoShrink method Dirty (line 59) | public static void Dirty() method Dirty (line 81) | public static void Dirty(int idleMillisecondsBeforeClean) method DirtyImmediate (line 89) | public static void DirtyImmediate() method DirtyCallback (line 99) | private static void DirtyCallback(object state) FILE: src/EVEMon.Common/Service/CodeCompiler.cs class CodeCompiler (line 9) | internal class CodeCompiler method CodeCompiler (line 17) | private CodeCompiler(string[] referenceAssemblies) method GenerateAssembly (line 33) | internal static T GenerateAssembly(string[] referenceAssemblies, st... method CreateInstanceFrom (line 45) | private T CreateInstanceFrom(string codeText) where T : class method Compile (line 61) | private Assembly Compile(string codeText) FILE: src/EVEMon.Common/Service/Emailer.cs class Emailer (line 20) | public static class Emailer method SendTestMail (line 36) | public static void SendTestMail(NotificationSettings settings) method SendSkillCompletionMail (line 50) | public static void SendSkillCompletionMail(IList queueLis... method SendCompleted (line 178) | private static void SendCompleted(object sender, AsyncCompletedEventAr... method SendMail (line 218) | private static void SendMail(NotificationSettings settings, string sub... method GetClient (line 258) | private static SmtpClient GetClient(NotificationSettings settings) FILE: src/EVEMon.Common/Service/EveFlag.cs class EveFlag (line 14) | public static class EveFlag method GetFlagText (line 28) | internal static string GetFlagText(int id) method GetFlagID (line 47) | internal static int GetFlagID(string name) method EnsureInitialized (line 65) | private static void EnsureInitialized() method EnsureImportation (line 79) | private static void EnsureImportation() method Import (line 103) | private static void Import(SerializableEveFlags result) method UpdateFileAsync (line 126) | private static async Task UpdateFileAsync() method OnDownloaded (line 148) | private static void OnDownloaded(DownloadResult ... FILE: src/EVEMon.Common/Service/EveIDToName.cs class EveIDToName (line 19) | public static class EveIDToName method EveIDToName (line 38) | static EveIDToName() method EveMonClient_TimerTick (line 50) | private static async void EveMonClient_TimerTick(object sender, EventA... method GetIDToName (line 62) | internal static string GetIDToName(long id, bool bypass = false) method GetIDsToNames (line 72) | internal static IEnumerable GetIDsToNames(IEnumerable ids) method InitializeFromFile (line 85) | public static void InitializeFromFile() method Import (line 106) | private static void Import(IEnumerable cache... method CreateIDInfo (line 174) | protected override StringIDInfo CreateIDInfo(long id, string value) method FetchIDs (line 179) | protected override void FetchIDs() method OnQueryAPICharacterNameUpdated (line 206) | private void OnQueryAPICharacterNameUpdated(EsiResult method GenericIDInformation (line 300) | public GenericIDInformation(long id, string value) method OnRequestComplete (line 307) | public void OnRequestComplete(string result) method OnRequestStart (line 315) | public void OnRequestStart(string extra) method RequestAttempted (line 320) | public bool RequestAttempted(string extra) method ToString (line 325) | public override string ToString() FILE: src/EVEMon.Common/Service/EveIDToStation.cs class EveIDToStation (line 27) | public static class EveIDToStation method EveIDToStation (line 45) | static EveIDToStation() method EveMonClient_TimerTick (line 56) | private static async void EveMonClient_TimerTick(object sender, EventA... method GetIDToStation (line 68) | internal static Station GetIDToStation(long id, CCPCharacter character... method InitializeFromFile (line 86) | public static void InitializeFromFile() method Import (line 101) | private static void Import(IEnumerable entities) method UpdateOnOneSecondTickAsync (line 113) | private static Task UpdateOnOneSecondTickAsync() method SaveImmediateAsync (line 125) | public static async Task SaveImmediateAsync() method Export (line 139) | private static SerializableStationList Export() class CitadelStationProvider (line 160) | private class CitadelStationProvider : IDToObjectProvider cache... method CreateIDInfo (line 167) | protected override CitadelIDInfo CreateIDInfo(long id, SerializableO... method FetchIDs (line 172) | protected override void FetchIDs() method LoadCitadelInformationFromHammertimeAPI (line 226) | private void LoadCitadelInformationFromHammertimeAPI(CitadelIDInfo i... method OnQueryStationUpdated (line 236) | private void OnQueryStationUpdated(Task res... method LookupIDESI (line 302) | public SerializableOutpost LookupIDESI(long id, CCPCharacter charact... method TriggerEvent (line 310) | protected override void TriggerEvent() class CitadelInfo (line 321) | private sealed class CitadelInfo : IDInformation where T : class where X... method IDToObjectProvider (line 28) | protected IDToObjectProvider(IDictionary> ca... method CreateIDInfo (line 44) | protected abstract IDInformation CreateIDInfo(long id, T value); method FetchIDs (line 50) | protected abstract void FetchIDs(); method IsNeeded (line 60) | private bool IsNeeded(long id, X extra, out T value) method LookupID (line 88) | public T LookupID(long id, bool bypass = false) method LookupID (line 102) | protected T LookupID(long id, bool bypass, X extra) method LookupAllID (line 125) | public IEnumerable LookupAllID(IEnumerable ids) method OnLookupComplete (line 150) | protected void OnLookupComplete() method Prefetch (line 177) | protected virtual T Prefetch(long id) method Prefill (line 188) | public void Prefill(long id, T value) method QueueID (line 201) | private bool QueueID(long id, X extra = null) method TriggerEvent (line 230) | protected abstract void TriggerEvent(); method TryFetchIDs (line 235) | private void TryFetchIDs() type IDInformation (line 247) | internal interface IDInformation where T : class where X : class method OnRequestComplete (line 264) | void OnRequestComplete(T result); method OnRequestStart (line 270) | void OnRequestStart(X extra); method RequestAttempted (line 281) | bool RequestAttempted(X extra); FILE: src/EVEMon.Common/Service/ISSOWebServer.cs type ISSOWebServer (line 12) | interface ISSOWebServer : IDisposable method BeginWaitForCode (line 20) | void BeginWaitForCode(string state, Action> callback); method Start (line 25) | void Start(); method Stop (line 30) | void Stop(); method WaitForCodeAsync (line 37) | Task WaitForCodeAsync(string state); FILE: src/EVEMon.Common/Service/ImageService.cs class ImageService (line 16) | public static class ImageService method GetImageServerBaseUri (line 23) | public static Uri GetImageServerBaseUri(string path) => new Uri( method GetCharacterImageAsync (line 30) | internal static async Task GetCharacterImageAsync(long charId) method GetAllianceImageAsync (line 43) | public static Task GetAllianceImageAsync(PictureBox pictureBox, long a... method GetCorporationImageAsync (line 55) | public static Task GetCorporationImageAsync(PictureBox pictureBox, lon... method GetImageAsync (line 67) | private static async Task GetImageAsync(PictureBox pictureBox, string ... method GetImageAsync (line 79) | public static async Task GetImageAsync(Uri url, bool useCache =... method GetImageFromCache (line 110) | internal static Image GetImageFromCache(string filename, string direct... method GetImage (line 153) | private static Image GetImage(DownloadResult result) method AddImageToCacheAsync (line 173) | internal static async Task AddImageToCacheAsync(Image image, string fi... method GetCacheName (line 207) | private static string GetCacheName(Uri url) FILE: src/EVEMon.Common/Service/LocalXmlCache.cs class LocalXmlCache (line 16) | public static class LocalXmlCache method GetFileInfo (line 25) | public static FileInfo GetFileInfo(string filename) method GetCharacterXml (line 41) | public static IXPathNavigable GetCharacterXml(Character character) method GetCharacterUri (line 58) | [Obsolete] method Load (line 76) | public static T Load(string filename, bool deleteOnFail = false) wh... method SaveAsync (line 103) | public static async Task SaveAsync(string filename, IXPathNavigable xdoc) method Delete (line 134) | public static void Delete(string filename) method CheckFileUpToDate (line 152) | internal static bool CheckFileUpToDate(string filename, DateTime updat... FILE: src/EVEMon.Common/Service/SSOAuthenticationService.cs class SSOAuthenticationService (line 22) | public sealed class SSOAuthenticationService method GetInstance (line 29) | public static SSOAuthenticationService GetInstance() method GetTokenInfo (line 49) | public static void GetTokenInfo(string token, Action callback, ... method GetAuthenticationURL (line 146) | public Uri GetAuthenticationURL(string state, int port) method GetBasicAuthHeader (line 165) | private string GetBasicAuthHeader() method GetNewToken (line 176) | public void GetNewToken(string refreshToken, Action ca... method VerifyAuthCode (line 195) | public void VerifyAuthCode(string authCode, Action cal... method SpawnBrowserForLogin (line 217) | public void SpawnBrowserForLogin(string state, int port) method TokenFromString (line 229) | private AccessResponse TokenFromString(string data, bool isJWT, DateTi... class AccessResponse (line 270) | [DataContract] method AccessResponse (line 295) | public AccessResponse() FILE: src/EVEMon.Common/Service/SSOWebServerHttpListener.cs class SSOWebServerHttpListener (line 20) | public class SSOWebServerHttpListener : ISSOWebServer method InitResponses (line 38) | private static void InitResponses() method SSOWebServerHttpListener (line 54) | public SSOWebServerHttpListener() method BeginWaitForCode (line 81) | public void BeginWaitForCode(string state, Action> callback) method Dispose (line 89) | public void Dispose() method SendReponseAsync (line 102) | private async Task SendReponseAsync(string state, HttpListener... method Start (line 148) | public void Start() method Stop (line 164) | public void Stop() method WaitForCodeAsync (line 181) | public async Task WaitForCodeAsync(string state) FILE: src/EVEMon.Common/Settings.cs class Settings (line 27) | [EnforceUIThreadAffinity] method Settings (line 38) | static Settings() method EveMonClient_TimerTick (line 62) | private static async void EveMonClient_TimerTick(object sender, EventA... method ResetAsync (line 153) | public static async Task ResetAsync() method ImportAsync (line 169) | public static async Task ImportAsync(SerializableSettings serial, bool... method Import (line 183) | private static void Import() method ImportDataAsync (line 227) | public static async Task ImportDataAsync() method ImportData (line 242) | private static void ImportData() method OnImportCompleted (line 266) | private static void OnImportCompleted() method InitializeOrAddMissingColumns (line 312) | private static void InitializeOrAddMissingColumns() method Export (line 352) | public static SerializableSettings Export() method Initialize (line 399) | public static void Initialize() method TryDeserializeFromFileContent (line 427) | private static SerializableSettings TryDeserializeFromFileContent(stri... method RestoreAsync (line 470) | public static async Task RestoreAsync(string filename) method TryDeserializeFromFile (line 489) | private static SerializableSettings TryDeserializeFromFile() method TryDeserializeFromBackupFile (line 532) | private static SerializableSettings TryDeserializeFromBackupFile(strin... method CheckSettingsVersion (line 613) | private static void CheckSettingsVersion(SerializableSettings settings) method UpdateOnOneSecondTickAsync (line 658) | private static async Task UpdateOnOneSecondTickAsync() method Save (line 672) | public static void Save() method SaveImmediateAsync (line 681) | public static async Task SaveImmediateAsync() method CopySettingsAsync (line 715) | public static async Task CopySettingsAsync(string copyFileName) FILE: src/EVEMon.Common/SettingsObjects/AssetColumn.cs type AssetColumn (line 6) | public enum AssetColumn FILE: src/EVEMon.Common/SettingsObjects/AssetColumnSettings.cs class AssetColumnSettings (line 6) | public sealed class AssetColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/AssetSettings.cs class AssetSettings (line 16) | public sealed class AssetSettings method AssetSettings (line 23) | public AssetSettings() FILE: src/EVEMon.Common/SettingsObjects/BlueprintBrowserSettings.cs class BlueprintBrowserSettings (line 9) | public sealed class BlueprintBrowserSettings method BlueprintBrowserSettings (line 14) | public BlueprintBrowserSettings() FILE: src/EVEMon.Common/SettingsObjects/CalendarSettings.cs class CalendarSettings (line 7) | public sealed class CalendarSettings method CalendarSettings (line 12) | public CalendarSettings() FILE: src/EVEMon.Common/SettingsObjects/CertificateBrowserSettings.cs class CertificateBrowserSettings (line 6) | public sealed class CertificateBrowserSettings FILE: src/EVEMon.Common/SettingsObjects/CharacterUISettings.cs class CharacterUISettings (line 11) | public sealed class CharacterUISettings method CharacterUISettings (line 19) | public CharacterUISettings() FILE: src/EVEMon.Common/SettingsObjects/CloudStorageServiceProviderSettings.cs class CloudStorageServiceProviderSettings (line 10) | public sealed class CloudStorageServiceProviderSettings method CloudStorageServiceProviderSettings (line 14) | public CloudStorageServiceProviderSettings() FILE: src/EVEMon.Common/SettingsObjects/CombatLogSettings.cs class CombatLogSettings (line 12) | public sealed class CombatLogSettings FILE: src/EVEMon.Common/SettingsObjects/ContractColumn.cs type ContractColumn (line 9) | public enum ContractColumn FILE: src/EVEMon.Common/SettingsObjects/ContractColumnSettings.cs class ContractColumnSettings (line 6) | public sealed class ContractColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/ContractSettings.cs class ContractSettings (line 9) | public sealed class ContractSettings method ContractSettings (line 16) | public ContractSettings() FILE: src/EVEMon.Common/SettingsObjects/CustomMsgBoxSettings.cs class CustomMsgBoxSettings (line 6) | public sealed class CustomMsgBoxSettings method CustomMsgBoxSettings (line 11) | public CustomMsgBoxSettings() FILE: src/EVEMon.Common/SettingsObjects/EVEMailMessagesColumn.cs type EveMailMessagesColumn (line 9) | public enum EveMailMessagesColumn FILE: src/EVEMon.Common/SettingsObjects/EVEMailMessagesColumnSettings.cs class EveMailMessagesColumnSettings (line 5) | public sealed class EveMailMessagesColumnSettings : IColumnSettings method ToString (line 43) | public override string ToString() FILE: src/EVEMon.Common/SettingsObjects/EVEMailMessagesSettings.cs class EveMailMessagesSettings (line 15) | public sealed class EveMailMessagesSettings method EveMailMessagesSettings (line 22) | public EveMailMessagesSettings() FILE: src/EVEMon.Common/SettingsObjects/EveMailMessageColumn.cs type EveMailMessageColumn (line 9) | public enum EveMailMessageColumn FILE: src/EVEMon.Common/SettingsObjects/EveMailMessageColumnSettings.cs class EveMailMessageColumnSettings (line 6) | public sealed class EveMailMessageColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/EveMailMessageSettings.cs class EveMailMessageSettings (line 17) | public sealed class EveMailMessageSettings method EveMailMessageSettings (line 24) | public EveMailMessageSettings() FILE: src/EVEMon.Common/SettingsObjects/EveNotificationColumn.cs type EveNotificationColumn (line 9) | public enum EveNotificationColumn FILE: src/EVEMon.Common/SettingsObjects/EveNotificationColumnSettings.cs class EveNotificationColumnSettings (line 6) | public sealed class EveNotificationColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/EveNotificationSettings.cs class EveNotificationSettings (line 17) | public sealed class EveNotificationSettings method EveNotificationSettings (line 24) | public EveNotificationSettings() FILE: src/EVEMon.Common/SettingsObjects/EveNotificationsColumn.cs type EveNotificationsColumn (line 9) | public enum EveNotificationsColumn FILE: src/EVEMon.Common/SettingsObjects/EveNotificationsColumnSettings.cs class EveNotificationsColumnSettings (line 5) | public sealed class EveNotificationsColumnSettings : IColumnSettings method ToString (line 43) | public override string ToString() FILE: src/EVEMon.Common/SettingsObjects/EveNotificationsSettings.cs class EveNotificationsSettings (line 15) | public sealed class EveNotificationsSettings method EveNotificationsSettings (line 22) | public EveNotificationsSettings() FILE: src/EVEMon.Common/SettingsObjects/ExportationSettings.cs class ExportationSettings (line 5) | public sealed class ExportationSettings method ExportationSettings (line 10) | public ExportationSettings() FILE: src/EVEMon.Common/SettingsObjects/G15Settings.cs class G15Settings (line 5) | public sealed class G15Settings method G15Settings (line 10) | public G15Settings() FILE: src/EVEMon.Common/SettingsObjects/IColumnSettings.cs type IColumnSettings (line 5) | public interface IColumnSettings : ICloneable FILE: src/EVEMon.Common/SettingsObjects/IgbSettings.cs class IgbSettings (line 5) | public sealed class IgbSettings method IgbSettings (line 10) | public IgbSettings() FILE: src/EVEMon.Common/SettingsObjects/IndustryJobColumn.cs type IndustryJobColumn (line 9) | public enum IndustryJobColumn FILE: src/EVEMon.Common/SettingsObjects/IndustryJobColumnSettings.cs class IndustryJobColumnSettings (line 6) | public sealed class IndustryJobColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/IndustryJobSettings.cs class IndustryJobSettings (line 16) | public sealed class IndustryJobSettings method IndustryJobSettings (line 23) | public IndustryJobSettings() FILE: src/EVEMon.Common/SettingsObjects/ItemBrowserSettings.cs class ItemBrowserSettings (line 6) | public sealed class ItemBrowserSettings method ItemBrowserSettings (line 11) | public ItemBrowserSettings() FILE: src/EVEMon.Common/SettingsObjects/LoadoutsProviderSettings.cs class LoadoutsProviderSettings (line 9) | public sealed class LoadoutsProviderSettings method LoadoutsProviderSettings (line 16) | public LoadoutsProviderSettings() FILE: src/EVEMon.Common/SettingsObjects/MainWindowSettings.cs class MainWindowSettings (line 6) | public sealed class MainWindowSettings method MainWindowSettings (line 11) | public MainWindowSettings() FILE: src/EVEMon.Common/SettingsObjects/MarketOrderColumn.cs type MarketOrderColumn (line 9) | public enum MarketOrderColumn FILE: src/EVEMon.Common/SettingsObjects/MarketOrderColumnSettings.cs class MarketOrderColumnSettings (line 6) | public sealed class MarketOrderColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/MarketOrderSettings.cs class MarketOrderSettings (line 16) | public sealed class MarketOrderSettings method MarketOrderSettings (line 23) | public MarketOrderSettings() FILE: src/EVEMon.Common/SettingsObjects/MarketPricerSettings.cs class MarketPricerSettings (line 8) | public sealed class MarketPricerSettings method MarketPricerSettings (line 15) | public MarketPricerSettings() FILE: src/EVEMon.Common/SettingsObjects/ModifiedSerializableDictionary.cs class ModifiedSerializableDictionary (line 15) | [Serializable] method ModifiedSerializableDictionary (line 24) | private ModifiedSerializableDictionary(SerializationInfo info, Streami... method ModifiedSerializableDictionary (line 32) | public ModifiedSerializableDictionary() method ModifiedSerializableDictionary (line 40) | public ModifiedSerializableDictionary(IDictionary source) method GetSchema (line 57) | public XmlSchema GetSchema() => null; method ReadXml (line 64) | public void ReadXml(XmlReader reader) method WriteXml (line 147) | public void WriteXml(XmlWriter writer) FILE: src/EVEMon.Common/SettingsObjects/MonitoredCharacterSettings.cs class MonitoredCharacterSettings (line 8) | public sealed class MonitoredCharacterSettings method MonitoredCharacterSettings (line 13) | public MonitoredCharacterSettings() method MonitoredCharacterSettings (line 23) | public MonitoredCharacterSettings(Character character) FILE: src/EVEMon.Common/SettingsObjects/NotificationCategorySettings.cs class NotificationCategorySettings (line 9) | [Serializable] method NotificationCategorySettings (line 16) | public NotificationCategorySettings() method NotificationCategorySettings (line 26) | public NotificationCategorySettings(ToolTipNotificationBehaviour toolT... FILE: src/EVEMon.Common/SettingsObjects/NotificationSettings.cs class NotificationSettings (line 6) | public sealed class NotificationSettings method NotificationSettings (line 11) | public NotificationSettings() FILE: src/EVEMon.Common/SettingsObjects/PlanColumn.cs type PlanColumn (line 9) | public enum PlanColumn FILE: src/EVEMon.Common/SettingsObjects/PlanColumnSettings.cs class PlanColumnSettings (line 6) | public sealed class PlanColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/PlanExportSettings.cs class PlanExportSettings (line 9) | public class PlanExportSettings FILE: src/EVEMon.Common/SettingsObjects/PlanSorting.cs class PlanSorting (line 7) | public sealed class PlanSorting method PlanSorting (line 9) | public PlanSorting() FILE: src/EVEMon.Common/SettingsObjects/PlanWindowSettings.cs class PlanWindowSettings (line 17) | public sealed class PlanWindowSettings method PlanWindowSettings (line 24) | public PlanWindowSettings() FILE: src/EVEMon.Common/SettingsObjects/PlanetaryColumn.cs type PlanetaryColumn (line 6) | public enum PlanetaryColumn FILE: src/EVEMon.Common/SettingsObjects/PlanetaryColumnSettings.cs class PlanetaryColumnSettings (line 6) | public sealed class PlanetaryColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/PlanetarySettings.cs class PlanetarySettings (line 16) | public sealed class PlanetarySettings method PlanetarySettings (line 23) | public PlanetarySettings() FILE: src/EVEMon.Common/SettingsObjects/PortableEveInstallationsSettings.cs class PortableEveInstallationsSettings (line 7) | public sealed class PortableEveInstallationsSettings method PortableEveInstallationsSettings (line 11) | public PortableEveInstallationsSettings() FILE: src/EVEMon.Common/SettingsObjects/ProxyAuthentication.cs type ProxyAuthentication (line 6) | public enum ProxyAuthentication FILE: src/EVEMon.Common/SettingsObjects/ProxySettings.cs class ProxySettings (line 5) | public sealed class ProxySettings FILE: src/EVEMon.Common/SettingsObjects/ResearchColumn.cs type ResearchColumn (line 9) | public enum ResearchColumn FILE: src/EVEMon.Common/SettingsObjects/ResearchColumnSettings.cs class ResearchColumnSettings (line 6) | public sealed class ResearchColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/ResearchSettings.cs class ResearchSettings (line 16) | public sealed class ResearchSettings method ResearchSettings (line 23) | public ResearchSettings() FILE: src/EVEMon.Common/SettingsObjects/SchedulerSettings.cs class SchedulerSettings (line 7) | public sealed class SchedulerSettings method SchedulerSettings (line 11) | public SchedulerSettings() FILE: src/EVEMon.Common/SettingsObjects/SchedulerUISettings.cs class SchedulerUISettings (line 6) | public sealed class SchedulerUISettings method SchedulerUISettings (line 11) | public SchedulerUISettings() FILE: src/EVEMon.Common/SettingsObjects/SerializableColor.cs class SerializableColor (line 11) | public sealed class SerializableColor method SerializableColor (line 16) | public SerializableColor() FILE: src/EVEMon.Common/SettingsObjects/SerializableDictionary.cs class SerializableDictionary (line 11) | [Serializable] method SerializableDictionary (line 20) | private SerializableDictionary(SerializationInfo info, StreamingContex... method SerializableDictionary (line 28) | public SerializableDictionary() method SerializableDictionary (line 36) | public SerializableDictionary(IDictionary source) method GetSchema (line 53) | public XmlSchema GetSchema() => null; method ReadXml (line 60) | public void ReadXml(XmlReader reader) method WriteXml (line 97) | public void WriteXml(XmlWriter writer) FILE: src/EVEMon.Common/SettingsObjects/SerializableRectangle.cs class SerializableRectangle (line 10) | public sealed class SerializableRectangle FILE: src/EVEMon.Common/SettingsObjects/ShipBrowserSettings.cs class ShipBrowserSettings (line 6) | public sealed class ShipBrowserSettings method ShipBrowserSettings (line 11) | public ShipBrowserSettings() FILE: src/EVEMon.Common/SettingsObjects/SkillBrowserSettings.cs class SkillBrowserSettings (line 6) | public sealed class SkillBrowserSettings FILE: src/EVEMon.Common/SettingsObjects/SkillPieChartSettings.cs class SkillPieChartSettings (line 6) | public sealed class SkillPieChartSettings method SkillPieChartSettings (line 13) | public SkillPieChartSettings() FILE: src/EVEMon.Common/SettingsObjects/ToolTipNotificationBehaviour.cs type ToolTipNotificationBehaviour (line 7) | public enum ToolTipNotificationBehaviour FILE: src/EVEMon.Common/SettingsObjects/TrayPopupSettings.cs class TrayPopupSettings (line 9) | public sealed class TrayPopupSettings method TrayPopupSettings (line 14) | public TrayPopupSettings() FILE: src/EVEMon.Common/SettingsObjects/TrayTooltipSettings.cs class TrayTooltipSettings (line 5) | public sealed class TrayTooltipSettings method TrayTooltipSettings (line 10) | public TrayTooltipSettings() FILE: src/EVEMon.Common/SettingsObjects/UISettings.cs class UISettings (line 10) | public sealed class UISettings method UISettings (line 17) | public UISettings() FILE: src/EVEMon.Common/SettingsObjects/UpdatePeriodExtensions.cs class UpdatePeriodExtensions (line 9) | public static class UpdatePeriodExtensions method ToDuration (line 11) | public static TimeSpan ToDuration(this UpdatePeriod period) FILE: src/EVEMon.Common/SettingsObjects/UpdateSettings.cs class UpdateSettings (line 11) | [EnforceUIThreadAffinity] method UpdateSettings (line 19) | public UpdateSettings() FILE: src/EVEMon.Common/SettingsObjects/WalletJournalColumn.cs type WalletJournalColumn (line 6) | public enum WalletJournalColumn FILE: src/EVEMon.Common/SettingsObjects/WalletJournalColumnSettings.cs class WalletJournalColumnSettings (line 6) | public sealed class WalletJournalColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/WalletJournalSettings.cs class WalletJournalSettings (line 16) | public sealed class WalletJournalSettings method WalletJournalSettings (line 23) | public WalletJournalSettings() FILE: src/EVEMon.Common/SettingsObjects/WalletTransactionColumn.cs type WalletTransactionColumn (line 6) | public enum WalletTransactionColumn FILE: src/EVEMon.Common/SettingsObjects/WalletTransactionColumnSettings.cs class WalletTransactionColumnSettings (line 6) | public sealed class WalletTransactionColumnSettings : IColumnSettings method ToString (line 41) | public override string ToString() => Column.GetHeader(); method Clone (line 49) | public object Clone() => MemberwiseClone(); FILE: src/EVEMon.Common/SettingsObjects/WalletTransactionSettings.cs class WalletTransactionSettings (line 16) | public sealed class WalletTransactionSettings method WalletTransactionSettings (line 23) | public WalletTransactionSettings() FILE: src/EVEMon.Common/SettingsObjects/WindowLocationSettings.cs class WindowLocationSettings (line 11) | [Serializable] FILE: src/EVEMon.Common/Threading/Dispatcher.cs class Dispatcher (line 8) | public static class Dispatcher method Run (line 20) | internal static void Run(Thread thread) method Shutdown (line 36) | internal static void Shutdown() method Invoke (line 49) | public static void Invoke(Action action) method Schedule (line 62) | public static void Schedule(TimeSpan time, Action action) method OneSecondTickTimer_Tick (line 76) | private static void OneSecondTickTimer_Tick(object sender, EventArgs e) FILE: src/EVEMon.Common/UpdateManager.cs class UpdateManager (line 18) | public static class UpdateManager method DeleteInstallationFiles (line 50) | public static void DeleteInstallationFiles() method DeleteDataFiles (line 73) | public static void DeleteDataFiles() method ScheduleCheck (line 96) | private static void ScheduleCheck(TimeSpan time) method BeginCheckAsync (line 109) | private static async Task BeginCheckAsync() method OnCheckCompleted (line 144) | private static void OnCheckCompleted(DownloadResult... method ScanUpdateFeed (line 187) | private static void ScanUpdateFeed(SerializablePatch result) method ReplaceDatafile (line 267) | public static void ReplaceDatafile(string oldFilename, string newFilen... FILE: src/EVEMon.Common/Util.cs class Util (line 36) | public static class Util method OpenURL (line 43) | public static void OpenURL(Uri url) method LoadXslt (line 62) | public static XslCompiledTransform LoadXslt(string content) method DeserializeXmlFromFile (line 81) | public static T DeserializeXmlFromFile(string filename, XslCompiled... method DeserializeXmlFromString (line 136) | public static T DeserializeXmlFromString(string text, XslCompiledTr... method DeserializeDatafile (line 193) | internal static T DeserializeDatafile(string filename, XslCompiledT... method DeserializeAPIResultFromString (line 244) | internal static CCPAPIResult DeserializeAPIResultFromString(stri... method DeserializeAPIResultFromFile (line 266) | internal static CCPAPIResult DeserializeAPIResultFromFile(string... method DownloadAPIResultAsync (line 288) | internal static async Task> DownloadAPIResultAsync(... method DeserializeAPIResultCore (line 321) | private static CCPAPIResult DeserializeAPIResultCore(IXPathNavig... method DownloadXmlAsync (line 391) | public static async Task> DownloadXmlAsync(Uri url, method DownloadJsonAsync (line 457) | public static async Task> DownloadJsonAsync(Uri url, method GetXmlStringRepresentation (line 512) | public static string GetXmlStringRepresentation(IXPathNavigable doc) method SerializeToXmlDocument (line 538) | public static IXPathNavigable SerializeToXmlDocument(object data) method Transform (line 564) | public static IXPathNavigable Transform(IXPathNavigable doc, XslCompil... method GetRevisionNumber (line 592) | public static int GetRevisionNumber(string filename) method UncompressToTempFile (line 614) | public static string UncompressToTempFile(string filename) method GetXmlRootElement (line 665) | public static string GetXmlRootElement(Uri filename) method GetXmlRootElement (line 691) | public static string GetXmlRootElement(TextReader input) method CreateMD5From (line 712) | public static string CreateMD5From(string filename) method CreateMD5 (line 725) | public static string CreateMD5(Stream stream) method CreateSHA1SumFromMacAddress (line 739) | public static string CreateSHA1SumFromMacAddress() method CreateSHA1 (line 756) | public static string CreateSHA1(Stream stream) method GetMemoryStream (line 773) | public static MemoryStream GetMemoryStream(byte[] buffer = null) method GetMemoryStream (line 781) | public static MemoryStream GetMemoryStream(Stream inputStream) method GetFileStream (line 798) | public static FileStream GetFileStream(string filePath, FileMode mode ... method GZipCompress (line 808) | public static IEnumerable GZipCompress(byte[] inputData) method GZipUncompress (line 828) | public static IEnumerable GZipUncompress(byte[] inputData) method DeflateCompress (line 849) | public static IEnumerable DeflateCompress(byte[] inputData) method InflateUncompress (line 869) | public static IEnumerable InflateUncompress(byte[] inputData) method ZlibUncompress (line 890) | public static IEnumerable ZlibUncompress(byte[] inputData) method ZlibUncompress (line 912) | public static Stream ZlibUncompress(Stream inputStream) method DeserializeJson (line 933) | public static T DeserializeJson(string json) where T : class method Encrypt (line 966) | public static string Encrypt(string text, string password) method Decrypt (line 1004) | public static string Decrypt(string cipheredText, string password) method ParseJSONObject (line 1064) | private static T ParseJSONObject(Stream stream, ResponseParams resp... method ThrowJSONError (line 1091) | private static void ThrowJSONError(Stream stream, ResponseParams respo... method ParseYaml (line 1134) | internal static YamlNode ParseYaml(string text) method URLSafeBase64 (line 1149) | public static string URLSafeBase64(byte[] data) method SHA256Base64 (line 1160) | public static string SHA256Base64(byte[] data) FILE: src/EVEMon.LogitechG15/CycleEventArgs.cs class CycleEventArgs (line 5) | internal sealed class CycleEventArgs : EventArgs method CycleEventArgs (line 11) | internal CycleEventArgs(bool cycle) FILE: src/EVEMon.LogitechG15/G15Handler.cs class G15Handler (line 16) | public static class G15Handler method Initialize (line 27) | public static void Initialize() method UpdateOnTimerTick (line 53) | private static void UpdateOnTimerTick() method Start (line 88) | private static void Start() method Stop (line 124) | private static void Stop() method UpdateFromSettings (line 153) | private static void UpdateFromSettings() method UpdateG15Data (line 166) | private static void UpdateG15Data() method EveMonClient_TimerTick (line 186) | private static void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_QueuedSkillsCompleted (line 196) | private static void EveMonClient_QueuedSkillsCompleted(object sender, ... method EveMonClient_SettingsChanged (line 206) | private static void EveMonClient_SettingsChanged(object sender, EventA... method LcdDisplay_CurrentCharacterChanged (line 219) | private static void LcdDisplay_CurrentCharacterChanged(object sender, ... method LcdDisplay_APIUpdateRequested (line 227) | private static void LcdDisplay_APIUpdateRequested(object sender, Chara... method LcdDisplay_AutoCycleChanged (line 240) | private static void LcdDisplay_AutoCycleChanged(object sender, CycleEv... FILE: src/EVEMon.LogitechG15/LcdDisplay.cs class LcdDisplay (line 19) | internal sealed class LcdDisplay : IDisposable method LcdDisplay (line 77) | private LcdDisplay() method Instance (line 113) | internal static LcdDisplay Instance() => s_singleInstance ?? (s_single... method Dispose (line 197) | public void Dispose() method Dispose (line 210) | private void Dispose(bool isDisposing) method Paint (line 234) | internal void Paint() method PaintsCharacter (line 303) | private void PaintsCharacter() method RenderLines (line 388) | private void RenderLines() method RenderWalletBalance (line 404) | private void RenderWalletBalance() method RenderSkillQueueInfo (line 428) | private void RenderSkillQueueInfo() method RenderCompletionTime (line 441) | private void RenderCompletionTime() method PaintSkillCompletionMessage (line 460) | private void PaintSkillCompletionMessage() method PaintCharactersList (line 496) | private void PaintCharactersList() method RenderSelector (line 538) | private void RenderSelector() method PaintCycleSettings (line 549) | private void PaintCycleSettings() method PaintRefreshingMessage (line 568) | private void PaintRefreshingMessage() method PaintSplash (line 584) | private void PaintSplash() method ClearGraphics (line 603) | private void ClearGraphics() method UpdateSkillQueueTrainingTime (line 612) | private void UpdateSkillQueueTrainingTime() method UpdateLcdDisplay (line 640) | private unsafe void UpdateLcdDisplay() method AbbreviationFormat (line 703) | private string AbbreviationFormat(decimal value, float width) method ButtonPressedCheckTimerOnElapsed (line 747) | private void ButtonPressedCheckTimerOnElapsed(object sender, ElapsedEv... method MoveToNextChar (line 817) | private void MoveToNextChar() method SwitchState (line 837) | internal void SwitchState(LcdState state) method DisplayCharactersList (line 848) | private void DisplayCharactersList() method SkillCompleted (line 865) | internal void SkillCompleted(Character character, int skillCount) method SwitchCycle (line 875) | private void SwitchCycle() FILE: src/EVEMon.LogitechG15/LcdInterface.cs class LcdInterface (line 6) | internal static class LcdInterface method Open (line 23) | internal static void Open(string appName) method Open (line 32) | private static void Open() method Close (line 72) | internal static void Close() method DisplayBitmap (line 93) | internal static void DisplayBitmap(byte[] sampleBitmap) method ReadSoftButton (line 130) | internal static bool ReadSoftButton(int button) FILE: src/EVEMon.LogitechG15/LcdLine.cs class LcdLine (line 8) | internal sealed class LcdLine method LcdLine (line 21) | internal LcdLine(string text, Font font) method Render (line 45) | internal void Render(Graphics canvas, Graphics overlay, float offset, ... method RenderTextLine (line 61) | private void RenderTextLine(Graphics canvas, float offset) method RenderProgressLine (line 80) | private void RenderProgressLine(Graphics canvas, Graphics overlay, flo... FILE: src/EVEMon.LogitechG15/LcdState.cs type LcdState (line 3) | internal enum LcdState FILE: src/EVEMon.LogitechG15/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.PieChart/AngleChangeEventArgs.cs class AngleChangeEventArgs (line 5) | public class AngleChangeEventArgs : EventArgs method AngleChangeEventArgs (line 12) | public AngleChangeEventArgs(float oldValue, float newValue) FILE: src/EVEMon.PieChart/ColorUtil.cs type ColorUtil (line 10) | public struct ColorUtil method CreateColorWithCorrectedLightness (line 36) | public static Color CreateColorWithCorrectedLightness(Color color, flo... FILE: src/EVEMon.PieChart/EdgeColor.cs type EdgeColor (line 9) | public struct EdgeColor method GetRenderingColor (line 14) | public static Color GetRenderingColor(EdgeColorType edgeColorType, Col... method GetContrastColorType (line 52) | private static EdgeColorType GetContrastColorType(Color color, EdgeCol... method GetFullContrastColor (line 72) | private static Color GetFullContrastColor(Color color) FILE: src/EVEMon.PieChart/Enumerations.cs type ShadowStyle (line 6) | public enum ShadowStyle type EdgeColorType (line 28) | public enum EdgeColorType FILE: src/EVEMon.PieChart/GraphicsUtil.cs type GraphicsUtil (line 8) | public struct GraphicsUtil method IncludePoint (line 20) | public static RectangleF IncludePoint(RectangleF rect, PointF pointToI... method IncludePointX (line 38) | public static RectangleF IncludePointX(RectangleF rect, float pointXTo... method IncludePointY (line 62) | public static RectangleF IncludePointY(RectangleF rect, float pointYTo... FILE: src/EVEMon.PieChart/PieChart.cs class PieChart3D (line 14) | public sealed class PieChart3D : IDisposable method PieChart3D (line 120) | private PieChart3D() method PieChart3D (line 166) | public PieChart3D(float boundingRectX, float boundingRectY, float boun... method PieChart3D (line 202) | public PieChart3D(float boundingRectX, float boundingRectY, float widt... method PieChart3D (line 220) | public PieChart3D(RectangleF boundingRectangle, decimal[] values, floa... method PieChart3D (line 255) | public PieChart3D(float boundingRectX, float boundingRectY, float widt... method PieChart3D (line 278) | public PieChart3D(RectangleF boundingRectangle, decimal[] values, Colo... method PieChart3D (line 315) | public PieChart3D(float boundingRectX, float boundingRectY, float widt... method PieChart3D (line 350) | public PieChart3D(float boundingRectX, float boundingRectY, float widt... method Dispose (line 368) | public void Dispose() method Dispose (line 377) | private void Dispose(bool disposing) method Values (line 395) | private void Values(decimal[] chartValues) method Font (line 404) | public void Font(Font textFont) method ForeColor (line 412) | public void ForeColor(Color color) method ColorTypeOfEdge (line 421) | public void ColorTypeOfEdge(EdgeColorType edgeColorType) method EdgeLineWidth (line 429) | public void EdgeLineWidth(float lineWidth) method SliceRelativeHeight (line 438) | public void SliceRelativeHeight(float relativeHeight) method SliceRelativeDisplacement (line 448) | public void SliceRelativeDisplacement(float relativeDisplacement) method SliceRelativeDisplacements (line 458) | public void SliceRelativeDisplacements(float[] relativeDisplacements) method ChartSize (line 467) | public void ChartSize(SizeF size) method StyleOfShadow (line 505) | public void StyleOfShadow(ShadowStyle shadowStyle) method FitToBoundingRectangle (line 513) | public void FitToBoundingRectangle(bool fitToBoundingRect) method InitialAngle (line 521) | public void InitialAngle(float angle) method HighlightedIndex (line 531) | public void HighlightedIndex(int index) method Draw (line 542) | public void Draw(Graphics graphics) method PlaceTexts (line 564) | public void PlaceTexts(Graphics graphics) method FindPieSliceUnderPoint (line 624) | public int FindPieSliceUnderPoint(PointF point) method GetForemostPieSlice (line 731) | private static int GetForemostPieSlice(IList pieSlices) method GetFittingRectangle (line 754) | private RectangleF GetFittingRectangle() method ReadjustSlices (line 770) | private void ReadjustSlices(RectangleF newBoundingRectangle) method InitializePieSlices (line 843) | private void InitializePieSlices() method CreatePieSlice (line 971) | private static PieSlice CreatePieSlice(float boundingRectLeft, float b... method CreatePieSliceHighlighted (line 1021) | private static PieSlice CreatePieSliceHighlighted(float boundingRectLe... method GetSliceDisplacement (line 1046) | private SizeF GetSliceDisplacement(float angle, float displacementFactor) method DrawSliceSides (line 1062) | private void DrawSliceSides(Graphics graphics) method DrawBottoms (line 1129) | private void DrawBottoms(Graphics graphics) method DrawTops (line 1143) | private void DrawTops(Graphics graphics) method AreDisplacementsValid (line 1162) | private static bool AreDisplacementsValid(IEnumerable displacem... method IsDisplacementValid (line 1176) | private static bool IsDisplacementValid(float value) => value >= 0F &&... FILE: src/EVEMon.PieChart/PieChartControl.cs class PieChartControl (line 17) | public class PieChartControl : Panel method PieChartControl (line 65) | public PieChartControl() method LeftMargin (line 111) | public void LeftMargin(float left) method RightMargin (line 121) | public void RightMargin(float right) method TopMargin (line 132) | public void TopMargin(float top) method BottomMargin (line 143) | public void BottomMargin(float bottom) method FitChart (line 155) | public void FitChart(bool fit) method Values (line 166) | public void Values(decimal[] chartValues) method SliceRelativeDisplacements (line 176) | public void SliceRelativeDisplacements(float[] relativeDisplacements) method ToolTips (line 186) | public void ToolTips(string[] sliceTooltips) method Texts (line 195) | public void Texts(string[] sliceTexts) method SliceRelativeHeight (line 204) | public void SliceRelativeHeight(float relativeHeight) method StyleOfShadow (line 213) | public void StyleOfShadow(ShadowStyle shadowStyle) method ColorTypeOfEdge (line 223) | public void ColorTypeOfEdge(EdgeColorType edgeColorType) method EdgeLineWidth (line 233) | public void EdgeLineWidth(float lineWidth) method InitialAngle (line 242) | public void InitialAngle(float angle) method OnPaint (line 262) | protected override void OnPaint(PaintEventArgs e) method DoDraw (line 274) | private void DoDraw(Graphics graphics) method OnMouseEnter (line 317) | protected override void OnMouseEnter(EventArgs e) method OnMouseLeave (line 329) | protected override void OnMouseLeave(EventArgs e) method OnMouseDown (line 343) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseUp (line 354) | protected override void OnMouseUp(MouseEventArgs e) method OnMouseMove (line 366) | protected override void OnMouseMove(MouseEventArgs e) method Dispose (line 414) | protected override void Dispose(bool disposing) method GetIndex (line 448) | public int GetIndex(int sliceIndex) => m_sortOrder[sliceIndex]; method OnAngleChange (line 459) | private void OnAngleChange(EventArgs e) method CopyDataToDrawVars (line 468) | private void CopyDataToDrawVars() method OrderSlices (line 489) | public void OrderSlices(bool orderBySize) FILE: src/EVEMon.PieChart/PieSlice.cs class PieSlice (line 14) | public sealed class PieSlice : IDisposable, ICloneable method PieSlice (line 128) | private PieSlice() method PieSlice (line 161) | public PieSlice(float boundingRectX, float boundingRectY, float boundi... method PieSlice (line 207) | public PieSlice(float boundingRectX, float boundingRectY, float boundi... method PieSlice (line 253) | public PieSlice(RectangleF boundingRect, float sliceHeight, float star... method PieSlice (line 302) | public PieSlice(float boundingRectX, float boundingRectY, float boundi... method PieSlice (line 340) | public PieSlice(Rectangle boundingRect, float sliceHeight, float start... method Dispose (line 359) | public void Dispose() method Dispose (line 369) | private void Dispose(bool disposing) method Clone (line 393) | public object Clone() method Draw (line 434) | public void Draw(Graphics graphics) method Contains (line 450) | public bool Contains(PointF point) => PieSliceContainsPoint(point) method GetTextPositionOut (line 485) | public PointF GetTextPositionOut(float div) method DrawSides (line 506) | internal void DrawSides(Graphics graphics) method Split (line 532) | internal PieSlice[] Split(float splitAngle) method Readjust (line 577) | internal void Readjust(float boundingRectX, float boundingRectY, float... method DrawStartSide (line 589) | private void DrawStartSide(Graphics graphics) method DrawEndSide (line 607) | private void DrawEndSide(Graphics graphics) method DrawVisiblePeriphery (line 625) | private void DrawVisiblePeriphery(Graphics graphics) method DrawHiddenPeriphery (line 641) | private void DrawHiddenPeriphery(Graphics graphics) method DrawBottom (line 657) | internal void DrawBottom(Graphics graphics) method DrawTop (line 671) | internal void DrawTop(Graphics graphics) method GetFittingRectangle (line 684) | internal RectangleF GetFittingRectangle() method PieSliceContainsPoint (line 718) | internal bool PieSliceContainsPoint(PointF point) method PeripheryContainsPoint (line 731) | internal bool PeripheryContainsPoint(PointF point) method StartSideContainsPoint (line 748) | internal bool StartSideContainsPoint(PointF point) => SliceHeight > 0 ... method EndSideContainsPoint (line 759) | internal bool EndSideContainsPoint(PointF point) => SliceHeight > 0 &&... method BottomSurfaceSectionContainsPoint (line 770) | internal bool BottomSurfaceSectionContainsPoint(PointF point) method CreateSurfaceBrushes (line 790) | private void CreateSurfaceBrushes(Color surfaceColor, ShadowStyle shad... method DisposeBrushes (line 824) | private void DisposeBrushes() method CreateBrushForSide (line 852) | private static Brush CreateBrushForSide(Color color, double angle) method CreateBrushForPeriphery (line 868) | private Brush CreateBrushForPeriphery(Color color) method DrawCylinderSurfaceSection (line 918) | private void DrawCylinderSurfaceSection(Graphics graphics, Pen pen, Br... method TransformAngle (line 936) | private float TransformAngle(float angle) method GetActualAngle (line 955) | private float GetActualAngle(float transformedAngle) method PeripheralPoint (line 987) | private static PointF PeripheralPoint(float xCenter, float yCenter, fl... method InitializePieSlice (line 1017) | private void InitializePieSlice(float boundingRectX, float boundingRec... method InitializeSides (line 1054) | private void InitializeSides(bool startSideExists = true, bool endSide... method GetVisiblePeripherySurfaceBounds (line 1072) | private IEnumerable GetVisiblePeripherySurface... method GetHiddenPeripherySurfaceBounds (line 1119) | private IEnumerable GetHiddenPeripherySurfaceB... method CreatePathForCylinderSurfaceSection (line 1182) | private GraphicsPath CreatePathForCylinderSurfaceSection(float startAn... method CylinderSurfaceSectionContainsPoint (line 1212) | private bool CylinderSurfaceSectionContainsPoint(PointF point, PointF ... method PieSliceContainsPoint (line 1257) | private bool PieSliceContainsPoint(PointF point, float boundingRectXan... method GetEllipseRadius (line 1287) | private double GetEllipseRadius(double angle) type PeripherySurfaceBounds (line 1302) | private struct PeripherySurfaceBounds method PeripherySurfaceBounds (line 1311) | public PeripherySurfaceBounds(float startAngle, float endAngle, Poin... FILE: src/EVEMon.PieChart/Quadrilateral.cs class Quadrilateral (line 11) | public class Quadrilateral : IDisposable method Quadrilateral (line 35) | internal Quadrilateral() method Quadrilateral (line 57) | public Quadrilateral(PointF point1, PointF point2, PointF point3, Poin... method Dispose (line 76) | public void Dispose() method Dispose (line 85) | private void Dispose(bool disposing) method Draw (line 102) | public void Draw(Graphics graphics, Pen pen, Brush brush) method Contains (line 120) | public bool Contains(PointF point) method Contains (line 138) | public static bool Contains(PointF point, PointF[] cornerPoints) method DoesIntersect (line 171) | private static bool DoesIntersect(PointF point, PointF point1, PointF ... FILE: src/EVEMon.PieChart/SkillsPieChart.Designer.cs class SkillsPieChart (line 3) | partial class SkillsPieChart method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.PieChart/SkillsPieChart.cs class SkillsPieChart (line 19) | public partial class SkillsPieChart : EVEMonForm method SkillsPieChart (line 31) | public SkillsPieChart(Character character) method OnLoad (line 44) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 104) | protected override void OnFormClosing(FormClosingEventArgs e) method UpdatePieChart (line 133) | private void UpdatePieChart() method Merge (line 231) | private static void Merge(ref decimal[] targetSkillPoints, ref string[... method skillPieChartControl_AngleChange (line 296) | private void skillPieChartControl_AngleChange(object sender, EventArgs e) method pieHeight_ValueChanged (line 308) | private void pieHeight_ValueChanged(object sender, EventArgs e) method pieAngle_ValueChanged (line 318) | private void pieAngle_ValueChanged(object sender, EventArgs e) method closeButton_Click (line 328) | private void closeButton_Click(object sender, EventArgs e) method skillPieChartControl_DoubleClick (line 338) | private void skillPieChartControl_DoubleClick(object sender, EventArgs e) method saveButton_Click (line 376) | private void saveButton_Click(object sender, EventArgs e) method sortBySizeCheck_CheckedChanged (line 394) | private void sortBySizeCheck_CheckedChanged(object sender, EventArgs e) method planSelector_SelectedIndexChanged (line 404) | private void planSelector_SelectedIndexChanged(object sender, EventArg... method mergeMinorCheck_CheckedChanged (line 414) | private void mergeMinorCheck_CheckedChanged(object sender, EventArgs e) FILE: src/EVEMon.Sales/CXIParser.cs class CXIParser (line 6) | public class CXIParser : IMineralParser FILE: src/EVEMon.Sales/EveCentralParser.cs class EveCentralParser (line 6) | public class EveCentralParser : IMineralParser FILE: src/EVEMon.Sales/IMineralParser.cs type IMineralParser (line 9) | public interface IMineralParser FILE: src/EVEMon.Sales/MineralDataRequest.cs class MineralDataRequest (line 16) | public static class MineralDataRequest method Initialize (line 23) | internal static void Initialize() method Prices (line 44) | public static IEnumerable Prices(string source) method GetCourtesyText (line 58) | public static string GetCourtesyText(string source) method GetCourtesyUrl (line 72) | public static Uri GetCourtesyUrl(string source) method GetPrices (line 85) | private static IEnumerable GetPrices(IMineralParser parser) FILE: src/EVEMon.Sales/MineralParserException.cs class MineralParserException (line 8) | [Serializable] method MineralParserException (line 15) | public MineralParserException(string message) FILE: src/EVEMon.Sales/MineralPrice.cs class MineralPrice (line 3) | public sealed class MineralPrice FILE: src/EVEMon.Sales/MineralTile.Designer.cs class MineralTile (line 3) | partial class MineralTile method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Sales/MineralTile.cs class MineralTile (line 15) | public partial class MineralTile : UserControl method MineralTile (line 28) | public MineralTile() method GetImageFromCCPAsync (line 110) | private async Task GetImageFromCCPAsync(bool useFallbackUri = false) method GetImageUrl (line 132) | private Uri GetImageUrl(bool useFallbackUri) method GotImage (line 148) | private void GotImage(long id, Image image) method ShowBlankImage (line 160) | private void ShowBlankImage() method UpdateSubtotal (line 180) | private void UpdateSubtotal() method txtLastSell_TextChanged (line 207) | private void txtLastSell_TextChanged(object sender, EventArgs e) method txtStock_TextChanged (line 218) | private void txtStock_TextChanged(object sender, EventArgs e) FILE: src/EVEMon.Sales/MineralWorksheet.Designer.cs class MineralWorksheet (line 3) | partial class MineralWorksheet method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon.Sales/MineralWorksheet.cs class MineralWorksheet (line 14) | public partial class MineralWorksheet : EVEMonForm method MineralWorksheet (line 27) | public MineralWorksheet() method UpdateVisuals (line 68) | private void UpdateVisuals() method MineralWorksheet_Load (line 100) | private void MineralWorksheet_Load(object sender, EventArgs e) method OnDiposed (line 136) | private void OnDiposed(object sender, EventArgs e) method TileSubtotal_Changed (line 147) | private void TileSubtotal_Changed(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 168) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method menuItem_Click (line 183) | private void menuItem_Click(object sender, EventArgs e) method bckgrndWrkrGetPrices_DoWork (line 201) | private void bckgrndWrkrGetPrices_DoWork(object sender, DoWorkEventArg... method bckgrndWrkrGetPrices_RunWorkerCompleted (line 221) | private void bckgrndWrkrGetPrices_RunWorkerCompleted(object sender, Ru... method btnLockPrices_Click (line 252) | private void btnLockPrices_Click(object sender, EventArgs e) method tslCourtesy_Click (line 271) | private void tslCourtesy_Click(object sender, EventArgs e) method mt_MineralPriceChanged (line 281) | private void mt_MineralPriceChanged(object sender, EventArgs e) method btnReset_Click (line 291) | private void btnReset_Click(object sender, EventArgs e) method copyTotalDropDownButton_DropDownOpening (line 304) | private void copyTotalDropDownButton_DropDownOpening(object sender, Ev... method copyFormattedTotalToolStripMenuItem_Click (line 315) | private void copyFormattedTotalToolStripMenuItem_Click(object sender, ... method copyUnformattedTotalToolStripMenuItem_Click (line 334) | private void copyUnformattedTotalToolStripMenuItem_Click(object sender... FILE: src/EVEMon.Sales/Program.cs class Program (line 7) | static class Program method Main (line 12) | [STAThread] FILE: src/EVEMon.Watchdog/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: src/EVEMon.Watchdog/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon.Watchdog/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/EVEMon.Watchdog/WatchdogWindow.Designer.cs class WatchdogWindow (line 11) | partial class WatchdogWindow method Dispose (line 22) | protected override void Dispose(bool disposing) method InitializeComponent (line 37) | private void InitializeComponent() FILE: src/EVEMon.Watchdog/WatchdogWindow.cs class WatchdogWindow (line 12) | public partial class WatchdogWindow : Form method WatchdogWindow (line 21) | public WatchdogWindow(string[] args) method WatchdogWindow_Load (line 32) | private void WatchdogWindow_Load(object sender, EventArgs e) method WaitTimer_Tick (line 55) | private void WaitTimer_Tick(object sender, EventArgs e) method StartEVEMonProcess (line 74) | private void StartEVEMonProcess() method StartProcess (line 98) | private static void StartProcess(string executable, string[] arguments) FILE: src/EVEMon.WindowsApi/OSFeatureCheck.cs class OSFeatureCheck (line 8) | public static class OSFeatureCheck FILE: src/EVEMon.WindowsApi/SafeNativeMethods.cs class SafeNativeMethods (line 6) | [SuppressUnmanagedCodeSecurity] method SetCurrentProcessExplicitAppUserModelID (line 13) | [DllImport("shell32.dll")] FILE: src/EVEMon.WindowsApi/Windows7.cs class Windows7 (line 8) | public static class Windows7 method SetProcessAppId (line 14) | public static void SetProcessAppId(string appId) FILE: src/EVEMon/APIErrorHandling/APIErrorWindow.Designer.cs class ApiErrorWindow (line 3) | partial class ApiErrorWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/APIErrorHandling/APIErrorWindow.cs class ApiErrorWindow (line 20) | public partial class ApiErrorWindow : EVEMonForm method ApiErrorWindow (line 31) | public ApiErrorWindow() method DisplayTroubleshooter (line 65) | private void DisplayTroubleshooter(Exception exception) method GetTroubleshooter (line 86) | private ApiErrorTroubleshooter GetTroubleshooter(Exception exception) method troubleshooter_ErrorResolved (line 98) | private void troubleshooter_ErrorResolved(object sender, ApiErrorTroub... method PerformAction (line 120) | private void PerformAction(ResolutionAction action) method GetErrorLabelText (line 143) | private static string GetErrorLabelText(APIErrorNotificationEventArgs ... method GetErrorLabelTextDetail (line 155) | private static string GetErrorLabelTextDetail(IAPIResult result) method OnFormClosed (line 178) | protected override void OnFormClosed(FormClosedEventArgs e) method CopyToClipboardLinkLabel_LinkClicked (line 194) | private void CopyToClipboardLinkLabel_LinkClicked(object sender, LinkL... FILE: src/EVEMon/APIErrorHandling/HttpTimeoutTroubleshooter.Designer.cs class HttpTimeoutTroubleshooter (line 3) | partial class HttpTimeoutTroubleshooter method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/APIErrorHandling/HttpTimeoutTroubleshooter.cs class HttpTimeoutTroubleshooter (line 15) | public partial class HttpTimeoutTroubleshooter : ApiErrorTroubleshooter method HttpTimeoutTroubleshooter (line 20) | public HttpTimeoutTroubleshooter() method SetTimeoutButton_Click (line 62) | private void SetTimeoutButton_Click(object sender, EventArgs e) class TimeoutOption (line 71) | private class TimeoutOption method TimeoutOption (line 80) | public TimeoutOption(int seconds, string text) FILE: src/EVEMon/About/AboutWindow.Designer.cs class AboutWindow (line 3) | partial class AboutWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/About/AboutWindow.cs class AboutWindow (line 18) | public partial class AboutWindow : EVEMonForm method AboutWindow (line 26) | public AboutWindow() method devsList_SelectedIndexChanged (line 173) | private void devsList_SelectedIndexChanged(object sender, EventArgs e) method OnLoad (line 184) | protected override void OnLoad(EventArgs e) method GetVersionText (line 211) | private string GetVersionText() method AddLinkToLabel (line 246) | private static void AddLinkToLabel(LinkLabel label, string linkText, s... method AddDevelopersToListView (line 258) | private void AddDevelopersToListView() method HomePageLinkLabel_LinkClicked (line 287) | private void HomePageLinkLabel_LinkClicked(object sender, LinkLabelLin... method LinkLabel_LinkClicked (line 297) | private void LinkLabel_LinkClicked(object sender, LinkLabelLinkClicked... FILE: src/EVEMon/ApiCredentialsManagement/CharacterDeletionWindow.Designer.cs class CharacterDeletionWindow (line 3) | partial class CharacterDeletionWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/ApiCredentialsManagement/CharacterDeletionWindow.cs class CharacterDeletionWindow (line 15) | public partial class CharacterDeletionWindow : EVEMonForm method CharacterDeletionWindow (line 23) | private CharacterDeletionWindow() method CharacterDeletionWindow (line 33) | public CharacterDeletionWindow(Character character) method OnLoad (line 43) | protected override void OnLoad(EventArgs e) method deleteButton_Click (line 83) | private void deleteButton_Click(object sender, EventArgs e) method cancelButton_Click (line 97) | private void cancelButton_Click(object sender, EventArgs e) FILE: src/EVEMon/ApiCredentialsManagement/CharacterImportationWindow.Designer.cs class CharacterImportationWindow (line 7) | partial class CharacterImportationWindow method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: src/EVEMon/ApiCredentialsManagement/CharacterImportationWindow.cs class CharacterImportationWindow (line 16) | public partial class CharacterImportationWindow : EVEMonForm method CharacterImportationWindow (line 26) | public CharacterImportationWindow() method CharacterImportationWindow (line 37) | public CharacterImportationWindow(UriCharacter uriCharacter) method OnLoad (line 47) | protected override void OnLoad(EventArgs e) method radio_CheckedChanged (line 73) | private void radio_CheckedChanged(object sender, EventArgs e) method urlTextBox_TextChanged (line 87) | private void urlTextBox_TextChanged(object sender, EventArgs e) method delayQueryTimer_Tick (line 99) | private async void delayQueryTimer_Tick(object sender, EventArgs e) method fileButton_Click (line 109) | private async void fileButton_Click(object sender, EventArgs e) method TryUri (line 131) | private async Task TryUri(string uri) method okButton_Click (line 170) | private void okButton_Click(object sender, EventArgs e) FILE: src/EVEMon/ApiCredentialsManagement/EsiKeyDeletionWindow.Designer.cs class EsiKeyDeletionWindow (line 3) | sealed partial class EsiKeyDeletionWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/ApiCredentialsManagement/EsiKeyDeletionWindow.cs class EsiKeyDeletionWindow (line 14) | public sealed partial class EsiKeyDeletionWindow : EVEMonForm method EsiKeyDeletionWindow (line 21) | private EsiKeyDeletionWindow() method EsiKeyDeletionWindow (line 32) | public EsiKeyDeletionWindow(ESIKey esiKey) method OnLoad (line 44) | protected override void OnLoad(EventArgs e) method charactersListView_ItemCheck (line 93) | private void charactersListView_ItemCheck(object sender, ItemCheckEven... method deleteButton_Click (line 108) | private void deleteButton_Click(object sender, EventArgs e) FILE: src/EVEMon/ApiCredentialsManagement/EsiKeyUpdateOrAdditionWindow.Designer.cs class EsiKeyUpdateOrAdditionWindow (line 8) | partial class EsiKeyUpdateOrAdditionWindow method Dispose (line 19) | protected override void Dispose(bool disposing) method InitializeComponent (line 43) | private void InitializeComponent() FILE: src/EVEMon/ApiCredentialsManagement/EsiKeyUpdateOrAdditionWindow.cs class EsiKeyUpdateOrAdditionWindow (line 21) | public partial class EsiKeyUpdateOrAdditionWindow : EVEMonForm method EsiKeyUpdateOrAdditionWindow (line 34) | public EsiKeyUpdateOrAdditionWindow() method EsiKeyUpdateOrAdditionWindow (line 47) | public EsiKeyUpdateOrAdditionWindow(ESIKey esiKey) method StartServer (line 57) | private void StartServer() method WaitForToken (line 76) | private void WaitForToken() method UpdateTokens (line 85) | private void UpdateTokens(Task results) method OnLoad (line 108) | protected override void OnLoad(EventArgs e) method MultiPanel_SelectionChange (line 140) | private void MultiPanel_SelectionChange(object sender, MultiPanelSelec... method UpdateButtons (line 149) | private void UpdateButtons(MultiPanelPage newPage) method ButtonPrevious_Click (line 175) | private void ButtonPrevious_Click(object sender, EventArgs e) method ButtonCancel_Click (line 187) | private void ButtonCancel_Click(object sender, EventArgs e) method ButtonNext_Click (line 198) | private void ButtonNext_Click(object sender, EventArgs e) method GoToResults (line 208) | private void GoToResults(AccessResponse response) method Complete (line 240) | private void Complete() method OnUpdated (line 255) | private void OnUpdated(object sender, ESIKeyCreationEventArgs e) method GetErrorPage (line 309) | private MultiPanelPage GetErrorPage(ESIKeyCreationEventArgs e, string ... method IDTextBox_TextChanged (line 328) | private void IDTextBox_TextChanged(object sender, EventArgs e) method VerificationCodeTextBox_TextChanged (line 339) | private void VerificationCodeTextBox_TextChanged(object sender, EventA... method LoginDeniedLinkLabel_LinkClicked (line 350) | private void LoginDeniedLinkLabel_LinkClicked(object sender, LinkLabel... method ButtonESILogin_Click (line 361) | private void ButtonESILogin_Click(object sender, EventArgs e) FILE: src/EVEMon/ApiCredentialsManagement/EsiKeysListBox.cs class EsiKeysListBox (line 18) | public sealed class EsiKeysListBox : NoFlickerListBox method EsiKeysListBox (line 32) | public EsiKeysListBox() method Dispose (line 49) | protected override void Dispose(bool disposing) method UpdateContent (line 82) | private void UpdateContent() method OnVisibleChanged (line 116) | protected override void OnVisibleChanged(EventArgs e) method OnDrawItem (line 129) | private void OnDrawItem(object sender, DrawItemEventArgs e) method DrawTexts (line 172) | private void DrawTexts(Graphics g, ESIKey esiKey, int left, int top, B... method GetIcon (line 261) | private static Image GetIcon(ESIKey apiKey) FILE: src/EVEMon/ApiCredentialsManagement/EsiKeysManagementWindow.Designer.cs class EsiKeysManagementWindow (line 5) | partial class EsiKeysManagementWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/ApiCredentialsManagement/EsiKeysManagementWindow.cs class EsiKeysManagementWindow (line 16) | public partial class EsiKeysManagementWindow : EVEMonForm method EsiKeysManagementWindow (line 25) | public EsiKeysManagementWindow() method OnLoad (line 41) | protected override void OnLoad(EventArgs e) method OnDisposing (line 71) | private void OnDisposing(object sender, EventArgs e) method OnSizeChanged (line 91) | protected override void OnSizeChanged(EventArgs e) method EveMonClient_ESIKeyCollectionChanged (line 107) | private void EveMonClient_ESIKeyCollectionChanged(object sender, Event... method EveMonClient_ESIKeyInfoUpdated (line 117) | private void EveMonClient_ESIKeyInfoUpdated(object sender, EventArgs e) method EveMonClient_CharacterCollectionChanged (line 130) | private void EveMonClient_CharacterCollectionChanged(object sender, Ev... method EveMonClient_CharacterUpdated (line 140) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_AccountStatusUpdated (line 150) | private void EveMonClient_AccountStatusUpdated(object sender, EventArg... method UpdateESIKeysList (line 166) | private void UpdateESIKeysList() method apiKeysListBox_MouseClick (line 180) | private void apiKeysListBox_MouseClick(object sender, MouseEventArgs e) method apiKeysListBox_SelectedIndexChanged (line 218) | private void apiKeysListBox_SelectedIndexChanged(object sender, EventA... method apiKeysListBox_MouseDoubleClick (line 229) | private void apiKeysListBox_MouseDoubleClick(object sender, MouseEvent... method editAPIKeyMenu_Click (line 255) | private void editAPIKeyMenu_Click(object sender, EventArgs e) method addESIKeyMenu_Click (line 269) | private void addESIKeyMenu_Click(object sender, EventArgs e) method deleteESIKeyMenu_Click (line 282) | private void deleteESIKeyMenu_Click(object sender, EventArgs e) method esiKeysListBox_KeyDown (line 302) | private void esiKeysListBox_KeyDown(object sender, KeyEventArgs e) method UpdateCharactersList (line 316) | private void UpdateCharactersList() method UpdateCharactersListContent (line 340) | private void UpdateCharactersListContent() method ArrangeByGroup (line 434) | private void ArrangeByGroup(ListViewGroup fileGroup, Dictionary sett... method GetHeader (line 25) | protected override string GetHeader(int key) => ((AssetColumn)key).Get... FILE: src/EVEMon/CharacterMonitoring/CharacterAssetsList.Designer.cs class CharacterAssetsList (line 3) | internal sealed partial class CharacterAssetsList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterAssetsList.cs class CharacterAssetsList (line 29) | internal sealed partial class CharacterAssetsList : UserControl, IListView method CharacterAssetsList (line 56) | public CharacterAssetsList() method OnLoad (line 181) | protected override void OnLoad(EventArgs e) method OnDisposed (line 207) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 225) | protected override async void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 262) | public void AutoResizeColumns() method UpdateColumnsAsync (line 276) | internal async Task UpdateColumnsAsync() method AddColumns (line 315) | private void AddColumns() method UpdateContentAsync (line 337) | private async Task UpdateContentAsync() method UpdateItemsCostAsync (line 391) | private async Task UpdateItemsCostAsync(IList assets) method UpdateListVisibility (line 415) | private void UpdateListVisibility() method UpdateContentByGroupAsync (line 430) | private async Task UpdateContentByGroupAsync(IEnumerable assets) method UpdateNoGroupContentAsync (line 504) | private Task UpdateNoGroupContentAsync(IEnumerable assets) method UpdateContentAsync (line 531) | private Task UpdateContentAsync(IEnumerable string.IsN... method GetToolTipText (line 761) | private string GetToolTipText(ListViewItem item) method UpdateAssetLocationAsync (line 799) | private async Task UpdateAssetLocationAsync() method exportToCSVToolStripMenuItem_Click (line 825) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method listView_ColumnReordered (line 835) | private void listView_ColumnReordered(object sender, ColumnReorderedEv... method listView_ColumnWidthChanged (line 845) | private void listView_ColumnWidthChanged(object sender, ColumnWidthCha... method listView_ColumnClick (line 862) | private void listView_ColumnClick(object sender, ColumnClickEventArgs e) method listView_MouseDown (line 886) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 899) | private void listView_MouseMove(object sender, MouseEventArgs e) method listView_MouseLeave (line 921) | private void listView_MouseLeave(object sender, EventArgs e) method listView_KeyDown (line 931) | private void listView_KeyDown(object sender, KeyEventArgs e) method contextMenu_Opening (line 947) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 983) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method EveMonClient_TimerTick (line 1019) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterAssetsUpdated (line 1037) | private async void EveMonClient_CharacterAssetsUpdated(object sender, ... method EveMonClient_ConquerableStationListUpdated (line 1051) | private async void EveMonClient_ConquerableStationListUpdated(object s... method EveMonClient_EveFlagsUpdated (line 1064) | private async void EveMonClient_EveFlagsUpdated(object sender, EventAr... method EveMonClient_CharacterInfoUpdated (line 1078) | private async void EveMonClient_CharacterInfoUpdated(object sender, Ch... method EveMonClient_SettingsChanged (line 1091) | private async void EveMonClient_SettingsChanged(object sender, EventAr... method EveMonClient_ItemPricesUpdated (line 1105) | private async void EveMonClient_ItemPricesUpdated(object sender, Event... FILE: src/EVEMon/CharacterMonitoring/CharacterContactList.Designer.cs class CharacterContactList (line 3) | internal sealed partial class CharacterContactList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterContactList.cs class CharacterContactList (line 20) | internal sealed partial class CharacterContactList : UserControl method CharacterContactList (line 47) | public CharacterContactList() method OnLoad (line 92) | protected override void OnLoad(EventArgs e) method OnDisposed (line 112) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 124) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 140) | internal void UpdateContent() method lbContacts_DrawItem (line 212) | private void lbContacts_DrawItem(object sender, DrawItemEventArgs e) method lbContacts_MeasureItem (line 230) | private void lbContacts_MeasureItem(object sender, MeasureItemEventArg... method GetItemHeight (line 241) | private int GetItemHeight(object item) method DrawItem (line 254) | private void DrawItem(Contact contact, DrawItemEventArgs e) method DrawItem (line 354) | private void DrawItem(string group, DrawItemEventArgs e) method GetPreferredSize (line 400) | public override Size GetPreferredSize(Size proposedSize) => lbContacts... method contact_ContactImageUpdated (line 412) | private void contact_ContactImageUpdated(object sender, EventArgs e) method lbContacts_MouseWheel (line 423) | private void lbContacts_MouseWheel(object sender, MouseEventArgs e) method lbContacts_MouseDown (line 480) | private void lbContacts_MouseDown(object sender, MouseEventArgs e) method ToggleGroupExpandCollapse (line 526) | private void ToggleGroupExpandCollapse(string group) method GetButtonRectangle (line 546) | private Rectangle GetButtonRectangle(string group, Rectangle itemRect) method EveMonClient_CharacterContactsUpdated (line 571) | private void EveMonClient_CharacterContactsUpdated(object sender, Char... method EveMonClient_SettingsChanged (line 585) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_EveIDToNameUpdated (line 595) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterContractsList.Designer.cs class CharacterContractsList (line 3) | internal sealed partial class CharacterContractsList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterContractsList.cs class CharacterContractsList (line 28) | internal sealed partial class CharacterContractsList : UserControl, ILis... method CharacterContractsList (line 55) | public CharacterContractsList() method OnLoad (line 203) | protected override void OnLoad(EventArgs e) method OnDisposed (line 226) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 243) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 275) | public void AutoResizeColumns() method UpdateColumns (line 289) | internal void UpdateColumns() method UpdateContent (line 337) | private void UpdateContent() method UpdateListVisibility (line 395) | private void UpdateListVisibility() method UpdateContentByGroup (line 409) | private void UpdateContentByGroup(IEnumerable contracts) method UpdateContent (line 461) | private void UpdateContent(IEnumerable... method CreateSubItems (line 502) | private ListViewItem CreateSubItems(Contract contract, ListViewItem item) method AdjustColumns (line 558) | private void AdjustColumns() method UpdateSort (line 595) | private void UpdateSort() method UpdateSortVisualFeedback (line 606) | private void UpdateSortVisualFeedback() method FormatPrice (line 623) | private static string FormatPrice(decimal price) method SetColumn (line 635) | private static void SetColumn(Contract contract, ListViewItem.ListView... method IsTextMatching (line 750) | private static bool IsTextMatching(Contract x, string text) method FormatExpiration (line 770) | private static ListViewItemFormat FormatExpiration(Contract contract) method ShowContractDetails (line 806) | private void ShowContractDetails() method exportToCSVToolStripMenuItem_Click (line 829) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method lvContracts_DoubleClick (line 839) | private void lvContracts_DoubleClick(object sender, EventArgs e) method lvContracts_ColumnReordered (line 849) | private void lvContracts_ColumnReordered(object sender, ColumnReordere... method lvContracts_ColumnWidthChanged (line 859) | private void lvContracts_ColumnWidthChanged(object sender, ColumnWidth... method lvContracts_ColumnClick (line 876) | private void lvContracts_ColumnClick(object sender, ColumnClickEventAr... method listView_MouseDown (line 900) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 913) | private void listView_MouseMove(object sender, MouseEventArgs e) method listView_MouseLeave (line 935) | private void listView_MouseLeave(object sender, EventArgs e) method showDetailsToolStripMenuItem_Click (line 945) | private void showDetailsToolStripMenuItem_Click(object sender, EventAr... method contextMenu_Opening (line 955) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 1002) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method EveMonClient_TimerTick (line 1040) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_ContractsUpdated (line 1058) | private void EveMonClient_ContractsUpdated(object sender, CharacterCha... method EveMonClient_ContractItemsDownloaded (line 1072) | private void EveMonClient_ContractItemsDownloaded(object sender, Chara... method EveMonClient_EveIDToNameUpdated (line 1085) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_ConquerableStationListUpdated (line 1095) | private void EveMonClient_ConquerableStationListUpdated(object sender,... class ListViewItemFormat (line 1113) | private class ListViewItemFormat FILE: src/EVEMon/CharacterMonitoring/CharacterEmploymentHistoryList.Designer.cs class CharacterEmploymentHistoryList (line 3) | internal sealed partial class CharacterEmploymentHistoryList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterEmploymentHistoryList.cs class CharacterEmploymentHistoryList (line 15) | internal sealed partial class CharacterEmploymentHistoryList : UserControl method CharacterEmploymentHistoryList (line 40) | public CharacterEmploymentHistoryList() method OnLoad (line 76) | protected override void OnLoad(EventArgs e) method OnDisposed (line 94) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 106) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 122) | private void UpdateContent() method lbEmploymentHistory_MeasureItem (line 174) | private void lbEmploymentHistory_MeasureItem(object sender, MeasureIte... method lbEmploymentHistory_DrawItem (line 187) | private void lbEmploymentHistory_DrawItem(object sender, DrawItemEvent... method GetPreferredSize (line 281) | public override Size GetPreferredSize(Size proposedSize) => lbEmployme... method record_EmploymentRecordImageUpdated (line 293) | private void record_EmploymentRecordImageUpdated(object sender, EventA... method lbEmploymentHistory_MouseWheel (line 304) | private void lbEmploymentHistory_MouseWheel(object sender, MouseEventA... method EveMonClient_CharacterInfoUpdated (line 366) | private void EveMonClient_CharacterInfoUpdated(object sender, Characte... method EveMonClient_SettingsChanged (line 380) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_EveIDToNameUpdated (line 390) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterEveMailMessagesList.Designer.cs class CharacterEveMailMessagesList (line 5) | internal sealed partial class CharacterEveMailMessagesList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterEveMailMessagesList.cs class CharacterEveMailMessagesList (line 27) | internal sealed partial class CharacterEveMailMessagesList : UserControl... method CharacterEveMailMessagesList (line 52) | public CharacterEveMailMessagesList() method OnLoad (line 186) | protected override void OnLoad(EventArgs e) method OnDisposed (line 207) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 222) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 255) | public void AutoResizeColumns() method UpdateColumns (line 269) | private void UpdateColumns() method UpdateContent (line 303) | private void UpdateContent() method UpdateListVisibility (line 351) | private void UpdateListVisibility() method UpdateContentByGroup (line 365) | private void UpdateContentByGroup(IEnumerable eveMailM... method UpdateContent (line 447) | private void UpdateContent(IEnumerable s... method OnSelectionChanged (line 656) | private void OnSelectionChanged() method exportToCSVToolStripMenuItem_Click (line 691) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method contextMenu_Opening (line 701) | private void contextMenu_Opening(object sender, CancelEventArgs e) method timer_Tick (line 711) | private void timer_Tick(object sender, EventArgs e) method lvMailMessages_ItemSelectionChanged (line 722) | private void lvMailMessages_ItemSelectionChanged(object sender, ListVi... method lvMailMessages_DoubleClick (line 735) | private void lvMailMessages_DoubleClick(object sender, EventArgs e) method lvMailMessages_ColumnReordered (line 745) | private void lvMailMessages_ColumnReordered(object sender, ColumnReord... method lvMailMessages_ColumnWidthChanged (line 755) | private void lvMailMessages_ColumnWidthChanged(object sender, ColumnWi... method lvMailMessages_ColumnClick (line 772) | private void lvMailMessages_ColumnClick(object sender, ColumnClickEven... method listView_MouseDown (line 796) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 809) | private void listView_MouseMove(object sender, MouseEventArgs e) method mailReadLocal_Click (line 822) | private void mailReadLocal_Click(object sender, EventArgs e) method EveMonClient_TimerTick (line 837) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterEVEMailMessagesUpdated (line 855) | private void EveMonClient_CharacterEVEMailMessagesUpdated(object sende... method EveMonClient_CharacterEVEMailingListsUpdated (line 869) | private void EveMonClient_CharacterEVEMailingListsUpdated(object sende... method EveMonClient_CharacterEVEMailBodyDownloaded (line 879) | private void EveMonClient_CharacterEVEMailBodyDownloaded(object sender... method EveMonClient_EveIDToNameUpdated (line 892) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_NotificationSent (line 902) | private void EveMonClient_NotificationSent(object sender, Notification... FILE: src/EVEMon/CharacterMonitoring/CharacterEveNotificationsList.Designer.cs class CharacterEveNotificationsList (line 5) | internal sealed partial class CharacterEveNotificationsList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterEveNotificationsList.cs class CharacterEveNotificationsList (line 27) | internal sealed partial class CharacterEveNotificationsList : UserContro... method CharacterEveNotificationsList (line 52) | public CharacterEveNotificationsList() method OnLoad (line 185) | protected override void OnLoad(EventArgs e) method OnDisposed (line 205) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 219) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 252) | public void AutoResizeColumns() method UpdateColumns (line 266) | private void UpdateColumns() method UpdateContent (line 300) | private void UpdateContent() method UpdateListVisibility (line 348) | private void UpdateListVisibility() method UpdateContentByGroup (line 362) | private void UpdateContentByGroup(IEnumerable eveNoti... method UpdateContent (line 404) | private void UpdateContent(IEnumerable ... method OnSelectionChanged (line 592) | private void OnSelectionChanged() method exportToCSVToolStripMenuItem_Click (line 620) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method timer_Tick (line 630) | private void timer_Tick(object sender, EventArgs e) method lvNotifications_ItemSelectionChanged (line 641) | private void lvNotifications_ItemSelectionChanged(object sender, ListV... method lvNotifications_DoubleClick (line 654) | private void lvNotifications_DoubleClick(object sender, EventArgs e) method lvNotifications_ColumnReordered (line 674) | private void lvNotifications_ColumnReordered(object sender, ColumnReor... method lvNotifications_ColumnWidthChanged (line 684) | private void lvNotifications_ColumnWidthChanged(object sender, ColumnW... method lvNotifications_ColumnClick (line 701) | private void lvNotifications_ColumnClick(object sender, ColumnClickEve... method listView_MouseDown (line 725) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 738) | private void listView_MouseMove(object sender, MouseEventArgs e) method EveMonClient_TimerTick (line 756) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterEVENotificationsUpdated (line 774) | private void EveMonClient_CharacterEVENotificationsUpdated(object send... method EveMonClient_EveIDToNameUpdated (line 788) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_NotificationRefTypesUpdated (line 798) | private void EveMonClient_NotificationRefTypesUpdated(object sender, E... method EveNotificationTextParser_NotificationTextParserUpdated (line 808) | private void EveNotificationTextParser_NotificationTextParserUpdated(o... FILE: src/EVEMon/CharacterMonitoring/CharacterFactionalWarfareStatsList.Designer.cs class CharacterFactionalWarfareStatsList (line 3) | internal sealed partial class CharacterFactionalWarfareStatsList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterFactionalWarfareStatsList.cs class CharacterFactionalWarfareStatsList (line 18) | internal sealed partial class CharacterFactionalWarfareStatsList : UserC... method CharacterFactionalWarfareStatsList (line 29) | public CharacterFactionalWarfareStatsList() method OnLoad (line 59) | protected override void OnLoad(EventArgs e) method OnDisposed (line 77) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 89) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 105) | private void UpdateContent() method UpdateHeader (line 148) | private void UpdateHeader() method UpdatePersonalStatsList (line 189) | private void UpdatePersonalStatsList() method CreatePersonalListViewSubItems (line 222) | private void CreatePersonalListViewSubItems(ListViewItem item) method UpdateMilitiaStatsList (line 264) | private void UpdateMilitiaStatsList() method CreateMilitiaListViewSubItems (line 297) | private void CreateMilitiaListViewSubItems(ListViewItem item) method AdjustColumns (line 376) | private void AdjustColumns(ListView listView) method GetMilitiaRank (line 417) | private string GetMilitiaRank(int rank) method GetFactionMilitiaRank (line 440) | private static T GetFactionMilitiaRank(int rank) method EveMonClient_CharacterFactionalWarfareStatsUpdated (line 457) | private void EveMonClient_CharacterFactionalWarfareStatsUpdated(object... method EveMonClient_EveFactionalWarfareStatsUpdated (line 470) | private void EveMonClient_EveFactionalWarfareStatsUpdated(object sende... method EveMonClient_SettingsChanged (line 481) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method lvPersonal_ColumnWidthChanging (line 496) | private void lvPersonal_ColumnWidthChanging(object sender, ColumnWidth... method lvMilitia_ColumnWidthChanging (line 507) | private void lvMilitia_ColumnWidthChanging(object sender, ColumnWidthC... FILE: src/EVEMon/CharacterMonitoring/CharacterIndustryJobsList.Designer.cs class CharacterIndustryJobsList (line 5) | internal sealed partial class CharacterIndustryJobsList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterIndustryJobsList.cs class CharacterIndustryJobsList (line 27) | internal sealed partial class CharacterIndustryJobsList : UserControl, I... method CharacterIndustryJobsList (line 65) | public CharacterIndustryJobsList() method OnLoad (line 225) | protected override void OnLoad(EventArgs e) method OnDisposed (line 251) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 268) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 301) | public void AutoResizeColumns() method UpdateColumns (line 315) | internal void UpdateColumns() method UpdateContent (line 361) | private void UpdateContent() method UpdateListVisibility (line 413) | private void UpdateListVisibility() method UpdateContentByGroup (line 430) | private void UpdateContentByGroup(IEnumerable jobs) method UpdateContent (line 502) | private void UpdateContent(IEnumerable string. method UpdateTimeToCompletion (line 827) | private void UpdateTimeToCompletion() method exportToCSVToolStripMenuItem_Click (line 896) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method refresh_TimerTick (line 906) | private void refresh_TimerTick(object sender, EventArgs e) method listView_ColumnReordered (line 916) | private void listView_ColumnReordered(object sender, ColumnReorderedEv... method listView_ColumnWidthChanged (line 926) | private void listView_ColumnWidthChanged(object sender, ColumnWidthCha... method listView_ColumnClick (line 947) | private void listView_ColumnClick(object sender, ColumnClickEventArgs e) method listView_MouseDown (line 971) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 984) | private void listView_MouseMove(object sender, MouseEventArgs e) method listView_MouseLeave (line 1006) | private void listView_MouseLeave(object sender, EventArgs e) method contextMenu_Opening (line 1016) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 1045) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method EveMonClient_CharacterIndustryJobsCompleted (line 1092) | private void EveMonClient_CharacterIndustryJobsCompleted(object sender... method EveMonClient_EveIDToNameUpdated (line 1102) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_IndustryJobsUpdated (line 1112) | private void EveMonClient_IndustryJobsUpdated(object sender, Character... method EveMonClient_TimerTick (line 1127) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_ConquerableStationListUpdated (line 1161) | private void EveMonClient_ConquerableStationListUpdated(object sender,... method UpdateExpPanelContent (line 1182) | private void UpdateExpPanelContent() method GetHeaderText (line 1211) | private string GetHeaderText(string header, int totalJobs, JobsIssued ... method UpdateHeaderText (line 1222) | private void UpdateHeaderText() method UpdatePanelInfo (line 1234) | private void UpdatePanelInfo() method UpdatePanelItemPosition (line 1273) | private int UpdatePanelItemPosition(int height, Label totalJobs, Label... method UpdatePanelControlPosition (line 1298) | private void UpdatePanelControlPosition() method CalculatePanelInfo (line 1325) | private void CalculatePanelInfo() method InitializeExpandablePanelControls (line 1374) | private void InitializeExpandablePanelControls() method OnExpandablePanelMouseClick (line 1425) | private void OnExpandablePanelMouseClick(object sender, MouseEventArgs e) type JobsIssued (line 1438) | private struct JobsIssued method JobsIssued (line 1452) | public JobsIssued(IEnumerable jobs, params BlueprintAct... FILE: src/EVEMon/CharacterMonitoring/CharacterKillLogList.Designer.cs class CharacterKillLogList (line 3) | internal sealed partial class CharacterKillLogList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterKillLogList.cs class CharacterKillLogList (line 31) | internal sealed partial class CharacterKillLogList : UserControl, IListView method CharacterKillLogList (line 79) | public CharacterKillLogList() method OnLoad (line 148) | protected override void OnLoad(EventArgs e) method OnDisposed (line 166) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 178) | protected override void OnVisibleChanged(EventArgs e) method UpdateKillLogView (line 198) | internal void UpdateKillLogView() method UpdateListContent (line 212) | private void UpdateListContent() method AutoResizeColumns (line 280) | public void AutoResizeColumns() method UpdateColumns (line 288) | private void UpdateColumns() method UpdateListViewContent (line 301) | private void UpdateListViewContent() method CreateSubItems (line 371) | private ListViewItem CreateSubItems(KillLog kill, ListViewItem item) method AdjustColumns (line 393) | private void AdjustColumns() method UpdateSort (line 427) | private void UpdateSort() method UpdateSortVisualFeedback (line 438) | private void UpdateSortVisualFeedback() method SetColumn (line 455) | private static void SetColumn(KillLog kill, ListViewItem.ListViewSubIt... method lbKillLog_DrawItem (line 495) | private void lbKillLog_DrawItem(object sender, DrawItemEventArgs e) method lbKillLog_MeasureItem (line 513) | private void lbKillLog_MeasureItem(object sender, MeasureItemEventArgs e) method GetItemHeight (line 525) | private int GetItemHeight(object item) method DrawItem (line 538) | private void DrawItem(KillLog killLog, DrawItemEventArgs e) method DrawKillText (line 588) | private void DrawKillText(KillLog killLog, DrawItemEventArgs e) method DrawLossText (line 645) | private void DrawLossText(KillLog killLog, DrawItemEventArgs e) method DrawItem (line 702) | private void DrawItem(string group, DrawItemEventArgs e) method GetPreferredSize (line 748) | public override Size GetPreferredSize(Size proposedSize) => lbKillLog.... method kill_KillLogVictimShipImageUpdated (line 760) | private void kill_KillLogVictimShipImageUpdated(object sender, EventAr... method lbKillLog_MouseDoubleClick (line 771) | private void lbKillLog_MouseDoubleClick(object sender, MouseEventArgs e) method lbKillLog_MouseWheel (line 781) | private void lbKillLog_MouseWheel(object sender, MouseEventArgs e) method lbKillLog_MouseDown (line 838) | private void lbKillLog_MouseDown(object sender, MouseEventArgs e) method lbKillLog_MouseMove (line 897) | private void lbKillLog_MouseMove(object sender, MouseEventArgs e) method lvKillLog_MouseDown (line 934) | private void lvKillLog_MouseDown(object sender, MouseEventArgs e) method lvKillLog_MouseMove (line 947) | private void lvKillLog_MouseMove(object sender, MouseEventArgs e) method lvKillLog_ColumnClick (line 962) | private void lvKillLog_ColumnClick(object sender, ColumnClickEventArgs e) method lvKillLog_DoubleClick (line 982) | private void lvKillLog_DoubleClick(object sender, EventArgs e) method contextMenuStrip_Opening (line 992) | private void contextMenuStrip_Opening(object sender, CancelEventArgs e) method showDetailsMenuItem_Click (line 1002) | private void showDetailsMenuItem_Click(object sender, EventArgs e) method showInShipBrowserMenuItem_Click (line 1012) | private void showInShipBrowserMenuItem_Click(object sender, EventArgs e) method copyKillInfoMenuItem_Click (line 1030) | private void copyKillInfoMenuItem_Click(object sender, EventArgs e) method IsTextMatching (line 1048) | private static bool IsTextMatching(KillLog x, string text) => string.I... method GetText (line 1061) | private static string GetText(string text1, string text2) method ToggleGroupExpandCollapse (line 1076) | private void ToggleGroupExpandCollapse(string group) method GetButtonRectangle (line 1096) | private Rectangle GetButtonRectangle(string group, Rectangle itemRect) method ShowKillDetails (line 1114) | private void ShowKillDetails() method DisplayTooltip (line 1125) | private void DisplayTooltip() method GetCopyKillInfoRect (line 1140) | private Rectangle GetCopyKillInfoRect(Rectangle rect) method EveMonClient_CharacterKillLogUpdated (line 1162) | private void EveMonClient_CharacterKillLogUpdated(object sender, Chara... method EveMonClient_EveIDToNameUpdated (line 1175) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 1186) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterLoyaltyList.Designer.cs class CharacterLoyaltyList (line 3) | partial class CharacterLoyaltyList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterLoyaltyList.cs class CharacterLoyaltyList (line 19) | internal sealed partial class CharacterLoyaltyList : UserControl method CharacterLoyaltyList (line 41) | public CharacterLoyaltyList() method OnLoad (line 71) | protected override void OnLoad(EventArgs e) method OnDisposed (line 89) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 101) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 117) | private void UpdateContent() method lbLoyalty_DrawItem (line 173) | private void lbLoyalty_DrawItem(object sender, DrawItemEventArgs e) method lbLoyalty_MeasureItem (line 187) | private void lbLoyalty_MeasureItem(object sender, MeasureItemEventArgs e) method GetItemHeight (line 198) | private int GetItemHeight(object item) method DrawItem (line 208) | private void DrawItem(Loyalty loyalty, DrawItemEventArgs e) method GetPreferredSize (line 255) | public override Size GetPreferredSize(Size proposedSize) => lbLoyalty.... method loyalty_CorpImageUpdated (line 267) | private void loyalty_CorpImageUpdated(object sender, EventArgs e) method lbLoyalty_MouseWheel (line 278) | private void lbLoyalty_MouseWheel(object sender, MouseEventArgs e) method lbLoyalty_MouseDown (line 335) | private void lbLoyalty_MouseDown(object sender, MouseEventArgs e) method EveMonClient_CharacterLoyaltyUpdated (line 363) | private void EveMonClient_CharacterLoyaltyUpdated(object sender, Chara... method EveMonClient_SettingsChanged (line 377) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_EveIDToNameUpdated (line 387) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterMarketOrdersList.Designer.cs class CharacterMarketOrdersList (line 5) | internal sealed partial class CharacterMarketOrdersList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterMarketOrdersList.cs class CharacterMarketOrdersList (line 30) | internal sealed partial class CharacterMarketOrdersList : UserControl, I... method CharacterMarketOrdersList (line 86) | public CharacterMarketOrdersList() method OnLoad (line 241) | protected override void OnLoad(EventArgs e) method OnDisposed (line 261) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 275) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 308) | public void AutoResizeColumns() method UpdateColumns (line 322) | internal void UpdateColumns() method UpdateContent (line 373) | private void UpdateContent() method UpdateListVisibility (line 430) | private void UpdateListVisibility() method UpdateContentByGroup (line 446) | private void UpdateContentByGroup(IEnumerable orders) method UpdateContent (line 508) | private void UpdateContent(IEnumerable lbMedals.G... method lbMedals_MouseWheel (line 356) | private void lbMedals_MouseWheel(object sender, MouseEventArgs e) method lbMedals_MouseDown (line 413) | private void lbMedals_MouseDown(object sender, MouseEventArgs e) method lbMedals_MouseMove (line 455) | private void lbMedals_MouseMove(object sender, MouseEventArgs e) method DisplayTooltip (line 488) | private void DisplayTooltip(Medal item) method GetTooltipText (line 505) | private static string GetTooltipText(Medal item) method ToggleGroupExpandCollapse (line 530) | private void ToggleGroupExpandCollapse(string group) method GetButtonRectangle (line 550) | private Rectangle GetButtonRectangle(string group, Rectangle itemRect) method EveMonClient_CharacterMedalsUpdated (line 575) | private void EveMonClient_CharacterMedalsUpdated(object sender, Charac... method EveMonClient_CorporationMedalsUpdated (line 588) | private void EveMonClient_CorporationMedalsUpdated(object sender, Char... method EveMonClient_EveIDToNameUpdated (line 601) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 612) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterMonitor.Designer.cs class CharacterMonitor (line 3) | internal partial class CharacterMonitor method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterMonitor.cs class CharacterMonitor (line 12) | internal sealed partial class CharacterMonitor : UserControl method CharacterMonitor (line 19) | private CharacterMonitor() method CharacterMonitor (line 30) | public CharacterMonitor(Character character) method ClearNotifications (line 44) | internal void ClearNotifications() method GetCharacterScreenshot (line 56) | internal Bitmap GetCharacterScreenshot() => Body.GetCharacterScreensho... method TestCharacterNotification (line 66) | internal static void TestCharacterNotification(Character character) FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorBody.Designer.cs class CharacterMonitorBody (line 5) | internal sealed partial class CharacterMonitorBody method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorBody.cs class CharacterMonitorBody (line 24) | internal sealed partial class CharacterMonitorBody : UserControl method CharacterMonitorBody (line 40) | public CharacterMonitorBody() method OnLoad (line 53) | protected override void OnLoad(EventArgs e) method OnVisibleChanged (line 117) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 134) | private void OnDisposed(object sender, EventArgs e) method UpdateFrequentControls (line 162) | private void UpdateFrequentControls() method UpdateInfrequentControls (line 180) | private void UpdateInfrequentControls() method UpdateFeaturesMenu (line 238) | private void UpdateFeaturesMenu() method SetVisibility (line 258) | private void SetVisibility(ToolStripButton button) method UpdatePageControls (line 295) | private void UpdatePageControls() method ToggleAdvancedFeaturesMonitoring (line 385) | private void ToggleAdvancedFeaturesMonitoring() method UpdateAdvancedFeaturesPagesSettings (line 421) | private void UpdateAdvancedFeaturesPagesSettings() method UpdateSelectedPage (line 438) | private void UpdateSelectedPage() method UpdateNotifications (line 450) | private void UpdateNotifications() method EveMonClient_TimerTick (line 466) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_APIKeyInfoUpdated (line 476) | private void EveMonClient_APIKeyInfoUpdated(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 486) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_UpdatePageControls (line 496) | private void EveMonClient_UpdatePageControls(object sender, CharacterC... method EveMonClient_NotificationInvalidated (line 509) | private void EveMonClient_NotificationInvalidated(object sender, Notif... method EveMonClient_NotificationSent (line 519) | private void EveMonClient_NotificationSent(object sender, Notification... method multiPanel_SelectionChange (line 537) | private void multiPanel_SelectionChange(object sender, MultiPanelSelec... method toolbarIcon_Click (line 567) | private void toolbarIcon_Click(object sender, EventArgs e) method toggleSkillsIcon_Click (line 604) | private void toggleSkillsIcon_Click(object sender, EventArgs e) method featureMenu_DropDownOpening (line 614) | private void featureMenu_DropDownOpening(object sender, EventArgs e) method featuresMenu_DropDownItemClicked (line 663) | private void featuresMenu_DropDownItemClicked(object sender, ToolStrip... method EnableAllToolStripMenuItem_Click (line 685) | private void EnableAllToolStripMenuItem_Click(object sender, EventArgs e) method DisableAllToolStripMenuItem_Click (line 704) | private void DisableAllToolStripMenuItem_Click(object sender, EventArg... method walletJournalCharts_Click (line 731) | private void walletJournalCharts_Click(object sender, EventArgs e) method contactsToolbarIcon_Click (line 750) | private void contactsToolbarIcon_Click(object sender, EventArgs e) method groupMenu_DropDownOpening (line 788) | private void groupMenu_DropDownOpening(object sender, EventArgs e) method groupMenu_DropDownItemClicked (line 825) | private void groupMenu_DropDownItemClicked(object sender, ToolStripIte... method searchTextBox_TextChanged (line 867) | private void searchTextBox_TextChanged(object sender, EventArgs e) method searchTextTimer_Tick (line 886) | private void searchTextTimer_Tick(object sender, EventArgs e) method searchTextDel_MouseUp (line 897) | private void searchTextDel_MouseUp(object sender, MouseEventArgs e) method preferencesMenu_DropDownOpening (line 912) | private void preferencesMenu_DropDownOpening(object sender, EventArgs e) method columnSettingsMenuItem_Click (line 1041) | private void columnSettingsMenuItem_Click(object sender, EventArgs e) method autoSizeColumnMenuItem_Click (line 1203) | private void autoSizeColumnMenuItem_Click(object sender, EventArgs e) method hideInactiveMenuItem_Click (line 1215) | private void hideInactiveMenuItem_Click(object sender, EventArgs e) method numberAbsFormatMenuItem_Click (line 1247) | private async void numberAbsFormatMenuItem_Click(object sender, EventA... method showOnlyCharMenuItem_Click (line 1295) | private void showOnlyCharMenuItem_Click(object sender, EventArgs e) method showOnlyCorpMenuItem_Click (line 1321) | private void showOnlyCorpMenuItem_Click(object sender, EventArgs e) method readingPaneMenuItem_DropDownOpening (line 1347) | private void readingPaneMenuItem_DropDownOpening(object sender, EventA... method paneRightMenuItem_Click (line 1368) | private void paneRightMenuItem_Click(object sender, EventArgs e) method paneBottomMenuItem_Click (line 1395) | private void paneBottomMenuItem_Click(object sender, EventArgs e) method paneOffMenuItem_Click (line 1422) | private void paneOffMenuItem_Click(object sender, EventArgs e) method combatLogMenuItem_Click (line 1449) | private void combatLogMenuItem_Click(object sender, EventArgs e) method showOnlyExtractorMenuItem_Click (line 1461) | private void showOnlyExtractorMenuItem_Click(object sender, EventArgs e) method CreateGroupMenuList (line 1484) | private void CreateGroupMenuList(IListView list) method GroupMenuSetting (line 1523) | private void GroupMenuSetting(ToolStripItem item, IListView list) method ClearNotifications (line 1569) | internal void ClearNotifications() method UpdateListSearchTextFilter (line 1577) | private void UpdateListSearchTextFilter() method SetCharacter (line 1592) | public void SetCharacter(Character character) method CompleteControlsInitialization (line 1604) | private void CompleteControlsInitialization() method IsEnabledFeature (line 1657) | private bool IsEnabledFeature(string text) => m_character.UISettings.A... method GetButtonMonitors (line 1664) | private List GetButtonMonitors(ToolStripItem button) method GetCharacterScreenshot (line 1712) | internal Bitmap GetCharacterScreenshot() FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorFooter.Designer.cs class CharacterMonitorFooter (line 3) | internal sealed partial class CharacterMonitorFooter method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorFooter.cs class CharacterMonitorFooter (line 16) | internal sealed partial class CharacterMonitorFooter : UserControl method CharacterMonitorFooter (line 23) | public CharacterMonitorFooter() method OnLoad (line 36) | protected override void OnLoad(EventArgs e) method OnVisibleChanged (line 69) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 85) | private void OnDisposed(object sender, EventArgs e) method UpdateFrequentControls (line 102) | private void UpdateFrequentControls() method UpdateTrainingControls (line 119) | private void UpdateTrainingControls() method UpdateTrainingSkillInfo (line 151) | private void UpdateTrainingSkillInfo() method UpdateSkillQueueInfo (line 186) | private void UpdateSkillQueueInfo() method SkillQueueIsPaused (line 212) | private bool SkillQueueIsPaused() method UpdateInfrequentControls (line 238) | private void UpdateInfrequentControls() method EveMonClient_TimerTick (line 266) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 276) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_SchedulerChanged (line 286) | private void EveMonClient_SchedulerChanged(object sender, EventArgs e) method EveMonClient_CharacterSkillQueueUpdated (line 296) | private void EveMonClient_CharacterSkillQueueUpdated(object sender, Ch... method btnUpdateCalendar_Click (line 314) | private async void btnUpdateCalendar_Click(object sender, EventArgs e) method SetCharacter (line 337) | public void SetCharacter(Character character) FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorHeader.Designer.cs class CharacterMonitorHeader (line 3) | internal sealed partial class CharacterMonitorHeader method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterMonitorHeader.cs class CharacterMonitorHeader (line 28) | internal sealed partial class CharacterMonitorHeader : UserControl method CharacterMonitorHeader (line 46) | public CharacterMonitorHeader() method OnLoad (line 65) | protected override void OnLoad(EventArgs e) method OnVisibleChanged (line 88) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 104) | private void OnDisposed(object sender, EventArgs e) method UpdateFrequentControls (line 125) | private void UpdateFrequentControls() method GetTotalSkillPoints (line 159) | private long GetTotalSkillPoints() method GetNextCloneJumpTime (line 177) | private string GetNextCloneJumpTime() method UpdateInfrequentControls (line 189) | private void UpdateInfrequentControls() method UpdateInfoControls (line 229) | private void UpdateInfoControls() method UpdateCharacterLabel (line 256) | private void UpdateCharacterLabel(IEnumerable allLabels) method UpdateAccountStatusInfo (line 281) | private void UpdateAccountStatusInfo() method SetCharacter (line 349) | public void SetCharacter(Character character) method FormatBalance (line 357) | private void FormatBalance() method RefreshThrobber (line 384) | private void RefreshThrobber() method UpdateCountdown (line 406) | private void UpdateCountdown() method SetThrobberStopped (line 438) | private void SetThrobberStopped() method SetThrobberStrobing (line 460) | private void SetThrobberStrobing(string status) method SetThrobberUpdating (line 471) | private void SetThrobberUpdating() method HideThrobber (line 482) | private void HideThrobber() method FormatAttributes (line 492) | private void FormatAttributes() method GetUpdateStatus (line 505) | private string GetUpdateStatus() method GenerateTimeToNextUpdateText (line 530) | private static string GenerateTimeToNextUpdateText(IQueryMonitor monitor) method GetStatusForMonitor (line 553) | private static string GetStatusForMonitor(IQueryMonitor monitor) method GetDetailedStatusForMonitor (line 574) | private static string GetDetailedStatusForMonitor(IQueryMonitor monitor) method CreateNewMonitorToolStripMenuItem (line 594) | private static ToolStripMenuItem CreateNewMonitorToolStripMenuItem(IQu... method SetAttributeLabel (line 624) | private void SetAttributeLabel(Control label, EveAttribute eveAttribute) method FormatSkillSummary (line 635) | private string FormatSkillSummary() method FormatRemapCloneJumpSummary (line 655) | private string FormatRemapCloneJumpSummary() method EveMonClient_CharacterLabelChanged (line 683) | private void EveMonClient_CharacterLabelChanged(object sender, LabelCh... method EveMonClient_TimerTick (line 693) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 704) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 715) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_CharacterInfoUpdated (line 727) | private void EveMonClient_CharacterInfoUpdated(object sender, Characte... method EveMonClient_ConquerableStationListUpdated (line 739) | private void EveMonClient_ConquerableStationListUpdated(object sender,... method EveMonClient_MarketOrdersUpdated (line 750) | private void EveMonClient_MarketOrdersUpdated(object sender, Character... method EveMonClient_AccountStatusUpdated (line 762) | private void EveMonClient_AccountStatusUpdated(object sender, EventArg... method CustomLabelComboBox_KeyUp (line 779) | private void CustomLabelComboBox_KeyUp(object sender, KeyEventArgs e) method CustomLabelComboBox_TextChanged (line 794) | private void CustomLabelComboBox_TextChanged(object sender, EventArgs e) method AccountStatusModeComboBox_SelectedIndexChanged (line 805) | private void AccountStatusModeComboBox_SelectedIndexChanged(object sen... method UpdateThrobber_MouseDown (line 835) | private void UpdateThrobber_MouseDown(object sender, MouseEventArgs e) method UpdateThrobber_MouseMove (line 867) | private void UpdateThrobber_MouseMove(object sender, MouseEventArgs e) method UpdateLabel_MouseHover (line 880) | private void UpdateLabel_MouseHover(object sender, EventArgs e) method ThrobberContextMenu_Opening (line 890) | private void ThrobberContextMenu_Opening(object sender, CancelEventArg... method ThrobberContextMenu_ItemClicked (line 933) | private void ThrobberContextMenu_ItemClicked(object sender, ToolStripI... method SkillSummaryLabel_MouseHover (line 966) | private void SkillSummaryLabel_MouseHover(object sender, EventArgs e) method AttributeLabel_MouseHover (line 988) | private void AttributeLabel_MouseHover(object sender, EventArgs e) method CharacterMonitorHeader_Resize (line 1005) | private void CharacterMonitorHeader_Resize(object sender, EventArgs e) method ChangeAPIKeyInfoMenuItem_Click (line 1016) | private void ChangeAPIKeyInfoMenuItem_Click(object sender, EventArgs e) method CustomLabelLink_LinkClicked (line 1032) | private void CustomLabelLink_LinkClicked(object sender, LinkLabelLinkC... FILE: src/EVEMon/CharacterMonitoring/CharacterPlanetaryList.Designer.cs class CharacterPlanetaryList (line 3) | internal sealed partial class CharacterPlanetaryList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterPlanetaryList.cs class CharacterPlanetaryList (line 26) | internal sealed partial class CharacterPlanetaryList : UserControl, ILis... method CharacterPlanetaryList (line 50) | public CharacterPlanetaryList() method OnLoad (line 184) | protected override void OnLoad(EventArgs e) method OnDisposed (line 208) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 223) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 255) | public void AutoResizeColumns() method UpdateColumns (line 269) | internal void UpdateColumns() method UpdateContent (line 315) | private void UpdateContent() method UpdateContentByGroup (line 367) | private void UpdateContentByGroup(IEnumerable pins) method UpdateNoGroupContent (line 430) | private void UpdateNoGroupContent(IEnumerable pins) method UpdateContent (line 453) | private void UpdateContent(IEnumerable str... method UpdateTimeToCompletion (line 695) | private void UpdateTimeToCompletion() method GetStateColor (line 749) | private static Color GetStateColor(PlanetaryPin pin) method exportToCSVToolStripMenuItem_Click (line 774) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method refresh_TimerTick (line 784) | private void refresh_TimerTick(object sender, EventArgs e) method listView_ColumnReordered (line 794) | private void listView_ColumnReordered(object sender, ColumnReorderedEv... method listView_ColumnWidthChanged (line 804) | private void listView_ColumnWidthChanged(object sender, ColumnWidthCha... method listView_ColumnClick (line 821) | private void listView_ColumnClick(object sender, ColumnClickEventArgs e) method listView_MouseDown (line 845) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 858) | private void listView_MouseMove(object sender, MouseEventArgs e) method contextMenu_Opening (line 871) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 887) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method EveMonClient_TimerTick (line 945) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterPlanetaryColoniesUpdated (line 979) | private void EveMonClient_CharacterPlanetaryColoniesUpdated(object sen... method EveMonClient_CharacterPlanetaryLayoutUpdated (line 992) | private void EveMonClient_CharacterPlanetaryLayoutUpdated(object sende... method EveMonClient_CharacterPlaneteryPinsCompleted (line 1006) | private void EveMonClient_CharacterPlaneteryPinsCompleted(object sende... FILE: src/EVEMon/CharacterMonitoring/CharacterResearchPointsList.Designer.cs class CharacterResearchPointsList (line 3) | internal sealed partial class CharacterResearchPointsList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterResearchPointsList.cs class CharacterResearchPointsList (line 23) | internal sealed partial class CharacterResearchPointsList : UserControl,... method CharacterResearchPointsList (line 46) | public CharacterResearchPointsList() method OnLoad (line 158) | protected override void OnLoad(EventArgs e) method OnDisposed (line 176) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 188) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 219) | public void AutoResizeColumns() method UpdateColumns (line 233) | private void UpdateColumns() method UpdateContent (line 278) | private void UpdateContent() method CreateSubItems (line 339) | private ListViewItem CreateSubItems(ResearchPoint researchPoint, ListV... method UpdateListVisibility (line 359) | private void UpdateListVisibility() method AdjustColumns (line 372) | private void AdjustColumns() method UpdateSort (line 409) | private void UpdateSort() method UpdateSortVisualFeedback (line 420) | private void UpdateSortVisualFeedback() method SetColumn (line 438) | private static void SetColumn(ResearchPoint researchPoint, ListViewIte... method IsTextMatching (line 494) | private static bool IsTextMatching(ResearchPoint x, string text) => st... method exportToCSVToolStripMenuItem_Click (line 512) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method listView_ColumnReordered (line 522) | private void listView_ColumnReordered(object sender, ColumnReorderedEv... method listView_ColumnWidthChanged (line 532) | private void listView_ColumnWidthChanged(object sender, ColumnWidthCha... method listView_ColumnClick (line 549) | private void listView_ColumnClick(object sender, ColumnClickEventArgs e) method listView_MouseDown (line 573) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 586) | private void listView_MouseMove(object sender, MouseEventArgs e) method contextMenu_Opening (line 599) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 611) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method EveMonClient_TimerTick (line 650) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterResearchPointsUpdated (line 668) | private void EveMonClient_CharacterResearchPointsUpdated(object sender... method EveMonClient_ConquerableStationListUpdated (line 682) | private void EveMonClient_ConquerableStationListUpdated(object sender,... FILE: src/EVEMon/CharacterMonitoring/CharacterSkillsList.Designer.cs class CharacterSkillsList (line 5) | internal sealed partial class CharacterSkillsList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterSkillsList.cs class CharacterSkillsList (line 24) | internal sealed partial class CharacterSkillsList : UserControl method CharacterSkillsList (line 67) | public CharacterSkillsList() method OnLoad (line 97) | protected override void OnLoad(EventArgs e) method OnDisposed (line 115) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 127) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 146) | private void UpdateContent() method GetCharacterSkills (line 210) | private IEnumerable GetCharacterSkills() method lbSkills_DrawItem (line 233) | private void lbSkills_DrawItem(object sender, DrawItemEventArgs e) method lbSkills_MeasureItem (line 251) | private void lbSkills_MeasureItem(object sender, MeasureItemEventArgs e) method GetItemHeight (line 263) | private int GetItemHeight(object item) method DrawItem (line 276) | private void DrawItem(Skill skill, DrawItemEventArgs e) method DrawBackground (line 362) | private static void DrawBackground(Skill skill, DrawItemEventArgs e) method DrawProgressionBar (line 388) | private static void DrawProgressionBar(Skill skill, DrawItemEventArgs e) method DrawBoxes (line 414) | private void DrawBoxes(Skill skill, DrawItemEventArgs e) method DrawItem (line 489) | private void DrawItem(SkillGroup group, DrawItemEventArgs e) method GetPreferredSize (line 574) | public override Size GetPreferredSize(Size proposedSize) => lbSkills.G... method ToggleAll (line 584) | public void ToggleAll() method ToggleGroupExpandCollapse (line 606) | private void ToggleGroupExpandCollapse(SkillGroup group) method ExpandSkillGroup (line 618) | private void ExpandSkillGroup(SkillGroup group) method CollapseSkillGroup (line 628) | private void CollapseSkillGroup(SkillGroup group) method lbSkills_MouseWheel (line 644) | private void lbSkills_MouseWheel(object sender, MouseEventArgs e) method lbSkills_MouseDown (line 707) | private void lbSkills_MouseDown(object sender, MouseEventArgs e) method lbSkills_MouseMove (line 765) | private void lbSkills_MouseMove(object sender, MouseEventArgs e) method contextMenuStrip_Opening (line 793) | private void contextMenuStrip_Opening(object sender, CancelEventArgs e) method BuildContextMenu (line 811) | private void BuildContextMenu(Skill skill) method DisplayTooltip (line 855) | private void DisplayTooltip(object item) method GetTooltip (line 872) | private static string GetTooltip(Skill skill) method AddSkillBoilerPlate (line 966) | private static void AddSkillBoilerPlate(StringBuilder toolTip, Skill s... method GetTooltip (line 981) | private static string GetTooltip(SkillGroup group) method GetButtonRectangle (line 1013) | private Rectangle GetButtonRectangle(SkillGroup group, Rectangle itemR... method menuPlanItem_Click (line 1034) | private static void menuPlanItem_Click(object sender, EventArgs e) method showInSkillBrowserMenuItem_Click (line 1055) | private void showInSkillBrowserMenuItem_Click(object sender, EventArgs e) method showInSkillExplorerMenuItem_Click (line 1066) | private void showInSkillExplorerMenuItem_Click(object sender, EventArg... method EveMonClient_TimerTick (line 1082) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 1096) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_SettingsChanged (line 1109) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterSkillsQueueList.Designer.cs class CharacterSkillsQueueList (line 5) | internal sealed partial class CharacterSkillsQueueList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterSkillsQueueList.cs class CharacterSkillsQueueList (line 22) | internal sealed partial class CharacterSkillsQueueList : UserControl method CharacterSkillsQueueList (line 55) | public CharacterSkillsQueueList() method OnLoad (line 90) | protected override void OnLoad(EventArgs e) method OnDisposed (line 109) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 122) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 138) | private void UpdateContent() method lbSkillsQueue_DrawItem (line 189) | private void lbSkillsQueue_DrawItem(object sender, DrawItemEventArgs e) method lbSkillsQueue_MeasureItem (line 207) | private void lbSkillsQueue_MeasureItem(object sender, MeasureItemEvent... method DrawItem (line 220) | private void DrawItem(QueuedSkill skill, DrawItemEventArgs e) method DrawProgressionBar (line 310) | private static void DrawProgressionBar(double fractionCompleted, DrawI... method DrawBoxes (line 337) | private void DrawBoxes(double fractionCompleted, QueuedSkill skill, Dr... method DrawQueueColorBar (line 389) | private void DrawQueueColorBar(QueuedSkill skill, DrawItemEventArgs e) method lbSkillsQueue_MouseWheel (line 431) | private void lbSkillsQueue_MouseWheel(object sender, MouseEventArgs e) method lbSkillsQueue_MouseDown (line 494) | private void lbSkillsQueue_MouseDown(object sender, MouseEventArgs e) method lbSkillsQueue_MouseMove (line 530) | private void lbSkillsQueue_MouseMove(object sender, MouseEventArgs e) method contextMenuStrip_Opening (line 558) | private void contextMenuStrip_Opening(object sender, CancelEventArgs e) method BuildContextMenu (line 574) | private void BuildContextMenu(QueuedSkill queuedSkill) method DisplayTooltip (line 616) | private void DisplayTooltip(QueuedSkill skill) method GetTooltip (line 635) | private static string GetTooltip(QueuedSkill skill) method AddSkillBoilerPlate (line 767) | private static void AddSkillBoilerPlate(StringBuilder toolTip, QueuedS... method tsmiCreatePlanFromSkillQueue_Click (line 781) | private void tsmiCreatePlanFromSkillQueue_Click(object sender, EventAr... method menuPlanItem_Click (line 806) | private static void menuPlanItem_Click(object sender, EventArgs e) method showInSkillBrowserMenuItem_Click (line 828) | private void showInSkillBrowserMenuItem_Click(object sender, EventArgs e) method showInSkillExplorerMenuItem_Click (line 839) | private void showInSkillExplorerMenuItem_Click(object sender, EventArg... method EveMonClient_TimerTick (line 855) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_CharacterSkillQueueUpdated (line 869) | private void EveMonClient_CharacterSkillQueueUpdated(object sender, Ch... method EveMonClient_QueuedSkillsCompleted (line 882) | private void EveMonClient_QueuedSkillsCompleted(object sender, QueuedS... method EveMonClient_SettingsChanged (line 895) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterStandingsList.Designer.cs class CharacterStandingsList (line 5) | internal sealed partial class CharacterStandingsList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterStandingsList.cs class CharacterStandingsList (line 19) | internal sealed partial class CharacterStandingsList : UserControl method CharacterStandingsList (line 46) | public CharacterStandingsList() method OnLoad (line 76) | protected override void OnLoad(EventArgs e) method OnDisposed (line 94) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 106) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 122) | private void UpdateContent() method lbStandings_DrawItem (line 187) | private void lbStandings_DrawItem(object sender, DrawItemEventArgs e) method lbStandings_MeasureItem (line 205) | private void lbStandings_MeasureItem(object sender, MeasureItemEventAr... method GetItemHeight (line 216) | private int GetItemHeight(object item) method DrawItem (line 229) | private void DrawItem(Standing standing, DrawItemEventArgs e) method DrawItem (line 300) | private void DrawItem(string group, DrawItemEventArgs e) method GetPreferredSize (line 346) | public override Size GetPreferredSize(Size proposedSize) => lbStanding... method standing_StandingImageUpdated (line 358) | private void standing_StandingImageUpdated(object sender, EventArgs e) method lbStandings_MouseWheel (line 369) | private void lbStandings_MouseWheel(object sender, MouseEventArgs e) method lbStandings_MouseDown (line 426) | private void lbStandings_MouseDown(object sender, MouseEventArgs e) method GetStatusColor (line 474) | private static Color GetStatusColor(StandingStatus status) method ToggleGroupExpandCollapse (line 500) | private void ToggleGroupExpandCollapse(string group) method GetButtonRectangle (line 520) | private Rectangle GetButtonRectangle(string group, Rectangle itemRect) method EveMonClient_CharacterStandingsUpdated (line 545) | private void EveMonClient_CharacterStandingsUpdated(object sender, Cha... method EveMonClient_SettingsChanged (line 559) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_EveIDToNameUpdated (line 569) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) FILE: src/EVEMon/CharacterMonitoring/CharacterWalletJournalList.Designer.cs class CharacterWalletJournalList (line 3) | internal sealed partial class CharacterWalletJournalList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterWalletJournalList.cs class CharacterWalletJournalList (line 24) | internal sealed partial class CharacterWalletJournalList : UserControl, ... method CharacterWalletJournalList (line 48) | public CharacterWalletJournalList() method OnLoad (line 170) | protected override void OnLoad(EventArgs e) method OnDisposed (line 189) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 202) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 234) | public void AutoResizeColumns() method UpdateColumns (line 247) | internal void UpdateColumns() method UpdateContent (line 290) | private void UpdateContent() method UpdateListVisibility (line 336) | private void UpdateListVisibility() method UpdateContentByGroup (line 350) | private void UpdateContentByGroup(IEnumerable walletJou... method UpdateNoGroupContent (line 403) | private void UpdateNoGroupContent(IEnumerable walletJou... method UpdateContent (line 425) | private void UpdateContent(IEnumerable st... method exportToCSVToolStripMenuItem_Click (line 625) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method listView_ColumnReordered (line 635) | private void listView_ColumnReordered(object sender, ColumnReorderedEv... method listView_ColumnWidthChanged (line 645) | private void listView_ColumnWidthChanged(object sender, ColumnWidthCha... method listView_ColumnClick (line 662) | private void listView_ColumnClick(object sender, ColumnClickEventArgs e) method listView_MouseDown (line 686) | private void listView_MouseDown(object sender, MouseEventArgs e) method listView_MouseMove (line 699) | private void listView_MouseMove(object sender, MouseEventArgs e) method EveMonClient_TimerTick (line 717) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_RefTypesUpdated (line 735) | private void EveMonClient_RefTypesUpdated(object sender, EventArgs e) method EveMonClient_EveIDToNameUpdated (line 745) | private void EveMonClient_EveIDToNameUpdated(object sender, EventArgs e) method EveMonClient_CharacterWalletJournalUpdated (line 755) | private void EveMonClient_CharacterWalletJournalUpdated(object sender,... FILE: src/EVEMon/CharacterMonitoring/CharacterWalletTransactionsList.Designer.cs class CharacterWalletTransactionsList (line 3) | internal sealed partial class CharacterWalletTransactionsList method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/CharacterWalletTransactionsList.cs class CharacterWalletTransactionsList (line 25) | internal sealed partial class CharacterWalletTransactionsList : UserCont... method CharacterWalletTransactionsList (line 49) | public CharacterWalletTransactionsList() method OnLoad (line 171) | protected override void OnLoad(EventArgs e) method OnDisposed (line 190) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 203) | protected override void OnVisibleChanged(EventArgs e) method AutoResizeColumns (line 235) | public void AutoResizeColumns() method UpdateColumns (line 249) | internal void UpdateColumns() method UpdateContent (line 292) | private void UpdateContent() method UpdateListVisibility (line 340) | private void UpdateListVisibility() method UpdateContentByGroup (line 354) | private void UpdateContentByGroup(IEnumerable walle... method UpdateNoGroupContent (line 407) | private void UpdateNoGroupContent(IEnumerable walle... method UpdateContent (line 431) | private void UpdateContent(IEnumerable ((ContractColumn)key).... FILE: src/EVEMon/CharacterMonitoring/EveMailMessagesColumnsSelectWindow.cs class EveMailMessagesColumnsSelectWindow (line 9) | public sealed class EveMailMessagesColumnsSelectWindow : ColumnSelectWindow method EveMailMessagesColumnsSelectWindow (line 15) | public EveMailMessagesColumnsSelectWindow(IEnumerable ((EveMailMessageColumn... FILE: src/EVEMon/CharacterMonitoring/EveNotificationsColumnsSelectWindow.cs class EveNotificationsColumnsSelectWindow (line 9) | public sealed class EveNotificationsColumnsSelectWindow : ColumnSelectWi... method EveNotificationsColumnsSelectWindow (line 15) | public EveNotificationsColumnsSelectWindow(IEnumerable ((EveNotificationColum... FILE: src/EVEMon/CharacterMonitoring/IndustryJobsColumnsSelectWindow.cs class IndustryJobsColumnsSelectWindow (line 9) | public sealed class IndustryJobsColumnsSelectWindow : ColumnSelectWindow method IndustryJobsColumnsSelectWindow (line 15) | public IndustryJobsColumnsSelectWindow(IEnumerable ((IndustryJobColumn)ke... FILE: src/EVEMon/CharacterMonitoring/MarketOrdersColumnsSelectWindow.cs class MarketOrdersColumnsSelectWindow (line 9) | public sealed class MarketOrdersColumnsSelectWindow : ColumnSelectWindow method MarketOrdersColumnsSelectWindow (line 15) | public MarketOrdersColumnsSelectWindow(IEnumerable ((MarketOrderColumn)ke... FILE: src/EVEMon/CharacterMonitoring/PlanetaryColumnsSelectWindow.Designer.cs class PlanetaryColumnsSelectWindow (line 3) | partial class PlanetaryColumnsSelectWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharacterMonitoring/PlanetaryColumnsSelectWindow.cs class PlanetaryColumnsSelectWindow (line 9) | public partial class PlanetaryColumnsSelectWindow : ColumnSelectWindow method PlanetaryColumnsSelectWindow (line 15) | public PlanetaryColumnsSelectWindow(IEnumerable ((PlanetaryColumn)key)... FILE: src/EVEMon/CharacterMonitoring/ResearchColumnsSelectWindow.cs class ResearchColumnsSelectWindow (line 9) | public sealed class ResearchColumnsSelectWindow : ColumnSelectWindow method ResearchColumnsSelectWindow (line 15) | public ResearchColumnsSelectWindow(IEnumerable... method GetHeader (line 25) | protected override string GetHeader(int key) => ((ResearchColumn)key).... FILE: src/EVEMon/CharacterMonitoring/WalletJournalColumnsSelectWindow.cs class WalletJournalColumnsSelectWindow (line 9) | public sealed class WalletJournalColumnsSelectWindow : ColumnSelectWindow method WalletJournalColumnsSelectWindow (line 15) | public WalletJournalColumnsSelectWindow(IEnumerable ((WalletJournalColumn)... FILE: src/EVEMon/CharacterMonitoring/WalletTransactionsColumnsSelectWindow.cs class WalletTransactionsColumnsSelectWindow (line 9) | public sealed class WalletTransactionsColumnsSelectWindow : ColumnSelect... method WalletTransactionsColumnsSelectWindow (line 15) | public WalletTransactionsColumnsSelectWindow(IEnumerable ((WalletTransactionCol... FILE: src/EVEMon/CharactersComparison/CharactersComparisonWindow.Designer.cs class CharactersComparisonWindow (line 3) | partial class CharactersComparisonWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/CharactersComparison/CharactersComparisonWindow.cs class CharactersComparisonWindow (line 16) | public partial class CharactersComparisonWindow : EVEMonForm method CharactersComparisonWindow (line 27) | public CharactersComparisonWindow() method UpdateCharacterList (line 41) | private void UpdateCharacterList() method UpdateSelectedItems (line 63) | private void UpdateSelectedItems(bool reset = true) method UpdateContent (line 92) | private void UpdateContent() method UpdateCharacterInfo (line 114) | private void UpdateCharacterInfo() method AddGroups (line 151) | private List AddGroups() method AddAdditionalInfo (line 186) | private void AddAdditionalInfo(ICollection items) method GetValue (line 221) | private static long GetValue(Character character, string text) method AddValueForSelectedCharacters (line 243) | private void AddValueForSelectedCharacters(ListViewItem item, IList... method AdjustColumns (line 276) | private void AdjustColumns() method OnLoad (line 313) | protected override void OnLoad(EventArgs e) method OnDisposed (line 342) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_MonitoredCharacterCollectionChanged (line 354) | private void EveMonClient_MonitoredCharacterCollectionChanged(object s... method EveMonClient_CharacterCollectionChanged (line 368) | private void EveMonClient_CharacterCollectionChanged(object sender, Ev... method cbFilter_SelectedIndexChanged (line 379) | private void cbFilter_SelectedIndexChanged(object sender, EventArgs e) method persistentSplitContainer_SplitterMoved (line 391) | private void persistentSplitContainer_SplitterMoved(object sender, Spl... method persistentSplitContainer_Resize (line 401) | private void persistentSplitContainer_Resize(object sender, EventArgs e) method lvCharacterList_SelectedIndexChanged (line 411) | private void lvCharacterList_SelectedIndexChanged(object sender, Event... method tmrSelect_Tick (line 424) | private void tmrSelect_Tick(object sender, EventArgs e) method lvCharacterList_MouseDown (line 442) | private void lvCharacterList_MouseDown(object sender, MouseEventArgs e) method lvCharacterList_MouseMove (line 462) | private void lvCharacterList_MouseMove(object sender, MouseEventArgs e) method characterListContextMenu_Opening (line 477) | private void characterListContextMenu_Opening(object sender, System.Co... method characterListContextMenu_ItemClicked (line 492) | private async void characterListContextMenu_ItemClicked(object sender,... method lvCharacterInfo_MouseDown (line 506) | private void lvCharacterInfo_MouseDown(object sender, MouseEventArgs e) method lvCharacterInfo_MouseMove (line 519) | private void lvCharacterInfo_MouseMove(object sender, MouseEventArgs e) method characterInfoContextMenu_Opening (line 532) | private void characterInfoContextMenu_Opening(object sender, System.Co... method exportSelectedSkillsAsPlanFromToolStripMenuItem_DropDownItemClicked (line 558) | private async void exportSelectedSkillsAsPlanFromToolStripMenuItem_Dro... method lvCharacterInfo_ColumnWidthChanging (line 580) | private void lvCharacterInfo_ColumnWidthChanging(object sender, Column... method exportToCSVToolStripMenuItem_Click (line 591) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... FILE: src/EVEMon/Controls/KillReportAttacker.Designer.cs class KillReportAttacker (line 3) | partial class KillReportAttacker method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/KillReportAttacker.cs class KillReportAttacker (line 19) | public partial class KillReportAttacker : UserControl method KillReportAttacker (line 30) | public KillReportAttacker() method UpdateContent (line 76) | private void UpdateContent() method GetImageForAsync (line 97) | private async Task GetImageForAsync(PictureBox pictureBox) method GetImageUrl (line 109) | private Uri GetImageUrl(PictureBox pictureBox) method SetControlMouseEvents (line 127) | private void SetControlMouseEvents(IEnumerable controls) method control_MouseClick (line 149) | private void control_MouseClick(object sender, MouseEventArgs e) method pictureBox_MouseDown (line 159) | private void pictureBox_MouseDown(object sender, MouseEventArgs e) method pictureBox_MouseMove (line 191) | private void pictureBox_MouseMove(object sender, MouseEventArgs e) method contextMenuStrip_Opening (line 214) | private void contextMenuStrip_Opening(object sender, System.ComponentM... method showInBrowserMenuItem_Click (line 238) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) FILE: src/EVEMon/Controls/KillReportFittingContent.Designer.cs class KillReportFittingContent (line 3) | partial class KillReportFittingContent method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/KillReportFittingContent.cs class KillReportFittingContent (line 20) | public partial class KillReportFittingContent : UserControl method KillReportFittingContent (line 48) | public KillReportFittingContent() method OnLoad (line 93) | protected override void OnLoad(EventArgs e) method OnDisposed (line 110) | private void OnDisposed(object sender, EventArgs e) method UpdateContent (line 125) | private void UpdateContent() method AddItem (line 176) | private void AddItem(KillLogItem item) method GetTotalCost (line 201) | private string GetTotalCost() method GetItemsCost (line 223) | private static bool GetItemsCost(IEnumerable items, out d... method FittingContentListBox_MeasureItem (line 255) | private void FittingContentListBox_MeasureItem(object sender, MeasureI... method FittingContentListBox_DrawItem (line 266) | private void FittingContentListBox_DrawItem(object sender, DrawItemEve... method DrawItem (line 298) | private void DrawItem(KillLogItem item, DrawItemEventArgs e, bool item... method DrawItem (line 337) | private void DrawItem(KillLogFittingContentGroup group, DrawItemEventA... method GetGroupImage (line 384) | private Image GetGroupImage(KillLogFittingContentGroup group) method FittingContentListBox_MouseWheel (line 421) | private void FittingContentListBox_MouseWheel(object sender, MouseEven... method FittingContentListBox_MouseDown (line 478) | private void FittingContentListBox_MouseDown(object sender, MouseEvent... method FittingContentListBox_MouseMove (line 514) | private void FittingContentListBox_MouseMove(object sender, MouseEvent... method contextMenuStrip_Opening (line 538) | private void contextMenuStrip_Opening(object sender, CancelEventArgs e) method showInBrowserMenuItem_Click (line 563) | private void showInBrowserMenuItem_Click(object sender, EventArgs e) method item_KillLogItemImageUpdated (line 594) | private void item_KillLogItemImageUpdated(object sender, EventArgs e) method FittingContentListBox_Resize (line 605) | private void FittingContentListBox_Resize(object sender, EventArgs e) method ToggleColorKeyPictureBox_Click (line 615) | private void ToggleColorKeyPictureBox_Click(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 630) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_ItemPricesUpdated (line 644) | private void EveMonClient_ItemPricesUpdated(object sender, EventArgs e) FILE: src/EVEMon/Controls/KillReportInvolvedParties.Designer.cs class KillReportInvolvedParties (line 3) | partial class KillReportInvolvedParties method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/KillReportInvolvedParties.cs class KillReportInvolvedParties (line 11) | public partial class KillReportInvolvedParties : UserControl method KillReportInvolvedParties (line 21) | public KillReportInvolvedParties() method UpdateContent (line 55) | private void UpdateContent() FILE: src/EVEMon/Controls/KillReportVictim.Designer.cs class KillReportVictim (line 3) | partial class KillReportVictim method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/KillReportVictim.cs class KillReportVictim (line 17) | public partial class KillReportVictim : UserControl method KillReportVictim (line 27) | public KillReportVictim() method UpdateContent (line 61) | private void UpdateContent() method GetImageForAsync (line 98) | private async Task GetImageForAsync(PictureBox pictureBox) method GetImageUrl (line 110) | private Uri GetImageUrl(PictureBox pictureBox) method CopyPictureBox_Click (line 137) | private void CopyPictureBox_Click(object sender, EventArgs e) method ShipPictureBox_MouseDown (line 147) | private void ShipPictureBox_MouseDown(object sender, MouseEventArgs e) method ShipPictureBox_MouseMove (line 169) | private void ShipPictureBox_MouseMove(object sender, MouseEventArgs e) method showInShipBrowserMenuItem_Click (line 190) | private void showInShipBrowserMenuItem_Click(object sender, EventArgs e) FILE: src/EVEMon/Controls/NotificationList.Designer.cs class NotificationList (line 5) | partial class NotificationList method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/Controls/NotificationList.cs class NotificationList (line 28) | public partial class NotificationList : UserControl method NotificationList (line 55) | public NotificationList() method OnLoad (line 75) | protected override void OnLoad(EventArgs e) method OnVisibleChanged (line 106) | protected override void OnVisibleChanged(EventArgs e) method UpdateContent (line 148) | private void UpdateContent() method UpdateSize (line 178) | private void UpdateSize() method listBox_DrawItem (line 197) | private void listBox_DrawItem(object sender, DrawItemEventArgs e) method listBox_MouseMove (line 278) | private void listBox_MouseMove(object sender, MouseEventArgs e) method listBox_MouseDown (line 307) | private void listBox_MouseDown(object sender, MouseEventArgs e) method listBox_MouseLeave (line 345) | private void listBox_MouseLeave(object sender, EventArgs e) method CalculateMaxTextLength (line 364) | private int CalculateMaxTextLength(Font font) method CalculateFontSize (line 380) | private void CalculateFontSize() method ShowDetails (line 417) | private static void ShowDetails(NotificationEventArgs notification) method DisplayTooltip (line 493) | private void DisplayTooltip(NotificationEventArgs notification) method SetToolTip (line 556) | private void SetToolTip(string message = null, bool active = true) method GetMagnifierIconRect (line 569) | private static Rectangle GetMagnifierIconRect(Rectangle rect) method GetDeleteIconRect (line 584) | private static Rectangle GetDeleteIconRect(Rectangle rect) method SkillCompletionMessage (line 605) | private static string SkillCompletionMessage(SkillCompletionNotificati... method MarketOrdersEndedMessage (line 621) | private static string MarketOrdersEndedMessage(MarketOrdersNotificatio... method ContractsEndedMessage (line 652) | private static string ContractsEndedMessage(ContractsNotificationEvent... method IndustryJobsCompletedMessage (line 683) | private static string IndustryJobsCompletedMessage(IndustryJobsNotific... method PlanetaryPinsCompletedMessage (line 701) | private static string PlanetaryPinsCompletedMessage(PlanetaryPinsNotif... FILE: src/EVEMon/Controls/Overview.Designer.cs class Overview (line 3) | partial class Overview method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/Overview.cs class Overview (line 17) | public partial class Overview : UserControl method Overview (line 32) | public Overview() method OnLoad (line 50) | protected override void OnLoad(EventArgs e) method OnVisibleChanged (line 73) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 86) | private void OnDisposed(object sender, EventArgs e) method OnSizeChanged (line 98) | protected override void OnSizeChanged(EventArgs e) method UpdateContent (line 112) | private void UpdateContent() method UpdateFromSettings (line 189) | private void UpdateFromSettings() method CleanUp (line 204) | private void CleanUp(IEnumerable items) method GetOverviewItem (line 223) | private OverviewItem GetOverviewItem(Character character) method PerformCustomLayout (line 258) | private void PerformCustomLayout() method OverviewSettingsChanged (line 361) | private bool OverviewSettingsChanged() method EveMonClient_MonitoredCharacterCollectionChanged (line 377) | private void EveMonClient_MonitoredCharacterCollectionChanged(object s... method EveMonClient_CharacterUpdated (line 387) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_SettingsChanged (line 397) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method item_Click (line 421) | private void item_Click(object sender, EventArgs e) FILE: src/EVEMon/Controls/OverviewItem.Designer.cs class OverviewItem (line 3) | partial class OverviewItem method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/OverviewItem.cs class OverviewItem (line 26) | public partial class OverviewItem : UserControl method OverviewItem (line 77) | private OverviewItem() method OverviewItem (line 91) | internal OverviewItem(Character character, bool isTooltip = false) method OnLoad (line 107) | protected override void OnLoad(EventArgs e) method OnDisposed (line 157) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 174) | protected override void OnVisibleChanged(EventArgs e) method OnPaint (line 189) | protected override void OnPaint(PaintEventArgs e) method OnMouseEnter (line 204) | protected override void OnMouseEnter(EventArgs e) method OnMouseLeave (line 220) | protected override void OnMouseLeave(EventArgs e) method OnMouseDown (line 231) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseUp (line 243) | protected override void OnMouseUp(MouseEventArgs e) method UpdateOnSettingsChanged (line 275) | internal void UpdateOnSettingsChanged() method UpdateContrastColor (line 310) | private void UpdateContrastColor() method UpdateContent (line 326) | private void UpdateContent() method UpdateExtraData (line 391) | private void UpdateExtraData() method FormatBalance (line 462) | private void FormatBalance() method UpdateVisibilities (line 487) | private void UpdateVisibilities() method UpdateTrainingTime (line 502) | private void UpdateTrainingTime() method UpdateSkillQueueTrainingTime (line 517) | private void UpdateSkillQueueTrainingTime() method EveMonClient_CharacterLabelChanged (line 569) | private void EveMonClient_CharacterLabelChanged(object sender, LabelCh... method EveMonClient_TimerTick (line 580) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_SchedulerChanged (line 594) | private void EveMonClient_SchedulerChanged(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 604) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_QueuedSkillsCompleted (line 614) | private void EveMonClient_QueuedSkillsCompleted(object sender, QueuedS... method EveMonClient_MarketOrdersUpdated (line 635) | private void EveMonClient_MarketOrdersUpdated(object sender, Character... method EveMonClient_CharacterUpdated (line 648) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_CharacterSkillQueueUpdated (line 661) | private void EveMonClient_CharacterSkillQueueUpdated(object sender, Ch... method PerformCustomLayout (line 678) | private void PerformCustomLayout(bool tooltip) method GetMinimumWidth (line 813) | private int GetMinimumWidth(Graphics g) method GetSizeForLabel (line 847) | private static Size GetSizeForLabel(Label label, float fontSize, int l... method GetPreferredSize (line 864) | public override Size GetPreferredSize(Size proposedSize) => new Size(m... FILE: src/EVEMon/Controls/OverviewLabel.cs class OverviewLabel (line 12) | public sealed class OverviewLabel : Label method OverviewLabel (line 17) | public OverviewLabel() method OnPaint (line 42) | protected override void OnPaint(PaintEventArgs e) FILE: src/EVEMon/Controls/ReadingPane.Designer.cs class ReadingPane (line 3) | partial class ReadingPane method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Controls/ReadingPane.cs class ReadingPane (line 15) | public partial class ReadingPane : UserControl method ReadingPane (line 25) | public ReadingPane() method HidePane (line 61) | internal void HidePane() method UpdatePane (line 69) | internal void UpdatePane() method TidyUpHTML (line 103) | private string TidyUpHTML() method FormatLinks (line 124) | private void FormatLinks(IDictionary replacements) method FormatHTMLColorToRGB (line 162) | private void FormatHTMLColorToRGB(IDictionary replacem... method CheckTextColorNotMatchBackColor (line 180) | private static string CheckTextColorNotMatchBackColor(Color backColor,... method FixFontSize (line 200) | private void FixFontSize(IDictionary replacements) method flPanelHeader_Paint (line 220) | private void flPanelHeader_Paint(object sender, PaintEventArgs e) method wbMailBody_Navigating (line 240) | private void wbMailBody_Navigating(object sender, WebBrowserNavigating... method wbMailBody_PreviewKeyDown (line 260) | private void wbMailBody_PreviewKeyDown(object sender, PreviewKeyDownEv... FILE: src/EVEMon/DetailsWindow/ContractDetailsWindow.Designer.cs class ContractDetailsWindow (line 5) | sealed partial class ContractDetailsWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/DetailsWindow/ContractDetailsWindow.cs class ContractDetailsWindow (line 24) | public sealed partial class ContractDetailsWindow : EVEMonForm method ContractDetailsWindow (line 59) | private ContractDetailsWindow() method ContractDetailsWindow (line 69) | public ContractDetailsWindow(Contract contract) method OnLoad (line 90) | protected override void OnLoad(EventArgs e) method DetailsPanel_Paint (line 200) | private void DetailsPanel_Paint(object sender, PaintEventArgs e) method DrawItemsInfo (line 229) | private void DrawItemsInfo(PaintEventArgs e) method DisplayListView (line 304) | private void DisplayListView(Control listView) method DrawPriceInfo (line 323) | private void DrawPriceInfo(PaintEventArgs e) method DrawAuctionInfo (line 362) | private void DrawAuctionInfo(PaintEventArgs e) method DrawCourierInfo (line 404) | private void DrawCourierInfo(PaintEventArgs e) method DrawGenericInfo (line 457) | private void DrawGenericInfo(PaintEventArgs e) method DrawExpirationOrCompletionText (line 482) | private void DrawExpirationOrCompletionText(PaintEventArgs e) method DrawExpirationText (line 508) | private void DrawExpirationText(PaintEventArgs e) method DrawStationText (line 542) | private void DrawStationText(PaintEventArgs e, string labelText, Stati... method DrawJumps (line 613) | private void DrawJumps(PaintEventArgs e, Station station) method DrawRouteThroughText (line 693) | private void DrawRouteThroughText(PaintEventArgs e, Station station) method DrawColoredText (line 783) | private void DrawColoredText(PaintEventArgs e, string text, Font font,... method DrawColoredText (line 800) | private void DrawColoredText(PaintEventArgs e, string text, Font font,... method DrawText (line 824) | private void DrawText(PaintEventArgs e, string labelText, string text,... method DrawHeader (line 847) | private void DrawHeader(PaintEventArgs e) method DrawLine (line 893) | private void DrawLine(PaintEventArgs e) method RoutePanel_Paint (line 914) | private void RoutePanel_Paint(object sender, PaintEventArgs e) method DrawSolarSystemText (line 952) | private int DrawSolarSystemText(PaintEventArgs e, SolarSystem solarSys... method DetailsPanel_Click (line 980) | private void DetailsPanel_Click(object sender, EventArgs e) method ItemImage_MouseClick (line 990) | private void ItemImage_MouseClick(object sender, MouseEventArgs e) method CurrentToStartLinkLabel_LinkClicked (line 1000) | private void CurrentToStartLinkLabel_LinkClicked(object sender, LinkLa... method CurrentToEndLinkLabel_LinkClicked (line 1011) | private void CurrentToEndLinkLabel_LinkClicked(object sender, LinkLabe... method StartToEndLinkLabel_LinkClicked (line 1022) | private void StartToEndLinkLabel_LinkClicked(object sender, LinkLabelL... method BidsButton_Click (line 1033) | private void BidsButton_Click(object sender, EventArgs e) method ShowRoutePanel (line 1047) | private void ShowRoutePanel() method HideRoutePanel (line 1070) | private void HideRoutePanel() method GetNumberFormat (line 1092) | private static string GetNumberFormat(decimal number) class ContractItemsListView (line 1100) | private sealed class ContractItemsListView : ListView method ContractItemsListView (line 1115) | private ContractItemsListView() method ContractItemsListView (line 1125) | internal ContractItemsListView(Character character, IEnumerable setsGrid.Se... method GetImplant (line 287) | private static Implant GetImplant(SerializableSettingsImplantSet set, ... method SetImplant (line 302) | private static void SetImplant(SerializableSettingsImplantSet set, Imp... method setsGrid_CellBeginEdit (line 322) | private void setsGrid_CellBeginEdit(object sender, DataGridViewCellCan... method setsGrid_SelectionChanged (line 336) | private void setsGrid_SelectionChanged(object sender, EventArgs e) method setsGrid_CellValidating (line 350) | private void setsGrid_CellValidating(object sender, DataGridViewCellVa... method setsGrid_RowsRemoved (line 382) | private void setsGrid_RowsRemoved(object sender, DataGridViewRowsRemov... method cbSlotN_DropDownClosed (line 394) | private void cbSlotN_DropDownClosed(object sender, EventArgs e) method btnCancel_Click (line 409) | private void btnCancel_Click(object sender, EventArgs e) method btnOK_Click (line 419) | private void btnOK_Click(object sender, EventArgs e) method EnsureRowSetInitialized (line 432) | private void EnsureRowSetInitialized(DataGridViewRow row) method combo_DropDownClosed (line 454) | private void combo_DropDownClosed(object sender, EventArgs e) method label_MouseMove (line 464) | private void label_MouseMove(object sender, MouseEventArgs e) method combo_MouseMove (line 484) | private void combo_MouseMove(object sender, MouseEventArgs e) method combo_DropDownMouseMove (line 506) | private void combo_DropDownMouseMove(object sender, DropDownMouseMoveE... method OnMouseMove (line 524) | protected override void OnMouseMove(MouseEventArgs e) FILE: src/EVEMon/ImplantControls/ImplantTooltip.Designer.cs class ImplantTooltip (line 3) | partial class ImplantTooltip method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/ImplantControls/ImplantTooltip.cs class ImplantTooltip (line 12) | public partial class ImplantTooltip : Form method ImplantTooltip (line 27) | public ImplantTooltip() method OnImplantChanged (line 53) | private void OnImplantChanged() method OnPaint (line 70) | protected override void OnPaint(PaintEventArgs e) FILE: src/EVEMon/MainWindow.Designer.cs class MainWindow (line 4) | partial class MainWindow method Dispose (line 15) | protected override void Dispose(bool disposing) method InitializeComponent (line 30) | private void InitializeComponent() FILE: src/EVEMon/MainWindow.cs class MainWindow (line 51) | public sealed partial class MainWindow : EVEMonForm method MainWindow (line 81) | public MainWindow() method TriggerAutoShrink (line 122) | private static void TriggerAutoShrink() method OnLoad (line 140) | protected override void OnLoad(EventArgs e) method OnShown (line 220) | protected override async void OnShown(EventArgs e) method InitializeData (line 236) | private async Task InitializeData() method SystemEvents_DisplaySettingsChanged (line 265) | private void SystemEvents_DisplaySettingsChanged(object sender, EventA... method OnResize (line 278) | protected override void OnResize(EventArgs e) method OnFormClosing (line 309) | protected override void OnFormClosing(FormClosingEventArgs e) method OnFormClosed (line 349) | protected override void OnFormClosed(FormClosedEventArgs e) method OnDeactivate (line 374) | protected override void OnDeactivate(EventArgs e) method TimeCheck_TimeCheckCompleted (line 388) | private void TimeCheck_TimeCheckCompleted(object sender, TimeCheckSync... method EveMonClient_CharacterLabelChanged (line 412) | private void EveMonClient_CharacterLabelChanged(object sender, LabelCh... method EveMonClient_MonitoredCharacterCollectionChanged (line 423) | private void EveMonClient_MonitoredCharacterCollectionChanged(object s... method UpdateTabs (line 440) | private void UpdateTabs() method LayoutTabPages (line 452) | private void LayoutTabPages() method AddOverviewTab (line 525) | private void AddOverviewTab() method CreateTabPage (line 564) | private static TabPage CreateTabPage(Character character) method CreateCharacterMonitor (line 595) | private static void CreateCharacterMonitor(Character character, Contro... method tcCharacterTabs_DragDrop (line 619) | private void tcCharacterTabs_DragDrop(object sender, DragEventArgs e) method tcCharacterTabs_SelectedIndexChanged (line 636) | private void tcCharacterTabs_SelectedIndexChanged(object sender, Event... method UpdateControlsOnTabSelectionChange (line 644) | private void UpdateControlsOnTabSelectionChange() method overview_CharacterClicked (line 658) | private void overview_CharacterClicked(object sender, CharacterChanged... method GetCurrentCharacter (line 673) | private Character GetCurrentCharacter() => tcCharacterTabs.SelectedTab... method GetCurrentMonitor (line 679) | private CharacterMonitor GetCurrentMonitor() method GlobalDatafileCollection_LoadingProgress (line 692) | private void GlobalDatafileCollection_LoadingProgress(object sender, E... method EveMonClient_ServerStatusUpdated (line 707) | private void EveMonClient_ServerStatusUpdated(object sender, EveServer... method EveMonClient_NotificationInvalidated (line 717) | private void EveMonClient_NotificationInvalidated(object sender, Notif... method EveMonClient_NotificationSent (line 727) | private void EveMonClient_NotificationSent(object sender, Notification... method UpdateNotifications (line 797) | private void UpdateNotifications() method DisplayTooltipNotifications (line 808) | private void DisplayTooltipNotifications() method OnAlertBalloonClicked (line 910) | private void OnAlertBalloonClicked() method TryPlaySkillCompletionSound (line 920) | private static void TryPlaySkillCompletionSound() method niAlertIcon_BalloonTipClicked (line 942) | private void niAlertIcon_BalloonTipClicked(object sender, EventArgs e) method niAlertIcon_Click (line 952) | private void niAlertIcon_Click(object sender, EventArgs e) method niAlertIcon_MouseClick (line 962) | private void niAlertIcon_MouseClick(object sender, MouseEventArgs e) method EveMonClient_QueuedSkillsCompleted (line 972) | private static void EveMonClient_QueuedSkillsCompleted(object sender, ... method EveMonClient_TimerTick (line 988) | private void EveMonClient_TimerTick(object sender, EventArgs e) method UpdateStatusLabel (line 1005) | private void UpdateStatusLabel() method UpdateWindowTitle (line 1024) | private void UpdateWindowTitle() method GetOrderedCharactersTrainingTime (line 1131) | private SortedList GetOrderedCharactersTrainin... method AppendCharacterTrainingTime (line 1167) | private static string AppendCharacterTrainingTime(Character character,... method OnUpdateAvailable (line 1189) | private async void OnUpdateAvailable(object sender, UpdateAvailableEve... method OnDataUpdateAvailable (line 1235) | private async void OnDataUpdateAvailable(object sender, DataUpdateAvai... method RestartApplicationAsync (line 1254) | private async Task RestartApplicationAsync() method addAPIKeyMenu_Click (line 1303) | private void addAPIKeyMenu_Click(object sender, EventArgs e) method manageAPIKeysMenuItem_Click (line 1317) | private void manageAPIKeysMenuItem_Click(object sender, EventArgs e) method hideCharacterMenu_Click (line 1333) | private void hideCharacterMenu_Click(object sender, EventArgs e) method deleteCharacterMenu_Click (line 1350) | private void deleteCharacterMenu_Click(object sender, EventArgs e) method saveCharacterInfosMenuItem_Click (line 1371) | private async void saveCharacterInfosMenuItem_Click(object sender, Eve... method saveSettingsToolStripMenuItem_Click (line 1386) | private async void saveSettingsToolStripMenuItem_Click(object sender, ... method loadSettingsToolStripMenuItem_Click (line 1402) | private async void loadSettingsToolStripMenuItem_Click(object sender, ... method clearCacheToolStripMenuItem_Click (line 1440) | private void clearCacheToolStripMenuItem_Click(object sender, EventArg... method resetSettingsToolStripMenuItem_Click (line 1457) | private async void resetSettingsToolStripMenuItem_Click(object sender,... method exitToolStripMenuItem_Click (line 1491) | private async void exitToolStripMenuItem_Click(object sender, EventArg... method editToolStripMenuItem_DropDownOpening (line 1506) | private void editToolStripMenuItem_DropDownOpening(object sender, Even... method copySkillsToClipboardBBFormatToolStripMenuItem_Click (line 1517) | private void copySkillsToClipboardBBFormatToolStripMenuItem_Click(obje... method plansToolStripMenuItem_DropDownOpening (line 1544) | private void plansToolStripMenuItem_DropDownOpening(object sender, Eve... method tsmiNewPlan_Click (line 1572) | private void tsmiNewPlan_Click(object sender, EventArgs e) method tsmiCreatePlanFromSkillQueue_Click (line 1606) | private void tsmiCreatePlanFromSkillQueue_Click(object sender, EventAr... method tsmiImportPlanFromFile_Click (line 1632) | private void tsmiImportPlanFromFile_Click(object sender, EventArgs e) method manageToolStripMenuItem_Click (line 1670) | private void manageToolStripMenuItem_Click(object sender, EventArgs e) method InitializePlanItem (line 1685) | private void InitializePlanItem(ToolStripItem planItem, Plan plan) method planItem_Click (line 1700) | private void planItem_Click(object sender, EventArgs e) method charactersComparisonToolStripMenuItem_Click (line 1715) | private void charactersComparisonToolStripMenuItem_Click(object sender... method blankCreatorToolStripMenuItem_Click (line 1726) | private void blankCreatorToolStripMenuItem_Click(object sender, EventA... method skillBrowserMenuItem_Click (line 1740) | private void skillBrowserMenuItem_Click(object sender, EventArgs e) method certificateBrowserMenuItem_Click (line 1751) | private void certificateBrowserMenuItem_Click(object sender, EventArgs e) method shipBrowserMenuItem_Click (line 1762) | private void shipBrowserMenuItem_Click(object sender, EventArgs e) method itemBrowserMenuItem_Click (line 1773) | private void itemBrowserMenuItem_Click(object sender, EventArgs e) method blueprintBrowserMenuItem_Click (line 1784) | private void blueprintBrowserMenuItem_Click(object sender, EventArgs e) method tsSkillsPieChartTool_Click (line 1795) | private void tsSkillsPieChartTool_Click(object sender, EventArgs e) method manualImplantGroupsToolStripMenuItem_Click (line 1811) | private void manualImplantGroupsToolStripMenuItem_Click(object sender,... method tsShowOwnedSkillbooks_Click (line 1826) | private void tsShowOwnedSkillbooks_Click(object sender, EventArgs e) method optionsMenuItem_Click (line 1841) | private void optionsMenuItem_Click(object sender, EventArgs e) method issuesFeaturesMenuItem_Click (line 1854) | private void issuesFeaturesMenuItem_Click(object sender, EventArgs e) method forumsMenuItem_Click (line 1864) | private void forumsMenuItem_Click(object sender, EventArgs e) method twitterMenuItem_Click (line 1874) | private void twitterMenuItem_Click(object sender, EventArgs e) method readTheDocsManualMenuItem_Click (line 1884) | private void readTheDocsManualMenuItem_Click(object sender, EventArgs e) method aboutToolStripMenuItem_Click (line 1895) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method menubarToolStripMenuItem_Click (line 1906) | private void menubarToolStripMenuItem_Click(object sender, EventArgs e) method mainMenuBar_MouseDown (line 1919) | private void mainMenuBar_MouseDown(object sender, MouseEventArgs e) method mainMenuBar_MouseMove (line 1932) | private void mainMenuBar_MouseMove(object sender, MouseEventArgs e) method toolbarToolStripMenuItem_Click (line 1946) | private void toolbarToolStripMenuItem_Click(object sender, EventArgs e) method mainToolBar_MouseDown (line 1959) | private void mainToolBar_MouseDown(object sender, MouseEventArgs e) method mainToolBar_MouseMove (line 1972) | private void mainToolBar_MouseMove(object sender, MouseEventArgs e) method tsdbPlans_DropDownOpening (line 1986) | private void tsdbPlans_DropDownOpening(object sender, EventArgs e) method toolbarContext_Opening (line 1999) | private void toolbarContext_Opening(object sender, CancelEventArgs e) method CloseOpenWindowsOf (line 2009) | private static void CloseOpenWindowsOf(Character character) method ClearNotifications (line 2063) | private void ClearNotifications() method HidePopup (line 2090) | private void HidePopup() method trayIcon_Click (line 2115) | private void trayIcon_Click(object sender, EventArgs e) method trayIcon_MouseHover (line 2138) | private void trayIcon_MouseHover(object sender, EventArgs e) method trayIcon_MouseLeave (line 2174) | private void trayIcon_MouseLeave(object sender, EventArgs e) method trayIconToolStrip_Opening (line 2186) | private void trayIconToolStrip_Opening(object sender, CancelEventArgs e) method restoreToolStripMenuItem_Click (line 2208) | private void restoreToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 2219) | private async void closeToolStripMenuItem_Click(object sender, EventAr... method trayIconToolStrip_Closed (line 2233) | private void trayIconToolStrip_Closed(object sender, ToolStripDropDown... method RestoreMainWindow (line 2242) | private void RestoreMainWindow() method EveMonClient_SettingsChanged (line 2265) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method UpdateControlsVisibility (line 2273) | private void UpdateControlsVisibility() method UpdateSettingsControlsVisibility (line 2340) | private void UpdateSettingsControlsVisibility(bool enabled) method TryUploadToCloudStorageProviderAsync (line 2355) | private async Task TryUploadToCloudStorageProviderAsync() method DisplayTestMenu (line 2384) | private void DisplayTestMenu() method testToolStripMenuItem_DropDownOpening (line 2397) | private void testToolStripMenuItem_DropDownOpening(object sender, Even... method ExceptionWindowToolStripMenuItem_Click (line 2407) | private void ExceptionWindowToolStripMenuItem_Click(object sender, Eve... method exceptionWindowRecursiveExceptionToolStripMenuItem_Click (line 2417) | private void exceptionWindowRecursiveExceptionToolStripMenuItem_Click(... method testNotificationToolstripMenuItem_Click (line 2427) | private void testNotificationToolstripMenuItem_Click(object sender, Ev... method testCharacterNotificationToolStripMenuItem_Click (line 2443) | private void testCharacterNotificationToolStripMenuItem_Click(object s... method testTimeoutOneSecToolStripMenuItem_Click (line 2453) | private void testTimeoutOneSecToolStripMenuItem_Click(object sender, E... method restartToolStripMenuItem_Click (line 2464) | private async void restartToolStripMenuItem_Click(object sender, Event... FILE: src/EVEMon/NotificationWindow/ContractsWindow.Designer.cs class ContractsWindow (line 6) | partial class ContractsWindow method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/ContractsWindow.cs class ContractsWindow (line 11) | public partial class ContractsWindow : EVEMonForm method ContractsWindow (line 18) | public ContractsWindow() FILE: src/EVEMon/NotificationWindow/IndustryJobsWindow.Designer.cs class IndustryJobsWindow (line 5) | partial class IndustryJobsWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/IndustryJobsWindow.cs class IndustryJobsWindow (line 11) | public partial class IndustryJobsWindow : EVEMonForm method IndustryJobsWindow (line 18) | public IndustryJobsWindow() FILE: src/EVEMon/NotificationWindow/MarketOrdersWindow.Designer.cs class MarketOrdersWindow (line 5) | partial class MarketOrdersWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/MarketOrdersWindow.cs class MarketOrdersWindow (line 11) | public partial class MarketOrdersWindow : EVEMonForm method MarketOrdersWindow (line 18) | public MarketOrdersWindow() FILE: src/EVEMon/NotificationWindow/OwnedSkillBooksWindow.Designer.cs class OwnedSkillBooksWindow (line 3) | partial class OwnedSkillBooksWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/OwnedSkillBooksWindow.cs class OwnedSkillBooksWindow (line 15) | public partial class OwnedSkillBooksWindow : EVEMonForm method OwnedSkillBooksWindow (line 25) | private OwnedSkillBooksWindow() method OwnedSkillBooksWindow (line 41) | public OwnedSkillBooksWindow(Character character) method OnLoad (line 56) | protected override void OnLoad(EventArgs e) method OnDisposed (line 76) | private void OnDisposed(object sender, EventArgs e) method UpdateList (line 90) | internal void UpdateList() method CreateSubItems (line 158) | private ListViewItem CreateSubItems(Skill skill, ListViewItem item) method AdjustColumns (line 178) | private void AdjustColumns() method SetColumn (line 215) | private static void SetColumn(Skill skill, ListViewItem.ListViewSubIte... method EveMonClient_CharacterAssetsUpdated (line 240) | private void EveMonClient_CharacterAssetsUpdated(object sender, Charac... method lvOwnedSkillBooks_ColumnWidthChanging (line 258) | private void lvOwnedSkillBooks_ColumnWidthChanging(object sender, Colu... FILE: src/EVEMon/NotificationWindow/PlanetaryPinsWindow.Designer.cs class PlanetaryPinsWindow (line 5) | partial class PlanetaryPinsWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/PlanetaryPinsWindow.cs class PlanetaryPinsWindow (line 10) | public partial class PlanetaryPinsWindow : EVEMonForm method PlanetaryPinsWindow (line 17) | public PlanetaryPinsWindow() FILE: src/EVEMon/NotificationWindow/SkillCompletionWindow.Designer.cs class SkillCompletionWindow (line 3) | partial class SkillCompletionWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/SkillCompletionWindow.cs class SkillCompletionWindow (line 10) | public partial class SkillCompletionWindow : EVEMonForm method SkillCompletionWindow (line 17) | public SkillCompletionWindow() FILE: src/EVEMon/NotificationWindow/TimeCheckNotification.Designer.cs class TimeCheckNotification (line 3) | partial class TimeCheckNotification method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/NotificationWindow/TimeCheckNotification.cs class TimeCheckNotification (line 12) | public partial class TimeCheckNotification : EVEMonForm method TimeCheckNotification (line 20) | private TimeCheckNotification() method TimeCheckNotification (line 31) | public TimeCheckNotification(DateTime serverTime, DateTime localTime) method OnShown (line 42) | protected override void OnShown(EventArgs e) method OnFormClosing (line 56) | protected override void OnFormClosing(FormClosingEventArgs e) method uxCloseButton_Click (line 68) | private void uxCloseButton_Click(object sender, EventArgs e) FILE: src/EVEMon/Program.cs class Program (line 18) | internal static class Program method Main (line 31) | [STAThread] method StartupAsync (line 41) | private static async Task StartupAsync() method MakeWindowsJuicy (line 132) | private static void MakeWindowsJuicy() method ApplicationExitCallback (line 164) | private static void ApplicationExitCallback(object sender, EventArgs e) method CurrentDomain_UnhandledException (line 175) | private static void CurrentDomain_UnhandledException(object sender, Un... method CurrentDomain_AssemblyResolve (line 186) | private static Assembly CurrentDomain_AssemblyResolve(object sender, R... method Application_ThreadException (line 196) | private static void Application_ThreadException(object sender, ThreadE... method HandleUnhandledException (line 205) | private static void HandleUnhandledException(Exception ex) method HandleAssemblyResolve (line 265) | private static Assembly HandleAssemblyResolve(ResolveEventArgs e) FILE: src/EVEMon/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/EVEMon/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/EVEMon/Schedule/CalendarControl.Designer.cs class CalendarControl (line 3) | partial class CalendarControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Schedule/CalendarControl.cs type CalendarType (line 12) | public enum CalendarType class CalendarControl (line 17) | public partial class CalendarControl : UserControl method CalendarControl (line 37) | protected CalendarControl() method CalendarControl_Load (line 87) | private void CalendarControl_Load(object sender, EventArgs e) method OnPaint (line 96) | protected override void OnPaint(PaintEventArgs e) method CalculateCellMetrics (line 118) | private void CalculateCellMetrics() method PaintMonthCalendar (line 148) | private void PaintMonthCalendar(PaintEventArgs e) method IsValidDate (line 260) | public bool IsValidDate(Point point) => Date.Month == GetDateFromPoint... method PaintMonthEntriesForDay (line 268) | protected virtual void PaintMonthEntriesForDay(Graphics graphics, Date... method HighlightDay (line 277) | private void HighlightDay(PaintEventArgs e) method HighlightToday (line 297) | private void HighlightToday(PaintEventArgs e) method OnClick (line 321) | protected override void OnClick(EventArgs e) method OnDoubleClick (line 345) | protected override void OnDoubleClick(EventArgs e) method GetDateFromPoint (line 367) | private DateTime GetDateFromPoint(Point p) FILE: src/EVEMon/Schedule/DateSelectWindow.Designer.cs class DateSelectWindow (line 3) | partial class DateSelectWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Schedule/DateSelectWindow.cs class DateSelectWindow (line 7) | public partial class DateSelectWindow : EVEMonForm method DateSelectWindow (line 15) | public DateSelectWindow() method btnCancel_Click (line 39) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 50) | private void btnOk_Click(object sender, EventArgs e) method monthCalendar1_DateSelected (line 61) | private void monthCalendar1_DateSelected(object sender, DateRangeEvent... method monthCalendar1_MouseDown (line 72) | private void monthCalendar1_MouseDown(object sender, MouseEventArgs e) FILE: src/EVEMon/Schedule/EditScheduleEntryWindow.Designer.cs class EditScheduleEntryWindow (line 3) | partial class EditScheduleEntryWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Schedule/EditScheduleEntryWindow.cs class EditScheduleEntryWindow (line 9) | public partial class EditScheduleEntryWindow : EVEMonForm method EditScheduleEntryWindow (line 25) | public EditScheduleEntryWindow() method EditScheduleEntryWindow (line 41) | public EditScheduleEntryWindow(DateTime defaultTime) method InitialEntry (line 71) | private void InitialEntry() method UpdateFromEntry (line 95) | private void UpdateFromEntry() method SetRecurringOverflowDropdown (line 137) | private void SetRecurringOverflowDropdown(MonthlyOverflowResolution mo... method GetRecurringOverflowDropdown (line 159) | private MonthlyOverflowResolution GetRecurringOverflowDropdown() method SetRecurringFrequencyDropdown (line 180) | private void SetRecurringFrequencyDropdown(RecurringFrequency recurFre... method GetRecurringFrequencyDropdown (line 235) | private RecurringFrequency GetRecurringFrequencyDropdown() method GetRecurringFrequencyDayOfWeek (line 264) | private DayOfWeek GetRecurringFrequencyDayOfWeek() method SetTypeFlags (line 289) | private void SetTypeFlags(ScheduleEntryOptions scheduleEntryOptions) method GetTypeFlags (line 300) | private ScheduleEntryOptions GetTypeFlags() method SetRecurringDateTo (line 319) | private void SetRecurringDateTo(DateTime dateTime) method SetRecurringDateFrom (line 336) | private void SetRecurringDateFrom(DateTime dateTime) method SetOneTimeStartDate (line 353) | private void SetOneTimeStartDate(DateTime dateTime) method SetOneTimeEndDate (line 363) | private void SetOneTimeEndDate(DateTime dateTime) method rbOneTime_CheckedChanged (line 374) | private void rbOneTime_CheckedChanged(object sender, EventArgs e) method rbRecurring_CheckedChanged (line 386) | private void rbRecurring_CheckedChanged(object sender, EventArgs e) method cbRecurringFrequency_SelectedIndexChanged (line 398) | private void cbRecurringFrequency_SelectedIndexChanged(object sender, ... method btnRecurringNoStartDate_Click (line 409) | private void btnRecurringNoStartDate_Click(object sender, EventArgs e) method btnRecurringNoEndDate_Click (line 419) | private void btnRecurringNoEndDate_Click(object sender, EventArgs e) method ValidateData (line 427) | private void ValidateData() method btnCancel_Click (line 487) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 498) | private void btnOk_Click(object sender, EventArgs e) method GenerateScheduleEntry (line 509) | private ScheduleEntry GenerateScheduleEntry() method buttonDebug_Click (line 560) | private void buttonDebug_Click(object sender, EventArgs e) method tbTitle_TextChanged (line 574) | private void tbTitle_TextChanged(object sender, EventArgs e) method tbOneTimeStartTime_TextChanged (line 584) | private void tbOneTimeStartTime_TextChanged(object sender, EventArgs e) method tbOneTimeEndTime_TextChanged (line 594) | private void tbOneTimeEndTime_TextChanged(object sender, EventArgs e) method tbRecurringTimeFrom_TextChanged (line 604) | private void tbRecurringTimeFrom_TextChanged(object sender, EventArgs e) method tbRecurringTimeTo_TextChanged (line 614) | private void tbRecurringTimeTo_TextChanged(object sender, EventArgs e) method btnOneTimeStartDateChoose_Click (line 624) | private void btnOneTimeStartDateChoose_Click(object sender, EventArgs e) method btnOneTimeEndDateChoose_Click (line 636) | private void btnOneTimeEndDateChoose_Click(object sender, EventArgs e) method btnRecurringStartDateChoose_Click (line 648) | private void btnRecurringStartDateChoose_Click(object sender, EventArg... method btnRecurringEndDateChoose_Click (line 660) | private void btnRecurringEndDateChoose_Click(object sender, EventArgs e) method GetDate (line 672) | private static DateTime GetDate(DateTime res) FILE: src/EVEMon/Schedule/ScheduleCalendar.cs class ScheduleCalendar (line 14) | public class ScheduleCalendar : CalendarControl method ScheduleCalendar (line 30) | public ScheduleCalendar() method Dispose (line 89) | protected override void Dispose(bool disposing) method PaintMonthEntriesForDay (line 104) | protected override void PaintMonthEntriesForDay(Graphics graphics, Dat... method OnPaint (line 237) | protected override void OnPaint(PaintEventArgs e) FILE: src/EVEMon/Schedule/ScheduleEditorWindow.Designer.cs class ScheduleEditorWindow (line 5) | partial class ScheduleEditorWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/Schedule/ScheduleEditorWindow.cs class ScheduleEditorWindow (line 16) | public partial class ScheduleEditorWindow : EVEMonForm method ScheduleEditorWindow (line 27) | public ScheduleEditorWindow() method ScheduleEditorWindow_Load (line 48) | private void ScheduleEditorWindow_Load(object sender, EventArgs e) method OnFormClosing (line 80) | protected override void OnFormClosing(FormClosingEventArgs e) method EveMonClient_SchedulerChanged (line 95) | private void EveMonClient_SchedulerChanged(object sender, EventArgs e) method UpdateEntries (line 103) | private void UpdateEntries() method UpdateCalendarEntries (line 112) | private void UpdateCalendarEntries() method UpdateListBoxEntries (line 125) | private void UpdateListBoxEntries() method UpdateEntryDescription (line 139) | private void UpdateEntryDescription() method RemoveSelectedEntry (line 234) | private void RemoveSelectedEntry() method calControl_MouseLeave (line 255) | private void calControl_MouseLeave(object sender, EventArgs e) method calControl_MouseEnter (line 265) | private void calControl_MouseEnter(object sender, EventArgs e) method calControl_MouseDown (line 275) | private void calControl_MouseDown(object sender, MouseEventArgs e) method calControl_MouseMove (line 288) | private void calControl_MouseMove(object sender, MouseEventArgs e) method calControl_DayDoubleClicked (line 303) | private void calControl_DayDoubleClicked(object sender, DaySelectedEve... method calControl_DayClicked (line 313) | private void calControl_DayClicked(object sender, DaySelectedEventArgs e) method UpdateDateTimeControls (line 335) | private void UpdateDateTimeControls(DateTime dateTime) method ShowCalendarContextMenu (line 347) | private void ShowCalendarContextMenu(DateTime datetime, Point location) method ShowCalendarTooltip (line 391) | private void ShowCalendarTooltip(DateTime datetime) method editMenuItem_Click (line 471) | private static void editMenuItem_Click(object sender, EventArgs e) method newEntryMenuItem_Click (line 494) | private void newEntryMenuItem_Click(object sender, EventArgs e) method AddScheduleEntry (line 505) | private static void AddScheduleEntry(DateTime datetime) method tsbDeleteEntry_Click (line 529) | private void tsbDeleteEntry_Click(object sender, EventArgs e) method tsbClearExpired_Click (line 540) | private void tsbClearExpired_Click(object sender, EventArgs e) method lbEntries_SelectedIndexChanged (line 554) | private void lbEntries_SelectedIndexChanged(object sender, EventArgs e) method lbEntries_DoubleClick (line 570) | private void lbEntries_DoubleClick(object sender, EventArgs e) method addEntryMenuItem_Click (line 596) | private void addEntryMenuItem_Click(object sender, EventArgs e) method nudYear_ValueChanged (line 613) | private void nudYear_ValueChanged(object sender, EventArgs e) method nudDay_ValueChanged (line 635) | private void nudDay_ValueChanged(object sender, EventArgs e) method nudMonth_ValueChanged (line 691) | private void nudMonth_ValueChanged(object sender, EventArgs e) method lbEntries_KeyDown (line 717) | private void lbEntries_KeyDown(object sender, KeyEventArgs e) FILE: src/EVEMon/SettingsUI/CloudStorageServiceControl.Designer.cs class CloudStorageServiceControl (line 3) | partial class CloudStorageServiceControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/CloudStorageServiceControl.cs class CloudStorageServiceControl (line 14) | public partial class CloudStorageServiceControl : UserControl method CloudStorageServiceControl (line 21) | public CloudStorageServiceControl() method CloudStorageServiceControl_Load (line 57) | private async void CloudStorageServiceControl_Load(object sender, Even... method OnDisposed (line 73) | private void OnDisposed(object sender, EventArgs e) method btnReset_Click (line 86) | private async void btnReset_Click(object sender, EventArgs e) method btnRequestApply_Click (line 105) | private async void btnRequestApply_Click(object sender, EventArgs e) method getAnAccountLinkLabel_LinkClicked (line 145) | private void getAnAccountLinkLabel_LinkClicked(object sender, LinkLabe... method CloudStorageServiceProvider_CheckCredentials (line 161) | private void CloudStorageServiceProvider_CheckCredentials(object sende... method CloudStorageServiceProvider_SettingsReset (line 187) | private void CloudStorageServiceProvider_SettingsReset(object sender, ... method CheckAPIAuthIsValidAsync (line 204) | internal async Task CheckAPIAuthIsValidAsync(bool forceRecheck = false) method ResetTextAndColor (line 235) | private void ResetTextAndColor() method UpdateControlsVisibility (line 244) | private void UpdateControlsVisibility() FILE: src/EVEMon/SettingsUI/EmailNotificationsControl.Designer.cs class EmailNotificationsControl (line 3) | partial class EmailNotificationsControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/EmailNotificationsControl.cs class EmailNotificationsControl (line 15) | public partial class EmailNotificationsControl : UserControl method EmailNotificationsControl (line 23) | public EmailNotificationsControl() method InitializeControls (line 50) | private void InitializeControls() method PopulateSettingsFromControls (line 88) | internal void PopulateSettingsFromControls() method SetControls (line 110) | private void SetControls() method ResetControls (line 140) | private void ResetControls() method cbbEMailServerProvider_SelectedIndexChanged (line 159) | private void cbbEMailServerProvider_SelectedIndexChanged(object sender... method cbEmailAuthRequired_CheckedChanged (line 169) | private void cbEmailAuthRequired_CheckedChanged(object sender, EventAr... method btnReset_Click (line 179) | private void btnReset_Click(object sender, EventArgs e) method btnTestEmail_Click (line 189) | private void btnTestEmail_Click(object sender, EventArgs e) method tbEmailServerAddress_Validating (line 203) | private void tbEmailServerAddress_Validating(object sender, CancelEven... method tbEmailPort_Validating (line 216) | private void tbEmailPort_Validating(object sender, CancelEventArgs e) method tbEmailUsername_Validating (line 222) | private void tbEmailUsername_Validating(object sender, CancelEventArgs e) method tbEmailPassword_Validating (line 235) | private void tbEmailPassword_Validating(object sender, CancelEventArgs e) method tbFromAddress_Validating (line 248) | private void tbFromAddress_Validating(object sender, CancelEventArgs e) method tbToAddress_Validating (line 265) | private void tbToAddress_Validating(object sender, CancelEventArgs e) method tbEmailServerAddress_Validated (line 291) | private void tbEmailServerAddress_Validated(object sender, EventArgs e) method tbEmailUsername_Validated (line 301) | private void tbEmailUsername_Validated(object sender, EventArgs e) method tbEmailPassword_Validated (line 311) | private void tbEmailPassword_Validated(object sender, EventArgs e) method tbFromAddress_Validated (line 321) | private void tbFromAddress_Validated(object sender, EventArgs e) method tbToAddress_Validated (line 331) | private void tbToAddress_Validated(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/ExternalCalendarControl.Designer.cs class ExternalCalendarControl (line 3) | partial class ExternalCalendarControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/ExternalCalendarControl.cs class ExternalCalendarControl (line 19) | public partial class ExternalCalendarControl : UserControl method ExternalCalendarControl (line 24) | public ExternalCalendarControl() method OnLoad (line 43) | protected override async void OnLoad(EventArgs e) method SetExternalCalendar (line 54) | internal void SetExternalCalendar(SerializableSettings settings) method ApplyExternalCalendarSettings (line 85) | internal void ApplyExternalCalendarSettings(SerializableSettings setti... method UpdateControlsVisibility (line 114) | private void UpdateControlsVisibility() method RequestGoogleCalendarAuthentication (line 135) | private async Task RequestGoogleCalendarAuthentication(bool checkAuth ... method OnMustEnableOrDisable (line 171) | private void OnMustEnableOrDisable(object sender, EventArgs e) method ExternalCalendarControl_EnabledChanged (line 181) | private async void ExternalCalendarControl_EnabledChanged(object sende... method tbCalendarPath_Validating (line 195) | private void tbCalendarPath_Validating(object sender, CancelEventArgs e) method tbReminder_Validating (line 213) | private void tbReminder_Validating(object sender, CancelEventArgs e) method rbGoogle_CheckedChanged (line 227) | private async void rbGoogle_CheckedChanged(object sender, EventArgs e) method btnRequestAuth_Click (line 238) | private async void btnRequestAuth_Click(object sender, EventArgs e) method btnRevokeAuth_Click (line 248) | private async void btnRevokeAuth_Click(object sender, EventArgs e) method calendarIDLinkLabel_LinkClicked (line 277) | private void calendarIDLinkLabel_LinkClicked(object sender, LinkLabelL... FILE: src/EVEMon/SettingsUI/NotificationsControl.Designer.cs class NotificationsControl (line 3) | partial class NotificationsControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/NotificationsControl.cs class NotificationsControl (line 15) | public partial class NotificationsControl : UserControl method NotificationsControl (line 27) | public NotificationsControl() method combo_SelectedIndexChanged (line 80) | private void combo_SelectedIndexChanged(object sender, EventArgs e) method checkbox_CheckedChanged (line 92) | private void checkbox_CheckedChanged(object sender, EventArgs e) method PopulateControl (line 102) | private void PopulateControl() method AddCheckBox (line 130) | private void AddCheckBox(int height, NotificationCategory cat) method AddComboBox (line 161) | private void AddComboBox(int height, NotificationCategory cat) method AddLabel (line 194) | private void AddLabel(int height, NotificationCategory cat) FILE: src/EVEMon/SettingsUI/PortableEveClientsControl.Designer.cs class PortableEveClientsControl (line 3) | partial class PortableEveClientsControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/PortableEveClientsControl.cs class PortableEveClientsControl (line 11) | public partial class PortableEveClientsControl : UserControl method PortableEveClientsControl (line 21) | public PortableEveClientsControl() method LayoutControls (line 35) | private void LayoutControls() method AddInitControls (line 78) | private void AddInitControls(int height) method AddButton (line 97) | private void AddButton(int height) method AddTextBox (line 126) | private void AddTextBox(SerializablePortableEveInstallation installati... method AddIcon (line 154) | private void AddIcon(int height) method ExportToSettings (line 185) | private void ExportToSettings() method BrowseButton_Click (line 206) | private void BrowseButton_Click(object sender, EventArgs e) method DeletePictureBox_Click (line 232) | private void DeletePictureBox_Click(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/ProxyAuthenticationWindow.Designer.cs class ProxyAuthenticationWindow (line 3) | partial class ProxyAuthenticationWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/ProxyAuthenticationWindow.cs class ProxyAuthenticationWindow (line 9) | public partial class ProxyAuthenticationWindow : EVEMonForm method ProxyAuthenticationWindow (line 13) | private ProxyAuthenticationWindow() method ProxyAuthenticationWindow (line 22) | public ProxyAuthenticationWindow(ProxySettings settings) method UpdateFields (line 32) | private void UpdateFields() method rbSuppliedAuth_CheckedChanged (line 60) | private void rbSuppliedAuth_CheckedChanged(object sender, EventArgs e) method btnCancel_Click (line 70) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 81) | private void btnOk_Click(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/SettingsFileStorageControl.Designer.cs class SettingsFileStorageControl (line 7) | partial class SettingsFileStorageControl method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/SettingsFileStorageControl.cs class SettingsFileStorageControl (line 14) | public partial class SettingsFileStorageControl : UserControl method SettingsFileStorageControl (line 24) | public SettingsFileStorageControl() method SettingsFileStorageControl_Load (line 57) | private void SettingsFileStorageControl_Load(object sender, EventArgs e) method OnDisposed (line 80) | private void OnDisposed(object sender, EventArgs e) method OnVisibleChanged (line 94) | protected override void OnVisibleChanged(EventArgs e) method alwaysUploadCheckBox_CheckedChanged (line 111) | private void alwaysUploadCheckBox_CheckedChanged(object sender, EventA... method alwaysDownloadCheckBox_CheckedChanged (line 122) | private void alwaysDownloadCheckBox_CheckedChanged(object sender, Even... method useImmediatelyCheckBox_CheckedChanged (line 134) | private void useImmediatelyCheckBox_CheckedChanged(object sender, Even... method uploadSettingsFileButton_Click (line 145) | private async void uploadSettingsFileButton_Click(object sender, Event... method downloadSettingsFileButton_Click (line 168) | private async void downloadSettingsFileButton_Click(object sender, Eve... method CloudStorageServiceProvider_CredentialsChecked (line 194) | private void CloudStorageServiceProvider_CredentialsChecked(object sen... method CloudStorageServiceProvider_SettingsReset (line 206) | private void CloudStorageServiceProvider_SettingsReset(object sender, ... method CloudStorageServiceProvider_FileUploaded (line 218) | private void CloudStorageServiceProvider_FileUploaded(object sender, C... method CloudStorageServiceProvider_FileDownloaded (line 234) | private void CloudStorageServiceProvider_FileDownloaded(object sender,... method ResetTextAndColor (line 256) | private void ResetTextAndColor() FILE: src/EVEMon/SettingsUI/SettingsForm.Designer.cs class SettingsForm (line 6) | partial class SettingsForm method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/SettingsForm.cs class SettingsForm (line 31) | public partial class SettingsForm : EVEMonForm method SettingsForm (line 46) | public SettingsForm() method SettingsForm (line 67) | public SettingsForm(int parentIndex, int childIndex) : this() method SettingsForm_Load (line 108) | private void SettingsForm_Load(object sender, EventArgs e) method btnCancel_Click (line 247) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 258) | private async void btnOk_Click(object sender, EventArgs e) method applyButton_Click (line 275) | private async void applyButton_Click(object sender, EventArgs e) method SetTrayIconSettings (line 297) | private void SetTrayIconSettings() method SetG15Settings (line 320) | private void SetG15Settings() method SetMainWindowSettings (line 335) | private void SetMainWindowSettings() method SetOverviewSettings (line 351) | private void SetOverviewSettings() method SetSkillPlannerSettings (line 374) | private void SetSkillPlannerSettings() method SetCalendarSettings (line 389) | private void SetCalendarSettings() method SetExternalCalendarSettings (line 402) | private void SetExternalCalendarSettings() method SetStartUpSettings (line 412) | private void SetStartUpSettings() method ApplyToSettings (line 444) | private void ApplyToSettings() method InitilizeMarketPriceProviderDropDown (line 594) | private void InitilizeMarketPriceProviderDropDown() method InitializeCloudStorageServiceProviderDropDown (line 626) | private void InitializeCloudStorageServiceProviderDropDown() method proxyPortTextBox_Validating (line 658) | private void proxyPortTextBox_Validating(object sender, CancelEventArg... method IsValidPort (line 672) | internal static bool IsValidPort(string str, string portName, out int ... method ShowErrorMessage (line 691) | private static void ShowErrorMessage(string caption, string message) method OnMustEnableOrDisable (line 706) | private void OnMustEnableOrDisable(object sender, EventArgs e) method UpdateDisables (line 717) | private void UpdateDisables() method proxyAuthenticationButton_Click (line 773) | private void proxyAuthenticationButton_Click(object sender, EventArgs e) method trayTooltipButton_Click (line 789) | private void trayTooltipButton_Click(object sender, EventArgs e) method trayPopupButton_Click (line 810) | private void trayPopupButton_Click(object sender, EventArgs e) method btnPrioritiesReset_Click (line 830) | private void btnPrioritiesReset_Click(object sender, EventArgs e) method btnEVEMonDataDir_Click (line 841) | private void btnEVEMonDataDir_Click(object sender, EventArgs e) method GetCustomIconSet (line 856) | private static ImageList GetCustomIconSet(int index) method GetCustomIconSet (line 887) | private static ImageList GetCustomIconSet(string defaultResourcesPath,... method skillIconSetComboBox_SelectedIndexChanged (line 950) | private void skillIconSetComboBox_SelectedIndexChanged(object sender, ... method colorPanel_Click (line 979) | private void colorPanel_Click(object sender, EventArgs e) method treeView_AfterSelect (line 992) | private void treeView_AfterSelect(object sender, TreeViewEventArgs e) method ACycleInterval_ValueChanged (line 1003) | private void ACycleInterval_ValueChanged(object sender, EventArgs e) method cloudStorageProvidersComboBox_SelectedIndexChanged (line 1022) | private async void cloudStorageProvidersComboBox_SelectedIndexChanged(... method esiSettingsLabel_LinkClicked (line 1038) | private void esiSettingsLabel_LinkClicked(object sender, LinkLabelLink... FILE: src/EVEMon/SettingsUI/TrayBaseWindow.Designer.cs class TrayBaseWindow (line 3) | partial class TrayBaseWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/TrayBaseWindow.cs class TrayBaseWindow (line 10) | public partial class TrayBaseWindow : Form method TrayBaseWindow (line 22) | protected TrayBaseWindow() method InitializeTrayPopWindowControls (line 41) | private void InitializeTrayPopWindowControls() method InitializeTrayTooltipWindowControls (line 55) | private void InitializeTrayTooltipWindowControls() method OnLoad (line 73) | protected override void OnLoad(EventArgs e) method OnShown (line 90) | protected override void OnShown(EventArgs e) method OnVisibleChanged (line 102) | protected override void OnVisibleChanged(EventArgs e) method OnPaint (line 114) | protected override void OnPaint(PaintEventArgs e) method DrawBackground (line 136) | private void DrawBackground(Graphics g, Size cornerSize) method DrawBorder (line 175) | private void DrawBorder(Graphics g, Size cornerSize) method UpdateContent (line 210) | protected virtual void UpdateContent(){} FILE: src/EVEMon/SettingsUI/TrayPopUpConfigForm.Designer.cs class TrayPopupConfigForm (line 3) | partial class TrayPopupConfigForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/TrayPopUpConfigForm.cs class TrayPopupConfigForm (line 14) | public partial class TrayPopupConfigForm : EVEMonForm method TrayPopupConfigForm (line 34) | private TrayPopupConfigForm() method TrayPopupConfigForm (line 52) | public TrayPopupConfigForm(TrayPopupSettings settings) method OnLoad (line 63) | protected override void OnLoad(EventArgs e) method DisplayConfig (line 75) | private void DisplayConfig(TrayPopupSettings config) method ApplyToConfig (line 118) | private void ApplyToConfig() method GetSortOrder (line 144) | private TrayPopupSort GetSortOrder(string selectedSortOrder) method UpdateEnables (line 158) | private void UpdateEnables() method UpdateDisplayOrders (line 168) | private void UpdateDisplayOrders() method btnCancel_Click (line 230) | private void btnCancel_Click(object sender, EventArgs e) method btnOK_Click (line 241) | private void btnOK_Click(object sender, EventArgs e) method cbHideNotTraining_CheckedChanged (line 253) | private void cbHideNotTraining_CheckedChanged(object sender, EventArgs e) method cbGroupBy_SelectedIndexChanged (line 264) | private void cbGroupBy_SelectedIndexChanged(object sender, EventArgs e) method cbShowPortrait_CheckedChanged (line 275) | private void cbShowPortrait_CheckedChanged(object sender, EventArgs e) method btnUseDefaults_Click (line 285) | private void btnUseDefaults_Click(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/TrayPopUpWindow.cs class TrayPopupWindow (line 23) | public class TrayPopupWindow : TrayBaseWindow method OnLoad (line 35) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 52) | protected override void OnFormClosing(FormClosingEventArgs e) method UpdateContent (line 69) | protected override void UpdateContent() method AccountAPIKeyOrDefault (line 135) | private static ESIKey AccountAPIKeyOrDefault(Character character) => c... method PerformCustomLayout (line 142) | private void PerformCustomLayout() method GetOverviewItem (line 206) | private static OverviewItem GetOverviewItem(Character character) method PerformSupplementalControlsLayout (line 232) | private void PerformSupplementalControlsLayout() method CreateAccountsNotTrainingPanel (line 275) | private static FlowLayoutPanel CreateAccountsNotTrainingPanel(string w... method CompleteLayout (line 352) | private void CompleteLayout() method UpdateEveTimeLabel (line 376) | private void UpdateEveTimeLabel() method UpdateServerStatusLabel (line 388) | private void UpdateServerStatusLabel() method EveMonClient_ServerStatusUpdated (line 407) | private void EveMonClient_ServerStatusUpdated(object sender, EveServer... method EveMonClient_TimerTick (line 417) | private void EveMonClient_TimerTick(object sender, EventArgs e) method EveMonClient_QueuedSkillsCompleted (line 427) | private void EveMonClient_QueuedSkillsCompleted(object sender, QueuedS... FILE: src/EVEMon/SettingsUI/TrayTooltipConfigForm.Designer.cs class TrayTooltipConfigForm (line 3) | partial class TrayTooltipConfigForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/TrayTooltipConfigForm.cs class TrayTooltipConfigForm (line 14) | public partial class TrayTooltipConfigForm : EVEMonForm method TrayTooltipConfigForm (line 30) | public TrayTooltipConfigForm(TrayTooltipSettings settings) method OnLoad (line 40) | protected override void OnLoad(EventArgs e) method btnOK_Click (line 60) | private void btnOK_Click(object sender, EventArgs e) method btnCancel_Click (line 72) | private void btnCancel_Click(object sender, EventArgs e) method tbTooltipString_TextChanged (line 83) | private void tbTooltipString_TextChanged(object sender, EventArgs e) method FormatExampleTooltipText (line 104) | private static string FormatExampleTooltipText(string fmt) => Regex.Re... method TransformTooltipText (line 111) | private static string TransformTooltipText(Match m) method cbTooltipDisplay_SelectionChangeCommitted (line 170) | private void cbTooltipDisplay_SelectionChangeCommitted(object sender, ... method DisplayCustomControls (line 189) | private void DisplayCustomControls(bool custom) method cbTooltipOrder_CheckedChanged (line 199) | private void cbTooltipOrder_CheckedChanged(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/TrayTooltipWindow.cs class TrayTooltipWindow (line 18) | public sealed class TrayTooltipWindow : TrayBaseWindow method OnLoad (line 26) | protected override void OnLoad(EventArgs e) method OnClosed (line 40) | protected override void OnClosed(EventArgs e) method UpdateContent (line 55) | protected override void UpdateContent() method UpdateCharactersList (line 98) | private void UpdateCharactersList() method FormatTooltipText (line 138) | private static string FormatTooltipText(string toolTipFormat, Characte... method TransformTooltipText (line 155) | private static string TransformTooltipText(Character character, Match m) method EveMonClient_TimerTick (line 214) | private void EveMonClient_TimerTick(object sender, EventArgs e) FILE: src/EVEMon/SettingsUI/UpdateSettingsControl.Designer.cs class UpdateSettingsControl (line 3) | partial class UpdateSettingsControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SettingsUI/UpdateSettingsControl.cs class UpdateSettingsControl (line 17) | public partial class UpdateSettingsControl : UserControl method UpdateSettingsControl (line 29) | public UpdateSettingsControl() method combo_SelectedIndexChanged (line 90) | private void combo_SelectedIndexChanged(object sender, EventArgs e) method PopulateControl (line 117) | private void PopulateControl() method AddComboBox (line 145) | private void AddComboBox(Enum method, int height) method AddLabel (line 185) | private void AddLabel(Enum method, int height) method AddIcon (line 215) | private void AddIcon(Enum method, int height) method GetUpdatePeriods (line 254) | private static List GetUpdatePeriods(Enum method) FILE: src/EVEMon/SkillPlanner/AttributeBarControl.cs class AttributeBarControl (line 14) | public class AttributeBarControl : Control method AttributeBarControl (line 36) | public AttributeBarControl() method OnResize (line 211) | protected override void OnResize(EventArgs e) method GetValueAt (line 231) | private int GetValueAt(Point location) method ChangeHighlight (line 247) | private void ChangeHighlight(long newHighlight) method OnMouseMove (line 267) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseLeave (line 297) | protected override void OnMouseLeave(EventArgs e) method OnMouseClick (line 308) | protected override void OnMouseClick(MouseEventArgs e) method OnMouseDoubleClick (line 321) | protected override void OnMouseDoubleClick(MouseEventArgs e) method OnPaint (line 334) | protected override void OnPaint(PaintEventArgs e) method m_timer_Tick (line 357) | private void m_timer_Tick(object sender, EventArgs e) method DrawTile (line 411) | private void DrawTile(Graphics g, int iTile) method ShiftBrushColor (line 447) | private static SolidBrush ShiftBrushColor(Color brushColor, int shift) FILE: src/EVEMon/SkillPlanner/AttributeButtonControl.cs class AttributeButtonControl (line 15) | public class AttributeButtonControl : Control method AttributeButtonControl (line 32) | public AttributeButtonControl() method OnForeColorChanged (line 59) | protected override void OnForeColorChanged(EventArgs e) method OnMouseEnter (line 70) | protected override void OnMouseEnter(EventArgs e) method OnMouseLeave (line 82) | protected override void OnMouseLeave(EventArgs e) method OnMouseDown (line 94) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseUp (line 108) | protected override void OnMouseUp(MouseEventArgs e) method OnResize (line 122) | protected override void OnResize(EventArgs e) method CreateBorderPath (line 135) | private GraphicsPath CreateBorderPath() method OnPaint (line 166) | protected override void OnPaint(PaintEventArgs e) FILE: src/EVEMon/SkillPlanner/AttributesOptimizerControl.Designer.cs class AttributesOptimizerControl (line 6) | partial class AttributesOptimizerControl method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/AttributesOptimizerControl.cs class AttributesOptimizerControl (line 18) | public partial class AttributesOptimizerControl : UserControl method AttributesOptimizerControl (line 38) | public AttributesOptimizerControl(Character character, BasePlan plan, method OnLoad (line 60) | protected override void OnLoad(EventArgs e) method UpdateControls (line 80) | private void UpdateControls(Character character, BasePlan plan, Remapp... method UpdateAttributeControls (line 139) | private static void UpdateAttributeControls(RemappingResult remapping, method Recalculate (line 162) | private void Recalculate() method pbRemappable_ValueChanging (line 189) | private void pbRemappable_ValueChanging(object sender, AttributeValueC... method pb_ValueChanged (line 206) | private void pb_ValueChanged(object sender, AttributeValueChangedEvent... method pbRemappable_Highlighting (line 216) | private void pbRemappable_Highlighting(object sender, AttributeHighlig... method buttonOptimize_Click (line 230) | private void buttonOptimize_Click(object sender, EventArgs e) method buttonCurrent_Click (line 247) | private void buttonCurrent_Click(object sender, EventArgs e) method attributeButton_Click (line 266) | private void attributeButton_Click(object sender, EventArgs e) method UpdateValuesFrom (line 299) | public void UpdateValuesFrom(RemappingPoint point) FILE: src/EVEMon/SkillPlanner/AttributesOptimizerOptionsWindow.Designer.cs class AttributesOptimizerOptionsWindow (line 3) | partial class AttributesOptimizerOptionsWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/AttributesOptimizerOptionsWindow.cs class AttributesOptimizerOptionsWindow (line 8) | public partial class AttributesOptimizerOptionsWindow : EVEMonForm method AttributesOptimizerOptionsWindow (line 16) | private AttributesOptimizerOptionsWindow() method AttributesOptimizerOptionsWindow (line 27) | public AttributesOptimizerOptionsWindow(PlanEditorControl planEditorCo... method buttonRemappingPoints_Click (line 44) | private void buttonRemappingPoints_Click(object sender, EventArgs e) method buttonWholePlan_Click (line 57) | private void buttonWholePlan_Click(object sender, EventArgs e) method buttonCharacter_Click (line 70) | private void buttonCharacter_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/AttributesOptimizerWindow.Designer.cs class AttributesOptimizerWindow (line 7) | partial class AttributesOptimizerWindow method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/AttributesOptimizerWindow.cs class AttributesOptimizerWindow (line 23) | public partial class AttributesOptimizerWindow : EVEMonForm, IPlanOrderP... method AttributesOptimizerWindow (line 55) | private AttributesOptimizerWindow() method AttributesOptimizerWindow (line 67) | public AttributesOptimizerWindow(PlanEditorControl planEditorControl, ... method AttributesOptimizerWindow (line 87) | public AttributesOptimizerWindow(PlanEditorControl planEditorControl, ... method OnLoad (line 102) | protected override async void OnLoad(EventArgs e) method OnFormClosing (line 118) | protected override void OnFormClosing(FormClosingEventArgs e) method UpdateTitle (line 133) | private void UpdateTitle() method Run (line 178) | private void Run(bool update = false) method UpdateForm (line 227) | private void UpdateForm(RemappingResult remapping, ICollection remap... method UpdateSummaryInformation (line 300) | private void UpdateSummaryInformation(ICollection rem... method AddSummaryForRemapping (line 363) | private void AddSummaryForRemapping(RemappingResult remap, ref TimeSpa... method AddItemForAttribute (line 397) | private void AddItemForAttribute(RemappingResult remap, ListViewGroup ... method AddTabPage (line 410) | private void AddTabPage(RemappingResult remapping, string tabName) method CreateAttributesOptimizationControl (line 441) | private AttributesOptimizerControl CreateAttributesOptimizationControl... method AttributesOptimizationControl_AttributeChanged (line 476) | private void AttributesOptimizationControl_AttributeChanged(object sen... method EveMonClient_PlanNameChanged (line 503) | private void EveMonClient_PlanNameChanged(object sender, PlanChangedEv... method UpdateStatistics (line 522) | public void UpdateStatistics(BasePlan plan, out bool areRemappingPoint... method UpdateOnImplantSetChange (line 540) | public Task UpdateOnImplantSetChange() FILE: src/EVEMon/SkillPlanner/BlueprintBrowserControl.Designer.cs class BlueprintBrowserControl (line 5) | partial class BlueprintBrowserControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/BlueprintBrowserControl.cs class BlueprintBrowserControl (line 20) | internal partial class BlueprintBrowserControl : EveObjectBrowserControl method BlueprintBrowserControl (line 42) | public BlueprintBrowserControl() method OnLoad (line 68) | protected override void OnLoad(EventArgs e) method OnSelectionChanged (line 94) | protected override void OnSelectionChanged() method OnSelectedPlanChanged (line 121) | protected override void OnSelectedPlanChanged() method OnSettingsChanged (line 143) | protected override void OnSettingsChanged() method SetSearchText (line 158) | internal void SetSearchText(string text) method UpdateTabs (line 166) | private void UpdateTabs() method RefreshTabs (line 188) | private void RefreshTabs() method SetActivities (line 236) | private void SetActivities() method UpdateAttributes (line 308) | private void UpdateAttributes() method UpdateRequiredMaterialsList (line 430) | private void UpdateRequiredMaterialsList() method AddGroups (line 485) | private IEnumerable AddGroups() method UpdateFacilityModifier (line 537) | private void UpdateFacilityModifier() method UpdateImplantSetModifier (line 661) | private void UpdateImplantSetModifier() method BaseActivityTime (line 703) | private static string BaseActivityTime(double activityTime) method CharacterActivityTime (line 719) | private string CharacterActivityTime(double activityTime, int skillID,... method TimeSpanToText (line 761) | private static string TimeSpanToText(TimeSpan time, bool includeSeconds) method GetProbabilityModifier (line 768) | private decimal GetProbabilityModifier() method GetTimeEfficiencyModifier (line 787) | private double GetTimeEfficiencyModifier(BlueprintActivity activity) method GetActivity (line 856) | private BlueprintActivity GetActivity() method ShowInBrowser (line 912) | private void ShowInBrowser(Item item) method GetFacilityManufacturingAndMaterialMultiplier (line 926) | private double GetFacilityManufacturingAndMaterialMultiplier() method GetFacilityResearchTimeMultiplier (line 963) | private double GetFacilityResearchTimeMultiplier(BlueprintActivity act... method GetImplantMultiplier (line 997) | private double GetImplantMultiplier(ICollection implantIDs) method tabControl_SelectedIndexChanged (line 1025) | private void tabControl_SelectedIndexChanged(object sender, EventArgs e) method nudME_ValueChanged (line 1040) | private void nudME_ValueChanged(object sender, EventArgs e) method nudTE_ValueChanged (line 1056) | private void nudTE_ValueChanged(object sender, EventArgs e) method cbFacility_SelectedIndexChanged (line 1071) | private void cbFacility_SelectedIndexChanged(object sender, EventArgs e) method cbImplantSet_SelectedIndexChanged (line 1099) | private void cbImplantSet_SelectedIndexChanged(object sender, EventArg... method lblItem_Click (line 1128) | private void lblItem_Click(object sender, EventArgs e) method InventBlueprintListBox_SelectedIndexChanged (line 1145) | private void InventBlueprintListBox_SelectedIndexChanged(object sender... method propertiesList_DoubleClick (line 1161) | private void propertiesList_DoubleClick(object sender, EventArgs e) method BlueprintAttributeContextMenu_Opening (line 1176) | private void BlueprintAttributeContextMenu_Opening(object sender, Canc... method exportToCSVToolStripMenuItem_Click (line 1189) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method PropertiesList_MouseDown (line 1199) | private void PropertiesList_MouseDown(object sender, MouseEventArgs e) method PropertiesList_MouseMove (line 1212) | private void PropertiesList_MouseMove(object sender, MouseEventArgs e) method InventBlueprintListBox_MouseMove (line 1225) | private void InventBlueprintListBox_MouseMove(object sender, MouseEven... FILE: src/EVEMon/SkillPlanner/BlueprintSelectControl.Designer.cs class BlueprintSelectControl (line 3) | partial class BlueprintSelectControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/BlueprintSelectControl.cs class BlueprintSelectControl (line 12) | public partial class BlueprintSelectControl : EveObjectSelectControl method BlueprintSelectControl (line 21) | public BlueprintSelectControl() method OnLoad (line 31) | protected override void OnLoad(EventArgs e) method InitializeFiltersControls (line 50) | protected override void InitializeFiltersControls() method InitializeFilterControl (line 64) | private void InitializeFilterControl() method InitiliazeSelectedIndexes (line 82) | private void InitiliazeSelectedIndexes() method cbUsabilityFilter_SelectedIndexChanged (line 137) | private void cbUsabilityFilter_SelectedIndexChanged(object sender, Eve... method cbActivity_SelectedIndexChanged (line 147) | private void cbActivity_SelectedIndexChanged(object sender, EventArgs e) method cbMetagroup_CheckedChanged (line 201) | private void cbMetagroup_CheckedChanged(object sender, EventArgs e) method OnSearchTextChanged (line 248) | protected override void OnSearchTextChanged() method OnSelectedIndexChanged (line 270) | private void OnSelectedIndexChanged() method BuildTreeView (line 325) | protected override void BuildTreeView() method BuildSubtree (line 394) | private int BuildSubtree(BlueprintMarketGroup group, TreeNodeCollectio... FILE: src/EVEMon/SkillPlanner/CertificateBrowserControl.Designer.cs class CertificateBrowserControl (line 5) | partial class CertificateBrowserControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/CertificateBrowserControl.cs class CertificateBrowserControl (line 20) | public partial class CertificateBrowserControl : UserControl method CertificateBrowserControl (line 29) | public CertificateBrowserControl() method OnLoad (line 44) | protected override void OnLoad(EventArgs e) method OnDisposed (line 74) | private void OnDisposed(object sender, EventArgs e) method UpdateContent (line 155) | private void UpdateContent() method UpdateLevelLabel (line 264) | private void UpdateLevelLabel(Control label, int level) method UpdateRecommendations (line 296) | private void UpdateRecommendations(List newItems, SplitContai... method UpdateEligibility (line 335) | private void UpdateEligibility() method UpdatePlanningMenuStatus (line 381) | private bool UpdatePlanningMenuStatus(ToolStripItem menu, CertificateL... method certSelectControl_SelectionChanged (line 401) | private void certSelectControl_SelectionChanged(object sender, EventAr... method recommendations_MenuItem (line 409) | private void recommendations_MenuItem(object sender, EventArgs e) method EveMonClient_PlanChanged (line 427) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_SettingsChanged (line 438) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method tsPlanToLevel_Click (line 453) | private void tsPlanToLevel_Click(object sender, EventArgs e) method UpdateControlVisibility (line 474) | private void UpdateControlVisibility() FILE: src/EVEMon/SkillPlanner/CertificateSelectControl.Designer.cs class CertificateSelectControl (line 3) | partial class CertificateSelectControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/CertificateSelectControl.cs class CertificateSelectControl (line 24) | public partial class CertificateSelectControl : UserControl method CertificateSelectControl (line 45) | public CertificateSelectControl() method OnLoad (line 153) | protected override void OnLoad(EventArgs e) method InitializeFiltersControls (line 179) | private void InitializeFiltersControls() method InitializeFilterControl (line 194) | private void InitializeFilterControl() method InitializeSortControl (line 220) | private void InitializeSortControl() method InitiliazeSelectedIndexes (line 238) | private void InitiliazeSelectedIndexes() method OnVisibleChanged (line 277) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 292) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 303) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method UpdateControlVisibility (line 316) | private void UpdateControlVisibility() method UpdateSearchTextHintVisibility (line 325) | private void UpdateSearchTextHintVisibility() method cbFilter_SelectedIndexChanged (line 340) | private void cbFilter_SelectedIndexChanged(object sender, EventArgs e) method cbSorting_SelectedIndexChanged (line 370) | private void cbSorting_SelectedIndexChanged(object sender, EventArgs e) method lbSearchTextHint_Click (line 401) | private void lbSearchTextHint_Click(object sender, EventArgs e) method tbSearchText_Enter (line 411) | private void tbSearchText_Enter(object sender, EventArgs e) method tbSearchText_Leave (line 421) | private void tbSearchText_Leave(object sender, EventArgs e) method tbSearchText_TextChanged (line 431) | private void tbSearchText_TextChanged(object sender, EventArgs e) method tbSearchText_KeyPress (line 458) | private void tbSearchText_KeyPress(object sender, KeyPressEventArgs e) method lbSearchList_SelectedIndexChanged (line 473) | private void lbSearchList_SelectedIndexChanged(object sender, EventArg... method lbSearchList_MouseDown (line 483) | private void lbSearchList_MouseDown(object sender, MouseEventArgs e) method lbSearchList_MouseMove (line 497) | private void lbSearchList_MouseMove(object sender, MouseEventArgs e) method lvSortedList_SelectedIndexChanged (line 512) | private void lvSortedList_SelectedIndexChanged(object sender, EventArg... method lvSortedList_MouseDown (line 522) | private void lvSortedList_MouseDown(object sender, MouseEventArgs e) method lvSortedList_MouseMove (line 535) | private void lvSortedList_MouseMove(object sender, MouseEventArgs e) method tvItems_MouseDown (line 550) | private void tvItems_MouseDown(object sender, MouseEventArgs e) method tvItems_MouseMove (line 563) | private void tvItems_MouseMove(object sender, MouseEventArgs e) method tvItems_AfterSelect (line 577) | private void tvItems_AfterSelect(object sender, TreeViewEventArgs e) method pbSearchTextDel_MouseUp (line 587) | private void pbSearchTextDel_MouseUp(object sender, MouseEventArgs e) method UpdateContent (line 601) | private void UpdateContent() method UpdateTree (line 643) | private void UpdateTree(IList classes) method UpdateListBox (line 732) | private void UpdateListBox(IList classes) method UpdateListView (line 761) | private void UpdateListView(IList classes) method GetFilteredData (line 814) | private IEnumerable GetFilteredData() method GetFilter (line 842) | private Func GetFilter() method GetSortedListData (line 871) | private string GetSortedListData(ref IList classes, ... method GetTimeToNextLevel (line 915) | private static TimeSpan GetTimeToNextLevel(CertificateClass certificat... method GetTimeToMaxLevel (line 926) | private static TimeSpan GetTimeToMaxLevel(CertificateClass certificate... method GetCertImageIndex (line 940) | private int GetCertImageIndex(Certificate certificate) method OnSelectionChanged (line 1033) | private void OnSelectionChanged() method UpdateSelection (line 1042) | private void UpdateSelection(object selection) method planToLevelMenuItem_Click (line 1058) | private void planToLevelMenuItem_Click(object sender, EventArgs e) method cmListCerts_Opening (line 1077) | private void cmListCerts_Opening(object sender, CancelEventArgs e) method SetAdditionMenuStatus (line 1140) | private void SetAdditionMenuStatus(ToolStripItem menu, CertificateLeve... method cmiExpandSelected_Click (line 1158) | private void cmiExpandSelected_Click(object sender, EventArgs e) method cmiCollapseSelected_Click (line 1168) | private void cmiCollapseSelected_Click(object sender, EventArgs e) method cmiExpandAll_Click (line 1178) | private void cmiExpandAll_Click(object sender, EventArgs e) method cmiCollapseAll_Click (line 1189) | private void cmiCollapseAll_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/CertificateTreeDisplayControl.Designer.cs class CertificateTreeDisplayControl (line 3) | sealed partial class CertificateTreeDisplayControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/CertificateTreeDisplayControl.cs class CertificateTreeDisplayControl (line 22) | public sealed partial class CertificateTreeDisplayControl : UserControl method CertificateTreeDisplayControl (line 46) | public CertificateTreeDisplayControl() method OnLoad (line 127) | protected override void OnLoad(EventArgs e) method OnDisposed (line 153) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 167) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 177) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_PlanChanged (line 193) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method treeView_MouseDown (line 206) | private void treeView_MouseDown(object sender, MouseEventArgs e) method treeView_MouseMove (line 234) | private void treeView_MouseMove(object sender, MouseEventArgs e) method treeView_NodeMouseDoubleClick (line 247) | private void treeView_NodeMouseDoubleClick(object sender, TreeNodeMous... method UpdateTree (line 271) | private void UpdateTree() method CreateNode (line 323) | private static TreeNode CreateNode(CertificateLevel certLevel) method CreateNode (line 344) | private static TreeNode CreateNode(SkillLevel skillPrereq) method UpdateNode (line 366) | private void UpdateNode(TreeNode node) method treeView_DrawNode (line 417) | private void treeView_DrawNode(object sender, DrawTreeNodeEventArgs e) method cmListSkills_Opening (line 523) | private void cmListSkills_Opening(object sender, CancelEventArgs e) method tsmAddToPlan_Click (line 578) | private void tsmAddToPlan_Click(object sender, EventArgs e) method tsmExpandSelected_Click (line 606) | private void tsmExpandSelected_Click(object sender, EventArgs e) method tsmCollapseSelected_Click (line 616) | private void tsmCollapseSelected_Click(object sender, EventArgs e) method tsmExpandAll_Click (line 626) | private void tsmExpandAll_Click(object sender, EventArgs e) method tsmCollapseAll_Click (line 637) | private void tsmCollapseAll_Click(object sender, EventArgs e) method showInBrowserMenu_Click (line 648) | private void showInBrowserMenu_Click(object sender, EventArgs e) method showInExplorerMenu_Click (line 663) | private void showInExplorerMenu_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/EveObjectBrowserControl.Designer.cs class EveObjectBrowserControl (line 6) | partial class EveObjectBrowserControl method Dispose (line 17) | protected override void Dispose(bool disposing) method InitializeComponent (line 32) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/EveObjectBrowserControl.cs class EveObjectBrowserControl (line 28) | internal partial class EveObjectBrowserControl : UserControl method EveObjectBrowserControl (line 40) | protected EveObjectBrowserControl() method OnDisposed (line 51) | private void OnDisposed(object sender, EventArgs e) method OnLoad (line 63) | protected override void OnLoad(EventArgs e) method OnSelectedPlanChanged (line 172) | protected virtual void OnSelectedPlanChanged() method OnPlanChanged (line 180) | protected virtual void OnPlanChanged() method OnSelectionChanged (line 187) | protected virtual void OnSelectionChanged() method OnSettingsChanged (line 195) | protected virtual void OnSettingsChanged() method EveMonClient_PlanChanged (line 210) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_SettingsChanged (line 223) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method OnSelectionChanged (line 233) | private void OnSelectionChanged(object sender, EventArgs e) method UpdateContent (line 243) | private void UpdateContent() method UpdatePropertiesList (line 283) | private void UpdatePropertiesList() method AddPropertyGroups (line 334) | private IEnumerable AddPropertyGroups() method AddPropertyValue (line 416) | private void AddPropertyValue(ICollection items, ListVie... method AddValueForSelectedObjects (line 435) | private void AddValueForSelectedObjects(EveProperty prop, ListViewItem... method AddFittingSlotProperty (line 483) | private void AddFittingSlotProperty(ICollection items, L... method AddControlTowerFuelInfo (line 500) | private void AddControlTowerFuelInfo(ICollection items) method GetMaterials (line 534) | private IEnumerable GetMaterials(IEnumerable items) method AddItemsAndSubItems (line 585) | private void AddItemsAndSubItems(EveProperty prop, ICollection items) method AddItemsAndSubItems (line 655) | private void AddItemsAndSubItems(ICollection items, List... method AddListViewItem (line 692) | private void AddListViewItem(EveProperty prop, ICollection items) method tvItems_SelectionsChanged (line 496) | private void tvItems_SelectionsChanged(object sender, EventArgs e) method tvItems_MouseDown (line 513) | private void tvItems_MouseDown(object sender, MouseEventArgs e) method tvItems_MouseMove (line 526) | private void tvItems_MouseMove(object sender, MouseEventArgs e) method lbSearchList_SelectedIndexChanged (line 539) | private void lbSearchList_SelectedIndexChanged(object sender, EventArg... method lbSearchList_MouseDown (line 556) | private void lbSearchList_MouseDown(object sender, MouseEventArgs e) method lbSearchList_MouseMove (line 571) | private void lbSearchList_MouseMove(object sender, MouseEventArgs e) method cmiExpandAll_Click (line 591) | private void cmiExpandAll_Click(object sender, EventArgs e) method cmiCollapseAll_Click (line 602) | private void cmiCollapseAll_Click(object sender, EventArgs e) method cmiExpandSelected_Click (line 613) | private void cmiExpandSelected_Click(object sender, EventArgs e) method cmiCollapseSelected_Click (line 623) | private void cmiCollapseSelected_Click(object sender, EventArgs e) method contextMenu_Opening (line 633) | private void contextMenu_Opening(object sender, CancelEventArgs e) method UpdateContextMenu (line 652) | private void UpdateContextMenu() method PlanToMasteryLevel (line 681) | private void PlanToMasteryLevel(TreeNode node) method SetAdditionMenuStatus (line 724) | private void SetAdditionMenuStatus(ToolStripItem menu, Mastery mastery... method planToLevelMenuItem_Click (line 742) | private void planToLevelMenuItem_Click(object sender, EventArgs e) method SelectAll (line 765) | protected bool SelectAll(Item item) => true; method CanUse (line 773) | protected bool CanUse(Item item) method CannotUse (line 855) | protected bool CannotUse(Item item) FILE: src/EVEMon/SkillPlanner/ImplantCalculatorWindow.Designer.cs class ImplantCalculatorWindow (line 3) | partial class ImplantCalculatorWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ImplantCalculatorWindow.cs class ImplantCalculatorWindow (line 22) | public partial class ImplantCalculatorWindow : EVEMonForm, IPlanOrderPlu... method ImplantCalculatorWindow (line 38) | private ImplantCalculatorWindow() method ImplantCalculatorWindow (line 48) | public ImplantCalculatorWindow(PlanEditorControl planEditor) method OnLoad (line 66) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 96) | protected override void OnFormClosing(FormClosingEventArgs e) method UpdateContentAsync (line 144) | private async Task UpdateContentAsync() method UpdateAttributeLabels (line 170) | private void UpdateAttributeLabels(EveAttribute attrib, int myValue, C... method UpdateTimesAsync (line 185) | private async Task UpdateTimesAsync() method UpdateTimesForCharacter (line 234) | private Task UpdateTimesForCharacter(BaseCharacter character) method nudIntelligence_ValueChanged (line 247) | private async void nudIntelligence_ValueChanged(object sender, EventAr... method nudCharisma_ValueChanged (line 264) | private async void nudCharisma_ValueChanged(object sender, EventArgs e) method nudPerception_ValueChanged (line 281) | private async void nudPerception_ValueChanged(object sender, EventArgs e) method nudMemory_ValueChanged (line 298) | private async void nudMemory_ValueChanged(object sender, EventArgs e) method nudWillpower_ValueChanged (line 315) | private async void nudWillpower_ValueChanged(object sender, EventArgs e) method CreateModifiedScratchpad (line 331) | private CharacterScratchpad CreateModifiedScratchpad(BaseCharacter cha... method UpdateStatistics (line 356) | public void UpdateStatistics(BasePlan plan, out bool areRemappingPoint... method UpdateOnImplantSetChange (line 370) | public Task UpdateOnImplantSetChange() => UpdateContentAsync(); method UpdateTitle (line 375) | private void UpdateTitle() method EveMonClient_PlanNameChanged (line 390) | private void EveMonClient_PlanNameChanged(object sender, PlanChangedEv... FILE: src/EVEMon/SkillPlanner/ItemBrowserControl.Designer.cs class ItemBrowserControl (line 5) | partial class ItemBrowserControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ItemBrowserControl.cs class ItemBrowserControl (line 11) | internal partial class ItemBrowserControl : EveObjectBrowserControl method ItemBrowserControl (line 18) | public ItemBrowserControl() method exportToCSVToolStripMenuItem_Click (line 39) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method PropertiesList_MouseDown (line 49) | private void PropertiesList_MouseDown(object sender, MouseEventArgs e) method PropertiesList_MouseMove (line 62) | private void PropertiesList_MouseMove(object sender, MouseEventArgs e) method propertiesList_DoubleClick (line 75) | private void propertiesList_DoubleClick(object sender, EventArgs e) method ShipAttributeContextMenu_Opening (line 98) | private void ShipAttributeContextMenu_Opening(object sender, CancelEve... method SetSearchText (line 120) | internal void SetSearchText(string text) method OnSelectionChanged (line 128) | protected override void OnSelectionChanged() method OnSelectedPlanChanged (line 145) | protected override void OnSelectedPlanChanged() FILE: src/EVEMon/SkillPlanner/ItemSelectControl.Designer.cs class ItemSelectControl (line 3) | partial class ItemSelectControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ItemSelectControl.cs class ItemSelectControl (line 15) | public partial class ItemSelectControl : EveObjectSelectControl method ItemSelectControl (line 32) | public ItemSelectControl() method OnLoad (line 44) | protected override void OnLoad(EventArgs e) method InitializeFiltersControls (line 66) | protected override void InitializeFiltersControls() method InitializeFilterControl (line 93) | private void InitializeFilterControl() method InitializeGroupControl (line 110) | private void InitializeGroupControl() method InitiliazeSelectedIndexes (line 126) | private void InitiliazeSelectedIndexes() method OnSearchTextChanged (line 199) | protected override void OnSearchTextChanged() method cbUsabilityFilter_SelectedIndexChanged (line 223) | private void cbUsabilityFilter_SelectedIndexChanged(object sender, Eve... method cbSlotFilter_SelectedIndexChanged (line 269) | private void cbSlotFilter_SelectedIndexChanged(object sender, EventArg... method ccbGroupFilter_ItemCheck (line 325) | private void ccbGroupFilter_ItemCheck(object sender, ItemCheckEventArg... method cbCPU_CheckedChanged (line 362) | private void cbCPU_CheckedChanged(object sender, EventArgs e) method cbPowergrid_CheckedChanged (line 375) | private void cbPowergrid_CheckedChanged(object sender, EventArgs e) method numCPU_ValueChanged (line 387) | private void numCPU_ValueChanged(object sender, EventArgs e) method numPowergrid_ValueChanged (line 398) | private void numPowergrid_ValueChanged(object sender, EventArgs e) method showAllGroupsCheckbox_CheckedChanged (line 409) | private void showAllGroupsCheckbox_CheckedChanged(object sender, Event... method UpdateFittingPredicate (line 431) | private void UpdateFittingPredicate() method BuildTreeView (line 457) | protected override void BuildTreeView() method BuildSubtree (line 530) | private int BuildSubtree(MarketGroup group, TreeNodeCollection nodeCol... FILE: src/EVEMon/SkillPlanner/LoadoutImportationWindow.Designer.cs class LoadoutImportationWindow (line 5) | partial class LoadoutImportationWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/LoadoutImportationWindow.cs class LoadoutImportationWindow (line 25) | public partial class LoadoutImportationWindow : EVEMonForm method LoadoutImportationWindow (line 48) | private LoadoutImportationWindow() method LoadoutImportationWindow (line 59) | public LoadoutImportationWindow(Plan plan) method OnActivated (line 80) | protected override void OnActivated(EventArgs e) method OnFormClosing (line 101) | protected override void OnFormClosing(FormClosingEventArgs e) method EveMonClient_PlanChanged (line 145) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_CharacterUpdated (line 156) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_PlanNameChanged (line 167) | private void EveMonClient_PlanNameChanged(object sender, PlanChangedEv... method btnCancel_Click (line 183) | private void btnCancel_Click(object sender, EventArgs e) method btnPlan_Click (line 194) | private void btnPlan_Click(object sender, EventArgs e) method tvLoadout_DoubleClick (line 215) | private void tvLoadout_DoubleClick(object sender, EventArgs e) method tvLoadout_MouseUp (line 227) | private void tvLoadout_MouseUp(object sender, MouseEventArgs e) method tvLoadout_MouseMove (line 247) | private void tvLoadout_MouseMove(object sender, MouseEventArgs e) method contextMenu_Opening (line 262) | private void contextMenu_Opening(object sender, CancelEventArgs e) method cmiCollapseSelected_Click (line 297) | private void cmiCollapseSelected_Click(object sender, EventArgs e) method cmiExpandSelected_Click (line 307) | private void cmiExpandSelected_Click(object sender, EventArgs e) method cmiExpandAll_Click (line 317) | private void cmiExpandAll_Click(object sender, EventArgs e) method cmiCollapseAll_Click (line 328) | private void cmiCollapseAll_Click(object sender, EventArgs e) method UpdateExplanationLabel (line 342) | private void UpdateExplanationLabel() method BuildTreeView (line 354) | private void BuildTreeView() method BuildTreeNodes (line 409) | private void BuildTreeNodes(IEnumerable items) method UpdatePlanStatus (line 473) | private void UpdatePlanStatus() FILE: src/EVEMon/SkillPlanner/MasteryTreeDisplayControl.Designer.cs class MasteryTreeDisplayControl (line 3) | partial class MasteryTreeDisplayControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/MasteryTreeDisplayControl.cs class MasteryTreeDisplayControl (line 22) | public sealed partial class MasteryTreeDisplayControl : UserControl method MasteryTreeDisplayControl (line 46) | public MasteryTreeDisplayControl() method OnLoad (line 140) | protected override void OnLoad(EventArgs e) method OnDisposed (line 159) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 173) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 183) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_PlanChanged (line 199) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method treeView_MouseDown (line 212) | private void treeView_MouseDown(object sender, MouseEventArgs e) method treeView_MouseMove (line 240) | private void treeView_MouseMove(object sender, MouseEventArgs e) method treeView_NodeMouseClick (line 253) | private void treeView_NodeMouseClick(object sender, TreeNodeMouseClick... method treeView_NodeMouseDoubleClick (line 264) | private void treeView_NodeMouseDoubleClick(object sender, TreeNodeMous... method UpdateTree (line 288) | private void UpdateTree() method CreateNode (line 360) | private TreeNode CreateNode(Mastery masteryLevel) method CreateNode (line 383) | private static TreeNode CreateNode(CertificateLevel certificateLevel) method CreateNode (line 405) | private static TreeNode CreateNode(SkillLevel skillPrereq) method UpdateNode (line 427) | private void UpdateNode(TreeNode node) method treeView_DrawNode (line 486) | private void treeView_DrawNode(object sender, DrawTreeNodeEventArgs e) method cmListSkills_Opening (line 606) | private void cmListSkills_Opening(object sender, CancelEventArgs e) method tsmAddToPlan_Click (line 678) | private void tsmAddToPlan_Click(object sender, EventArgs e) method tsmExpandSelected_Click (line 709) | private void tsmExpandSelected_Click(object sender, EventArgs e) method tsmCollapseSelected_Click (line 719) | private void tsmCollapseSelected_Click(object sender, EventArgs e) method tsmExpandAll_Click (line 729) | private void tsmExpandAll_Click(object sender, EventArgs e) method tsmCollapseAll_Click (line 740) | private void tsmCollapseAll_Click(object sender, EventArgs e) method showInBrowserMenu_Click (line 751) | private void showInBrowserMenu_Click(object sender, EventArgs e) method showInExplorerMenu_Click (line 781) | private void showInExplorerMenu_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/NewPlanWindow.Designer.cs class NewPlanWindow (line 3) | partial class NewPlanWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/NewPlanWindow.cs class NewPlanWindow (line 7) | public partial class NewPlanWindow : EVEMonForm method NewPlanWindow (line 12) | public NewPlanWindow() method btnCancel_Click (line 36) | private void btnCancel_Click(object sender, EventArgs e) method btnOk_Click (line 47) | private void btnOk_Click(object sender, EventArgs e) method textBox1_TextChanged (line 60) | private void textBox1_TextChanged(object sender, EventArgs e) method NewPlanWindow_Shown (line 70) | private void NewPlanWindow_Shown(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/ObsoleteEntriesWindow.Designer.cs class ObsoleteEntriesWindow (line 3) | partial class ObsoleteEntriesWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ObsoleteEntriesWindow.cs type ObsoleteEntriesAction (line 15) | public enum ObsoleteEntriesAction class ObsoleteEntriesWindow (line 27) | public partial class ObsoleteEntriesWindow : EVEMonForm method ShowDialog (line 41) | public static ObsoleteEntriesAction ShowDialog(Plan plan) method ObsoleteEntriesWindow (line 64) | private ObsoleteEntriesWindow(Plan plan) method ShowObsoleteEntriesDialog (line 89) | private ObsoleteEntriesAction ShowObsoleteEntriesDialog() method UpdateListView (line 98) | private void UpdateListView() method FormatListViewItem (line 136) | private void FormatListViewItem(ListViewItem lvi) method FormatListViewNormalStyle (line 166) | private static void FormatListViewNormalStyle(ListViewItem lvi) method FormatListViewRemoveStyle (line 176) | private static void FormatListViewRemoveStyle(ListViewItem lvi) method FormatListViewKeepStyle (line 186) | private static void FormatListViewKeepStyle(ListViewItem lvi) method AutoFitColumnHeaders (line 195) | private void AutoFitColumnHeaders() method KeepAllButton_Click (line 213) | private void KeepAllButton_Click(object sender, EventArgs e) method RemoveAllButton_Click (line 224) | private void RemoveAllButton_Click(object sender, EventArgs e) method RemoveConfirmedButton_Click (line 235) | private void RemoveConfirmedButton_Click(object sender, EventArgs e) method KeepAllButton_Focused (line 246) | private void KeepAllButton_Focused(object sender, EventArgs e) method RemoveAllButton_Focused (line 257) | private void RemoveAllButton_Focused(object sender, EventArgs e) method RemoveConfirmedButton_Focused (line 268) | private void RemoveConfirmedButton_Focused(object sender, EventArgs e) method AnyButton_Leave (line 279) | private void AnyButton_Leave(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/OverridenTreeView.cs class OverridenTreeView (line 11) | internal class OverridenTreeView : TreeView method WndProc (line 19) | protected override void WndProc(ref Message m) method HandleDoubleClick (line 31) | private void HandleDoubleClick(ref Message m) method CreateHandle (line 54) | protected override void CreateHandle() FILE: src/EVEMon/SkillPlanner/PlanColumnSelectWindow.cs class PlanColumnSelectWindow (line 9) | public sealed class PlanColumnSelectWindow : ColumnSelectWindow method PlanColumnSelectWindow (line 15) | public PlanColumnSelectWindow(IEnumerable settings) method GetHeader (line 25) | protected override string GetHeader(int key) => ((PlanColumn)key).GetD... FILE: src/EVEMon/SkillPlanner/PlanEditorControl.Designer.cs class PlanEditorControl (line 5) | sealed partial class PlanEditorControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanEditorControl.cs class PlanEditorControl (line 33) | public sealed partial class PlanEditorControl : UserControl method PlanEditorControl (line 79) | public PlanEditorControl() method OnLoad (line 115) | protected override void OnLoad(EventArgs e) method OnDisposed (line 142) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 235) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_CharacterSkillQueueUpdated (line 248) | private void EveMonClient_CharacterSkillQueueUpdated(object sender, Ch... method EveMonClient_ItemPricesUpdated (line 261) | private void EveMonClient_ItemPricesUpdated(object sender, EventArgs e) method EveMonClient_CharacterImplantSetCollectionChanged (line 271) | private async void EveMonClient_CharacterImplantSetCollectionChanged(o... method EveMonClient_PlanChanged (line 286) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_SettingsChanged (line 301) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_SchedulerChanged (line 315) | private void EveMonClient_SchedulerChanged(object sender, EventArgs e) method EveMonClient_TimerTick (line 329) | private void EveMonClient_TimerTick(object sender, EventArgs e) method UpdateImplantSetList (line 352) | private void UpdateImplantSetList() method UpdateDisplayPlan (line 372) | private void UpdateDisplayPlan(bool updateSkillList = true) method UpdateSkillList (line 397) | private void UpdateSkillList() method UpdateListViewItems (line 467) | private void UpdateListViewItems() method FormatEntry (line 508) | private void FormatEntry(PlanEntry entry, ListViewItem lvi) method FormatRemappingPoint (line 643) | private void FormatRemappingPoint(ListViewItem lvi) method CheckForPluggable (line 667) | private void CheckForPluggable() method HighlightQueuedSkills (line 693) | private void HighlightQueuedSkills(ListViewItem lvi, PlanEntry entry) method GetColumnTextForItem (line 716) | private static string GetColumnTextForItem(PlanEntry entry, PlanColumn... method UpdateListColumns (line 783) | private void UpdateListColumns() method StoreSelection (line 828) | private Dictionary StoreSelection() method RestoreSelection (line 845) | private void RestoreSelection(IDictionary c) method tmrAutoRefresh_Tick (line 868) | private void tmrAutoRefresh_Tick(object sender, EventArgs e) method ClearObsoleteEntries (line 879) | public void ClearObsoleteEntries(ObsoleteRemovalPolicy policy) method UpdateStatusBar (line 888) | private void UpdateStatusBar() method UpdateImplantSet (line 917) | private async Task UpdateImplantSet() method ShowWithPluggable (line 937) | internal void ShowWithPluggable(IPlanOrderPluggable pluggable) method pluggable_Disposed (line 965) | private void pluggable_Disposed(object o, EventArgs e) method UpdatePlanEditorSkillSelection (line 980) | internal void UpdatePlanEditorSkillSelection() method SetPlanEditorSkillSelectorSelectedSkill (line 989) | internal void SetPlanEditorSkillSelectorSelectedSkill(Skill skill) method GetOriginalEntry (line 999) | private PlanEntry GetOriginalEntry(ISkillLevel displayEntry) => m_plan... method GetPlanEntry (line 1006) | private static PlanEntry GetPlanEntry(ListViewItem lvi) => lvi?.Tag as... method GetFirstSelectedEntry (line 1012) | private PlanEntry GetFirstSelectedEntry() => lvSkills.SelectedItems[0]... method lvSkills_ColumnWidthChanged (line 1029) | private void lvSkills_ColumnWidthChanged(object sender, ColumnWidthCha... method tsbMoveUp_Click (line 1047) | private void tsbMoveUp_Click(object sender, EventArgs e) method tsbMoveDown_Click (line 1081) | private void tsbMoveDown_Click(object sender, EventArgs e) method MoveToTopMenuItem_Click (line 1115) | private void MoveToTopMenuItem_Click(object sender, EventArgs e) method lvSkills_ListViewItemsDragged (line 1134) | private void lvSkills_ListViewItemsDragged(object sender, EventArgs e) method RebuildPlanFromListViewOrder (line 1143) | private void RebuildPlanFromListViewOrder(IEnumerable items) method ImportColumnSettings (line 1175) | public void ImportColumnSettings(IEnumerable columns) method ExportColumnSettings (line 1188) | public IEnumerable ExportColumnSettings() method RemoveSelectedEntries (line 1225) | private void RemoveSelectedEntries() method PrepareSelectionRemoval (line 1246) | private IPlanOperation PrepareSelectionRemoval() method tsSortPriorities_Clicked (line 1263) | private void tsSortPriorities_Clicked(object sender, EventArgs e) method lvSkills_ColumnClick (line 1274) | private void lvSkills_ColumnClick(object sender, ColumnClickEventArgs e) method GetColumn (line 1314) | private ColumnHeader GetColumn(PlanEntrySort criteria) => criteria == ... method GetPlanSort (line 1323) | private static PlanEntrySort GetPlanSort(ColumnHeader header) method UpdateSortVisualFeedback (line 1377) | private void UpdateSortVisualFeedback() method AdjustColumns (line 1406) | private void AdjustColumns() method contextMenu_Opening (line 1459) | private void contextMenu_Opening(object sender, CancelEventArgs e) method CreateMenuItemControl (line 1563) | private ToolStripItem CreateMenuItemControl(string planGroup) method SetChangeLevelMenu (line 1575) | private bool SetChangeLevelMenu() method planGroupMenu_Click (line 1596) | private void planGroupMenu_Click(object sender, EventArgs e) method miShowInSkillBrowser_Click (line 1611) | private void miShowInSkillBrowser_Click(object sender, EventArgs e) method miShowInSkillExplorer_Click (line 1626) | private void miShowInSkillExplorer_Click(object sender, EventArgs e) method miRemoveFromPlan_Click (line 1640) | private void miRemoveFromPlan_Click(object sender, EventArgs e) method miChangePriority_Click (line 1651) | private void miChangePriority_Click(object sender, EventArgs e) method ShowPriorityDialogBox (line 1683) | private void ShowPriorityDialogBox(IEnumerable entries, Pla... method miChangeNote_Click (line 1715) | private void miChangeNote_Click(object sender, EventArgs e) method miCopyToNewPlan_Click (line 1750) | private void miCopyToNewPlan_Click(object sender, EventArgs e) method miMarkOwned_Click (line 1785) | private void miMarkOwned_Click(object sender, EventArgs e) method miChangeToLevel_Click (line 1817) | private void miChangeToLevel_Click(object sender, EventArgs e) method miCopySelectedToClipboard_Click (line 1840) | private void miCopySelectedToClipboard_Click(object sender, EventArgs e) method lvSkills_DragDrop (line 1883) | private void lvSkills_DragDrop(object sender, DragEventArgs e) method lvSkills_DragOver (line 1935) | private void lvSkills_DragOver(object sender, DragEventArgs e) method lvSkills_DragEnter (line 1965) | private void lvSkills_DragEnter(object sender, DragEventArgs e) method lvSkills_DragLeave (line 1981) | private void lvSkills_DragLeave(object sender, EventArgs e) method GetDraggingSkill (line 1992) | private static Skill GetDraggingSkill(DragEventArgs e) method CreatePlanItemForSkill (line 2005) | private ListViewItem CreatePlanItemForSkill(Skill skill) method SetDragMouseButton (line 2027) | private void SetDragMouseButton(DragEventArgs e) method lvSkills_MouseDoubleClick (line 2045) | private void lvSkills_MouseDoubleClick(object sender, MouseEventArgs e) method lvSkills_KeyDown (line 2076) | private void lvSkills_KeyDown(object sender, KeyEventArgs e) method lvSkills_SelectedIndexChanged (line 2104) | private void lvSkills_SelectedIndexChanged(object sender, EventArgs e) method tmrSelect_Tick (line 2117) | private void tmrSelect_Tick(object sender, EventArgs e) method OnSelectionChanged (line 2126) | private void OnSelectionChanged() method ResetPrereqMarks (line 2192) | private void ResetPrereqMarks() method lvSkills_ItemHover (line 2206) | private void lvSkills_ItemHover(object sender, ListViewItemMouseHoverE... method lvSkills_ColumnReordered (line 2240) | private void lvSkills_ColumnReordered(object sender, ColumnReorderedEv... method lvSkills_MouseDown (line 2250) | private void lvSkills_MouseDown(object sender, MouseEventArgs e) method lvSkills_MouseMove (line 2263) | private void lvSkills_MouseMove(object sender, MouseEventArgs e) method lvSkills_MouseLeave (line 2291) | private void lvSkills_MouseLeave(object sender, EventArgs e) method toggleSkillsPanelButton_Click (line 2307) | private void toggleSkillsPanelButton_Click(object sender, EventArgs e) method tsbToggleRemapping_Click (line 2320) | private void tsbToggleRemapping_Click(object sender, EventArgs e) method tsbColorKey_Click (line 2361) | private void tsbColorKey_Click(object sender, EventArgs e) method columnSettingsMenuItem_Click (line 2373) | private void columnSettingsMenuItem_Click(object sender, EventArgs e) method autoSizeColumnsMenuItem_Click (line 2392) | private void autoSizeColumnsMenuItem_Click(object sender, EventArgs e) method cbChooseImplantSet_SelectedIndexChanged (line 2406) | private async void cbChooseImplantSet_SelectedIndexChanged(object send... method cbChooseImplantSet_DropDown (line 2422) | private void cbChooseImplantSet_DropDown(object sender, EventArgs e) method cbChooseImplantSet_DropDownClosed (line 2432) | private void cbChooseImplantSet_DropDownClosed(object sender, EventArg... FILE: src/EVEMon/SkillPlanner/PlanImportationFromCharacterWindow.Designer.cs class PlanImportationFromCharacterWindow (line 3) | partial class PlanImportationFromCharacterWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanImportationFromCharacterWindow.cs class PlanImportationFromCharacterWindow (line 13) | public partial class PlanImportationFromCharacterWindow : EVEMonForm method PlanImportationFromCharacterWindow (line 19) | public PlanImportationFromCharacterWindow(Character targetCharacter) method PopulatePlans (line 45) | private void PopulatePlans(Character character) method CrossPlanSelect_Load (line 61) | private void CrossPlanSelect_Load(object sender, EventArgs e) method cbCharacter_SelectedIndexChanged (line 77) | private void cbCharacter_SelectedIndexChanged(object sender, EventArgs e) method lbPlan_SelectedIndexChanged (line 87) | private void lbPlan_SelectedIndexChanged(object sender, EventArgs e) method btnLoad_Click (line 97) | private void btnLoad_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/PlanManagementWindow.Designer.cs class PlanManagementWindow (line 5) | partial class PlanManagementWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanManagementWindow.cs class PlanManagementWindow (line 23) | public partial class PlanManagementWindow : EVEMonForm method PlanManagementWindow (line 31) | private PlanManagementWindow() method PlanManagementWindow (line 40) | public PlanManagementWindow(Character character) method OnLoad (line 51) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 72) | protected override void OnFormClosing(FormClosingEventArgs e) method btnOpen_Click (line 84) | private void btnOpen_Click(object sender, EventArgs e) method btnClose_Click (line 104) | private void btnClose_Click(object sender, EventArgs e) method EveMonClient_CharacterPlanCollectionChanged (line 117) | private void EveMonClient_CharacterPlanCollectionChanged(object sender... method UpdateContent (line 126) | private void UpdateContent(bool restoreSelectionAndFocus) method AdjustColumns (line 175) | private void AdjustColumns() method MergePlans (line 209) | private void MergePlans() method lbPlanList_SelectedIndexChanged (line 258) | private void lbPlanList_SelectedIndexChanged(object sender, EventArgs e) method lbPlanList_DoubleClick (line 276) | private void lbPlanList_DoubleClick(object sender, EventArgs e) method lbPlanList_MouseDown (line 287) | private void lbPlanList_MouseDown(object sender, MouseEventArgs e) method lbPlanList_MouseMove (line 300) | private void lbPlanList_MouseMove(object sender, MouseEventArgs e) method lbPlanList_ColumnClick (line 315) | private void lbPlanList_ColumnClick(object sender, ColumnClickEventArg... method lbPlanList_ListViewItemsDragged (line 343) | private void lbPlanList_ListViewItemsDragged(object sender, EventArgs e) method miNewPlan_Click (line 359) | private void miNewPlan_Click(object sender, EventArgs e) method miImportPlanFromFile_Click (line 384) | private void miImportPlanFromFile_Click(object sender, EventArgs e) method miImportPlanFromCharacter_Click (line 418) | private void miImportPlanFromCharacter_Click(object sender, EventArgs e) method miExportPlan_Click (line 457) | private async void miExportPlan_Click(object sender, EventArgs e) method miExportCharacterSkillsAsPlan_Click (line 471) | private async void miExportCharacterSkillsAsPlan_Click(object sender, ... method miRestorePlans_Click (line 481) | private void miRestorePlans_Click(object sender, EventArgs e) method miSavePlans_Click (line 508) | private async void miSavePlans_Click(object sender, EventArgs e) method miRenameEdit_Click (line 519) | private void miRenameEdit_Click(object sender, EventArgs e) method miDelete_Click (line 548) | private void miDelete_Click(object sender, EventArgs e) method tsbMoveUp_Click (line 588) | private void tsbMoveUp_Click(object sender, EventArgs e) method tsbMoveDown_Click (line 610) | private void tsbMoveDown_Click(object sender, EventArgs e) method contextMenu_Opening (line 636) | private void contextMenu_Opening(object sender, System.ComponentModel.... method mFile_DropDownOpening (line 665) | private void mFile_DropDownOpening(object sender, EventArgs e) method mEdit_DropDownOpening (line 678) | private void mEdit_DropDownOpening(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/PlanNotesEditorWindow.Designer.cs class PlanNotesEditorWindow (line 3) | sealed partial class PlanNotesEditorWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanNotesEditorWindow.cs class PlanNotesEditorWindow (line 7) | public sealed partial class PlanNotesEditorWindow : EVEMonForm method PlanNotesEditorWindow (line 9) | private PlanNotesEditorWindow() method PlanNotesEditorWindow (line 14) | public PlanNotesEditorWindow(string skillName) method btnOk_Click (line 41) | private void btnOk_Click(object sender, EventArgs e) method btnCancel_Click (line 52) | private void btnCancel_Click(object sender, EventArgs e) method textBox1_KeyDown (line 63) | private void textBox1_KeyDown(object sender, KeyEventArgs e) FILE: src/EVEMon/SkillPlanner/PlanPrioritiesEditorWindow.Designer.cs class PlanPrioritiesEditorWindow (line 3) | partial class PlanPrioritiesEditorWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanPrioritiesEditorWindow.cs class PlanPrioritiesEditorWindow (line 7) | public partial class PlanPrioritiesEditorWindow : EVEMonForm method PlanPrioritiesEditorWindow (line 9) | public PlanPrioritiesEditorWindow() method btnOk_Click (line 25) | private void btnOk_Click(object sender, EventArgs e) method ChangePriorityForm_Load (line 36) | private void ChangePriorityForm_Load(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/PlanToOperationWindow.Designer.cs class PlanToOperationWindow (line 5) | partial class PlanToOperationWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanToOperationWindow.cs class PlanToOperationWindow (line 18) | public partial class PlanToOperationWindow : EVEMonForm method PlanToOperationWindow (line 25) | private PlanToOperationWindow() method PlanToOperationWindow (line 36) | public PlanToOperationWindow(IPlanOperation operation) method OnLoad (line 52) | protected override void OnLoad(EventArgs e) method FillListBox (line 104) | private void FillListBox(IEnumerable items, ListBox listBox) method rootMultiPanel_SelectionChange (line 144) | private void rootMultiPanel_SelectionChange(object sender, MultiPanelS... method previousButton_Click (line 176) | private void previousButton_Click(object sender, EventArgs e) method nextButton_Click (line 186) | private void nextButton_Click(object sender, EventArgs e) method cancelButton_Click (line 210) | private void cancelButton_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/PlanWindow.Designer.cs class PlanWindow (line 3) | partial class PlanWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/PlanWindow.cs class PlanWindow (line 31) | public partial class PlanWindow : EVEMonForm method PlanWindow (line 49) | public PlanWindow() method PlanWindow (line 64) | public PlanWindow(Plan plan) method PlanWindow (line 75) | public PlanWindow(Character character) method OnLoad (line 85) | protected override void OnLoad(EventArgs e) method OnActivated (line 122) | protected override void OnActivated(EventArgs e) method OnFormClosing (line 139) | protected override void OnFormClosing(FormClosingEventArgs e) method UpdateTitle (line 283) | private void UpdateTitle() method UpdateOpenedWindows (line 292) | private void UpdateOpenedWindows(Plan value) method UpdateControlsVisibility (line 314) | private void UpdateControlsVisibility() method UpdatePlanControls (line 341) | private void UpdatePlanControls() method ShowPlanWindow (line 378) | internal static PlanWindow ShowPlanWindow(Character character = null, ... method ShowPlanEditor (line 430) | internal void ShowPlanEditor() method ShowSkillInBrowser (line 440) | internal void ShowSkillInBrowser(Skill skill) method ShowSkillBrowser (line 453) | internal void ShowSkillBrowser() method ShowCertificateInBrowser (line 463) | internal void ShowCertificateInBrowser(CertificateLevel certificate) method ShowCertificateBrowser (line 474) | internal void ShowCertificateBrowser() method ShowShipInBrowser (line 484) | internal void ShowShipInBrowser(Item ship) method ShowShipBrowser (line 500) | internal void ShowShipBrowser() method ShowItemInBrowser (line 510) | internal void ShowItemInBrowser(Item item) method ShowItemBrowser (line 526) | internal void ShowItemBrowser() method ShowBlueprintInBrowser (line 536) | internal void ShowBlueprintInBrowser(Item blueprint) method ShowBlueprintBrowser (line 552) | internal void ShowBlueprintBrowser() method CheckObsoleteEntries (line 562) | public void CheckObsoleteEntries() method CheckInvalidEntries (line 585) | private void CheckInvalidEntries() method SetPlanEditorSkillSelectorSelectedSkill (line 629) | internal void SetPlanEditorSkillSelectorSelectedSkill(Skill skill) method UpdatePlanEditorSkillSelection (line 637) | internal void UpdatePlanEditorSkillSelection() method SetSkillBrowserSkillSelectorSelectedSkill (line 646) | internal void SetSkillBrowserSkillSelectorSelectedSkill(Skill skill) method UpdateSkillBrowser (line 654) | internal void UpdateSkillBrowser() method CheckClipboardSkillQueue (line 663) | private bool CheckClipboardSkillQueue(string text, List list) method tsbDeletePlan_Click (line 945) | private void tsbDeletePlan_Click(object sender, EventArgs e) method tabControl_SelectedIndexChanged (line 984) | private void tabControl_SelectedIndexChanged(object sender, EventArgs e) method obsoleteEntriesToolStripStatusLabel_Click (line 1009) | private void obsoleteEntriesToolStripStatusLabel_Click(object sender, ... method newPlanToolStripMenuItem_Click (line 1036) | private void newPlanToolStripMenuItem_Click(object sender, EventArgs e) method createPlanFromSkillQueueToolStripMenuItem_Click (line 1055) | private void createPlanFromSkillQueueToolStripMenuItem_Click(object se... method tsddbPlans_DropDownOpening (line 1077) | private void tsddbPlans_DropDownOpening(object sender, EventArgs e) method tsddbPlans_DropDownItemClicked (line 1111) | private void tsddbPlans_DropDownItemClicked(object sender, ToolStripIt... method CreateNewPlan (line 1128) | internal static Plan CreateNewPlan(Character character, string planNam... method tsmiExportPlan_Click (line 1149) | private async void tsmiExportPlan_Click(object sender, EventArgs e) method tsmiAfterPlanCharacter_Click (line 1159) | private async void tsmiAfterPlanCharacter_Click(object sender, EventAr... method tsbLoadoutImport_Click (line 1169) | private void tsbLoadoutImport_Click(object sender, EventArgs e) method tsbCopyToClipboard_Click (line 1184) | private void tsbCopyToClipboard_Click(object sender, EventArgs e) method tsbImplantCalculator_Click (line 1216) | private void tsbImplantCalculator_Click(object sender, EventArgs e) method tsbAttributesOptimizer_Click (line 1226) | private void tsbAttributesOptimizer_Click(object sender, EventArgs e) method tsbPrintPlan_Click (line 1236) | private void tsbPrintPlan_Click(object sender, EventArgs e) method tsbClipboardImport_Click (line 1241) | private void tsbClipboardImport_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/RequiredSkillsControl.Designer.cs class RequiredSkillsControl (line 3) | partial class RequiredSkillsControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/RequiredSkillsControl.cs class RequiredSkillsControl (line 22) | public partial class RequiredSkillsControl : UserControl method RequiredSkillsControl (line 35) | public RequiredSkillsControl() method OnDisposed (line 51) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_PlanChanged (line 62) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method UpdateDisplay (line 122) | private void UpdateDisplay() method GetSkillNode (line 185) | private TreeNode GetSkillNode(ISkillLevel prereq, ref bool allSkillsKn... method tvSkillList_MouseDown (line 243) | private void tvSkillList_MouseDown(object sender, MouseEventArgs e) method tvSkillList_MouseMove (line 271) | private void tvSkillList_MouseMove(object sender, MouseEventArgs e) method btnAddSkills_Click (line 284) | private void btnAddSkills_Click(object sender, EventArgs e) method tvSkillList_NodeMouseDoubleClick (line 307) | private void tvSkillList_NodeMouseDoubleClick(object sender, TreeNodeM... method contextMenu_Opening (line 325) | private void contextMenu_Opening(object sender, CancelEventArgs e) method showInSkillBrowserMenu_Click (line 359) | private void showInSkillBrowserMenu_Click(object sender, EventArgs e) method showInSkillExplorerMenu_Click (line 372) | private void showInSkillExplorerMenu_Click(object sender, EventArgs e) method tsmExpandAll_Click (line 385) | private void tsmExpandAll_Click(object sender, EventArgs e) method tsmCollapseAll_Click (line 396) | private void tsmCollapseAll_Click(object sender, EventArgs e) method planToMenuItem_Click (line 407) | private void planToMenuItem_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/ShipBrowserControl.Designer.cs class ShipBrowserControl (line 5) | partial class ShipBrowserControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ShipBrowserControl.cs class ShipBrowserControl (line 19) | internal partial class ShipBrowserControl : EveObjectBrowserControl method ShipBrowserControl (line 26) | public ShipBrowserControl() method OnSettingsChanged (line 45) | protected override void OnSettingsChanged() method OnLoad (line 56) | protected override void OnLoad(EventArgs e) method OnSelectionChanged (line 88) | protected override void OnSelectionChanged() method OnSelectedPlanChanged (line 114) | protected override void OnSelectedPlanChanged() method OnPlanChanged (line 134) | protected override void OnPlanChanged() method exportToCSVToolStripMenuItem_Click (line 149) | private void exportToCSVToolStripMenuItem_Click(object sender, EventAr... method tsPlanToLevel_Click (line 159) | private void tsPlanToLevel_Click(object sender, EventArgs e) method toolStripItem_Click (line 177) | private void toolStripItem_Click(object sender, EventArgs e) method splitButtonLoadouts_Click (line 193) | private void splitButtonLoadouts_Click(object sender, EventArgs e) method PropertiesList_MouseDown (line 225) | private void PropertiesList_MouseDown(object sender, MouseEventArgs e) method PropertiesList_MouseMove (line 238) | private void PropertiesList_MouseMove(object sender, MouseEventArgs e) method propertiesList_DoubleClick (line 251) | private void propertiesList_DoubleClick(object sender, EventArgs e) method ItemAttributeContextMenu_Opening (line 274) | private void ItemAttributeContextMenu_Opening(object sender, CancelEve... method SetSearchText (line 296) | internal void SetSearchText(string text) method UpdateControlVisibility (line 304) | private void UpdateControlVisibility() method UpdateEligibility (line 321) | private void UpdateEligibility() method UpdatePlanningMenuStatus (line 379) | private void UpdatePlanningMenuStatus(ToolStripItem menu, Mastery mast... FILE: src/EVEMon/SkillPlanner/ShipLoadoutSelectWindow.Designer.cs class ShipLoadoutSelectWindow (line 7) | partial class ShipLoadoutSelectWindow method Dispose (line 18) | protected override void Dispose(bool disposing) method InitializeComponent (line 33) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ShipLoadoutSelectWindow.cs class ShipLoadoutSelectWindow (line 21) | public partial class ShipLoadoutSelectWindow : EVEMonForm method ShipLoadoutSelectWindow (line 44) | private ShipLoadoutSelectWindow() method ShipLoadoutSelectWindow (line 61) | public ShipLoadoutSelectWindow(Plan plan) method ShipLoadoutSelectWindow (line 72) | public ShipLoadoutSelectWindow(Character character) method OnLoad (line 130) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 149) | protected override void OnFormClosing(FormClosingEventArgs e) method QueryLoadoutsFeed (line 169) | private void QueryLoadoutsFeed() method UpdateLoadoutFeedInfo (line 207) | private void UpdateLoadoutFeedInfo(LoadoutFeedEventArgs e) method DownloadLoadout (line 268) | private void DownloadLoadout(Loadout loadout) method UpdateLoadoutInfo (line 301) | private void UpdateLoadoutInfo(LoadoutEventArgs e) method BuildTreeNodes (line 339) | private void BuildTreeNodes(IEnumerable items) method UpdatePlanningControls (line 386) | private void UpdatePlanningControls() method UpdateSortVisualFeedback (line 452) | private void UpdateSortVisualFeedback() method AdjustColumns (line 466) | private void AdjustColumns() method EveMonClient_PlanChanged (line 507) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_SettingsChanged (line 518) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_LoadoutFeedUpdated (line 529) | private void EveMonClient_LoadoutFeedUpdated(object sender, LoadoutFee... method EveMonClient_LoadoutUpdated (line 539) | private void EveMonClient_LoadoutUpdated(object sender, LoadoutEventAr... method EveMonClient_PlanNameChanged (line 549) | private void EveMonClient_PlanNameChanged(object sender, PlanChangedEv... method lvLoadouts_Click (line 565) | private void lvLoadouts_Click(object sender, EventArgs e) method btnCancel_Click (line 579) | private void btnCancel_Click(object sender, EventArgs e) method lvLoadouts_ColumnClick (line 590) | private void lvLoadouts_ColumnClick(object sender, ColumnClickEventArg... method buttonForumTopic_Click (line 617) | private void buttonForumTopic_Click(object sender, EventArgs e) method btnPlan_Click (line 634) | private void btnPlan_Click(object sender, EventArgs e) method tvLoadout_MouseUp (line 653) | private void tvLoadout_MouseUp(object sender, MouseEventArgs e) method tvLoadout_MouseMove (line 674) | private void tvLoadout_MouseMove(object sender, MouseEventArgs e) method tvLoadout_DoubleClick (line 689) | private void tvLoadout_DoubleClick(object sender, EventArgs e) method contextMenu_Opening (line 702) | private void contextMenu_Opening(object sender, System.ComponentModel.... method cmiCollapseSelected_Click (line 737) | private void cmiCollapseSelected_Click(object sender, EventArgs e) method cmiExpandSelected_Click (line 747) | private void cmiExpandSelected_Click(object sender, EventArgs e) method cmiExpandAll_Click (line 757) | private void cmiExpandAll_Click(object sender, EventArgs e) method cmiCollapseAll_Click (line 768) | private void cmiCollapseAll_Click(object sender, EventArgs e) method miExportToClipboard_Click (line 779) | private void miExportToClipboard_Click(object sender, EventArgs e) method UpdateTitle (line 792) | private void UpdateTitle() method UpdateControlsVisibility (line 802) | private void UpdateControlsVisibility() class LoadoutListSorter (line 815) | private class LoadoutListSorter : IComparer method LoadoutListSorter (line 820) | public LoadoutListSorter() method Compare (line 850) | public int Compare(object x, object y) FILE: src/EVEMon/SkillPlanner/ShipSelectControl.Designer.cs class ShipSelectControl (line 3) | partial class ShipSelectControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 24) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/ShipSelectControl.cs class ShipSelectControl (line 12) | public sealed partial class ShipSelectControl : EveObjectSelectControl method ShipSelectControl (line 24) | public ShipSelectControl() method OnLoad (line 37) | protected override void OnLoad(EventArgs e) method InitializeFiltersControls (line 56) | protected override void InitializeFiltersControls() method InitializeFilterControl (line 70) | private void InitializeFilterControl() method InitiliazeSelectedIndexes (line 88) | private void InitiliazeSelectedIndexes() method cbUsabilityFilter_SelectedIndexChanged (line 144) | private void cbUsabilityFilter_SelectedIndexChanged(object sender, Eve... method cbRace_SelectedChanged (line 193) | private void cbRace_SelectedChanged(object sender, EventArgs e) method OnSearchTextChanged (line 243) | protected override void OnSearchTextChanged() method BuildTreeView (line 270) | protected override void BuildTreeView() method BuildSubtree (line 341) | private int BuildSubtree(MarketGroup group, TreeNodeCollection nodeCol... FILE: src/EVEMon/SkillPlanner/SkillBrowserControl.Designer.cs class SkillBrowserControl (line 5) | partial class SkillBrowserControl method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/SkillBrowserControl.cs class SkillBrowserControl (line 21) | public partial class SkillBrowserControl : UserControl method SkillBrowserControl (line 32) | public SkillBrowserControl() method OnLoad (line 48) | protected override void OnLoad(EventArgs e) method OnDisposed (line 80) | private void OnDisposed(object sender, EventArgs e) method UpdateSkillBrowser (line 154) | internal void UpdateSkillBrowser() method UpdateControlVisibility (line 163) | private void UpdateControlVisibility() method UpdatePlannedLevel (line 180) | private void UpdatePlannedLevel() method UpdateContent (line 204) | private void UpdateContent() method UpdateLevelLabel (line 268) | private void UpdateLevelLabel(Control label, int level) method SetPlanEditorSkillSelectorSelectedSkill (line 319) | private void SetPlanEditorSkillSelectorSelectedSkill(Skill skill) method UpdateOwnedSkillBookControls (line 328) | private void UpdateOwnedSkillBookControls() method SetSkillBrowserSkillSelectorSelectedSkill (line 354) | internal void SetSkillBrowserSkillSelectorSelectedSkill(Skill skill) method EveMonClient_PlanChanged (line 367) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... method EveMonClient_SettingsChanged (line 377) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 387) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method tmrTrainingSkill_Tick (line 409) | private void tmrTrainingSkill_Tick(object sender, EventArgs e) method skillSelectControl_SelectedSkillChanged (line 419) | private void skillSelectControl_SelectedSkillChanged(object sender, Ev... method ownsBookToolStripButton_CheckedChanged (line 430) | private void ownsBookToolStripButton_CheckedChanged(object sender, Eve... method showSkillExplorerMenu_Click (line 443) | private void showSkillExplorerMenu_Click(object sender, EventArgs e) method skillTreeDisplay_SkillClicked (line 460) | private void skillTreeDisplay_SkillClicked(object sender, SkillClicked... method planToMenu_Click (line 488) | private void planToMenu_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/SkillExplorerWindow.Designer.cs class SkillExplorerWindow (line 5) | partial class SkillExplorerWindow method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/SkillExplorerWindow.cs class SkillExplorerWindow (line 45) | public partial class SkillExplorerWindow : EVEMonForm method SkillExplorerWindow (line 63) | public SkillExplorerWindow() method SkillExplorerWindow (line 81) | public SkillExplorerWindow(Plan plan) method OnLoad (line 96) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 109) | protected override void OnFormClosing(FormClosingEventArgs e) method SetSkill (line 152) | private void SetSkill(Skill skill) method UpdateContent (line 182) | private void UpdateContent() method UpdatePlanName (line 191) | private void UpdatePlanName() method UpdateHeader (line 206) | private void UpdateHeader() method UpdateTrees (line 238) | private void UpdateTrees() method UpdateTreesHeaders (line 248) | private void UpdateTreesHeaders() method UpdateSkillsTree (line 297) | private void UpdateSkillsTree() method AddNode (line 341) | private void AddNode(int i, SkillLevel skillLevel, IEnumerable ... method UpdateItemsTree (line 380) | private void UpdateItemsTree() method AddNode (line 436) | private void AddNode(int i, SkillLevel skillLevel, IList enabled... method GroupByAlphabet (line 463) | private void GroupByAlphabet(int i, TreeNode levelNode, IList en... method GroupByMarketGroup (line 499) | private void GroupByMarketGroup(int i, TreeNode levelNode, IList... method CreateMarketGroupsNode (line 544) | private IEnumerable CreateMarketGroupsNode(BlueprintMarketGr... method CreateMarketGroupsNode (line 582) | private IEnumerable CreateMarketGroupsNode(MarketGroup marke... method CreateNode (line 610) | private TreeNode CreateNode(object obj, IList prerequisites) method CreatePrereqList (line 643) | private static IEnumerable CreatePrereqList(IEnumerable tvSkills.SelectedNode?.Tag as Skill; method tvSkills_MouseDown (line 711) | private void tvSkills_MouseDown(object sender, MouseEventArgs e) method tvSkills_MouseMove (line 730) | private void tvSkills_MouseMove(object sender, MouseEventArgs e) method cmSkills_Opening (line 745) | private void cmSkills_Opening(object sender, CancelEventArgs e) method planToLevelMenuItem_Click (line 794) | private void planToLevelMenuItem_Click(object sender, EventArgs e) method showInSkillExplorerMenu_Click (line 812) | private void showInSkillExplorerMenu_Click(object sender, EventArgs e) method showInSkillBrowserMenu_Click (line 822) | private void showInSkillBrowserMenu_Click(object sender, EventArgs e) method tsmiExpandAll_Click (line 835) | private void tsmiExpandAll_Click(object sender, EventArgs e) method tsmiColapseAll_Click (line 846) | private void tsmiColapseAll_Click(object sender, EventArgs e) method showPrerequisitiesMenu_Click (line 857) | private void showPrerequisitiesMenu_Click(object sender, EventArgs e) method FormatPrerequisite (line 882) | private static void FormatPrerequisite(StringBuilder sb, SkillLevel pr... method GetSelectedItem (line 915) | private Item GetSelectedItem() => tvEntity.SelectedNode?.Tag as Item; method GetSelectedItemActivities (line 922) | private List GetSelectedItemActivities(Item entity) method tvEntity_MouseDown (line 938) | private void tvEntity_MouseDown(object sender, MouseEventArgs e) method tvEntity_MouseMove (line 957) | private void tvEntity_MouseMove(object sender, MouseEventArgs e) method cmEntity_Opening (line 972) | private void cmEntity_Opening(object sender, CancelEventArgs e) method planToObjectMenuItem_Click (line 1021) | private void planToObjectMenuItem_Click(object sender, EventArgs e) method tsShowItemPrereqs_Click (line 1050) | private void tsShowItemPrereqs_Click(object sender, EventArgs e) method tsmiObjectExpandAll_Click (line 1076) | private void tsmiObjectExpandAll_Click(object sender, EventArgs e) method tsmiObjectCollapseAll_Click (line 1087) | private void tsmiObjectCollapseAll_Click(object sender, EventArgs e) method rbShowAlpha_CheckedChanged (line 1103) | private void rbShowAlpha_CheckedChanged(object sender, EventArgs e) method cbShowBaseOnly_CheckedChanged (line 1114) | private void cbShowBaseOnly_CheckedChanged(object sender, EventArgs e) method btnClose_Click (line 1124) | private void btnClose_Click(object sender, EventArgs e) method tvEntity_DoubleClick (line 1134) | private void tvEntity_DoubleClick(object sender, EventArgs e) method tvSkills_DoubleClick (line 1162) | private void tvSkills_DoubleClick(object sender, EventArgs e) method cbHistory_SelectedIndexChanged (line 1172) | private void cbHistory_SelectedIndexChanged(object sender, EventArgs e) method ShowSkillInExplorer (line 1188) | internal void ShowSkillInExplorer(Skill skill) method ShowSkillExplorerWindow (line 1207) | internal static SkillExplorerWindow ShowSkillExplorerWindow(Character ... FILE: src/EVEMon/SkillPlanner/SkillSelectControl.Designer.cs class SkillSelectControl (line 3) | partial class SkillSelectControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/SkillSelectControl.cs class SkillSelectControl (line 26) | public partial class SkillSelectControl : UserControl method SkillSelectControl (line 43) | public SkillSelectControl() method OnLoad (line 153) | protected override void OnLoad(EventArgs e) method InitializeFiltersControls (line 175) | private void InitializeFiltersControls() method InitializeFilterControl (line 193) | private void InitializeFilterControl() method InitializeSortControl (line 226) | private void InitializeSortControl() method InitiliazeSelectedIndexes (line 245) | private void InitiliazeSelectedIndexes() method OnVisibleChanged (line 290) | protected override void OnVisibleChanged(EventArgs e) method OnDisposed (line 305) | private void OnDisposed(object sender, EventArgs e) method EveMonClient_SettingsChanged (line 316) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method OnSelectionChanged (line 330) | private void OnSelectionChanged() method UpdateControlVisibility (line 346) | private void UpdateControlVisibility() method UpdateSelection (line 356) | private void UpdateSelection(object selection) method UpdateSearchTextHintVisibility (line 365) | private void UpdateSearchTextHintVisibility() method GetAttributesCombinations (line 378) | private static IEnumerable GetAttributesCombinations() method GetIconSet (line 399) | private ImageList GetIconSet(int index) method GetIconSet (line 429) | private static ImageList GetIconSet(string defaultResourcesPath, strin... method UpdateContent (line 495) | internal void UpdateContent() method GetFilteredData (line 537) | private IEnumerable GetFilteredData() method GetFilter (line 571) | private Func GetFilter() method UpdateTree (line 628) | private void UpdateTree(IEnumerable skills) method AddNodes (line 692) | private int AddNodes(IEnumerable skills, int numberOfItems) method UpdateListBox (line 777) | private void UpdateListBox(IEnumerable skills) method UpdateListView (line 805) | private void UpdateListView(IList skills) method GetSortedListData (line 860) | private string GetSortedListData(ref IList skills, ref IEnumera... method lblSearchTextHint_Click (line 946) | private void lblSearchTextHint_Click(object sender, EventArgs e) method tbSearch_Enter (line 956) | private void tbSearch_Enter(object sender, EventArgs e) method tbSearch_Leave (line 966) | private void tbSearch_Leave(object sender, EventArgs e) method tbSearch_TextChanged (line 976) | private void tbSearch_TextChanged(object sender, EventArgs e) method lbSearchList_SelectedIndexChanged (line 1003) | private void lbSearchList_SelectedIndexChanged(object sender, EventArg... method tvSkillList_AfterSelect (line 1013) | private void tvSkillList_AfterSelect(object sender, TreeViewEventArgs e) method lvSortedSkillList_SelectedIndexChanged (line 1023) | private void lvSortedSkillList_SelectedIndexChanged(object sender, Eve... method cbShowNonPublic_CheckedChanged (line 1033) | private void cbShowNonPublic_CheckedChanged(object sender, EventArgs e) method cbSorting_SelectedIndexChanged (line 1060) | private void cbSorting_SelectedIndexChanged(object sender, EventArgs e) method cbFilterByAttributes_SelectedIndexChanged (line 1091) | private void cbFilterByAttributes_SelectedIndexChanged(object sender, ... method cbSkillFilter_SelectedIndexChanged (line 1118) | private void cbSkillFilter_SelectedIndexChanged(object sender, EventAr... method tbSearch_KeyPress (line 1148) | private void tbSearch_KeyPress(object sender, KeyPressEventArgs e) method lbSearchList_MouseDown (line 1163) | private void lbSearchList_MouseDown(object sender, MouseEventArgs e) method lbSearchList_MouseMove (line 1177) | private void lbSearchList_MouseMove(object sender, MouseEventArgs e) method lvSortedSkillList_MouseDown (line 1192) | private void lvSortedSkillList_MouseDown(object sender, MouseEventArgs e) method lvSortedSkillList_MouseMove (line 1205) | private void lvSortedSkillList_MouseMove(object sender, MouseEventArgs e) method tvItems_MouseDown (line 1220) | private void tvItems_MouseDown(object sender, MouseEventArgs e) method tvItems_MouseMove (line 1233) | private void tvItems_MouseMove(object sender, MouseEventArgs e) method tvItems_ItemDrag (line 1246) | private void tvItems_ItemDrag(object sender, ItemDragEventArgs e) method pbSearchTextDel_MouseUp (line 1265) | private void pbSearchTextDel_MouseUp(object sender, MouseEventArgs e) method cmSkills_Opening (line 1281) | private void cmSkills_Opening(object sender, CancelEventArgs e) method cmListSkills_Opening (line 1339) | private void cmListSkills_Opening(object sender, CancelEventArgs e) method planToLevelMenuItem_Click (line 1361) | private void planToLevelMenuItem_Click(object sender, EventArgs e) method cmiCollapseSelected_Click (line 1380) | private void cmiCollapseSelected_Click(object sender, EventArgs e) method cmiExpandSelected_Click (line 1390) | private void cmiExpandSelected_Click(object sender, EventArgs e) method cmiExpandAll_Click (line 1400) | private void cmiExpandAll_Click(object sender, EventArgs e) method cmiCollapseAll_Click (line 1411) | private void cmiCollapseAll_Click(object sender, EventArgs e) method showInSkillBrowserMenu_Click (line 1422) | private void showInSkillBrowserMenu_Click(object sender, EventArgs e) method showInSkillExplorerMenu_Click (line 1433) | private void showInSkillExplorerMenu_Click(object sender, EventArgs e) FILE: src/EVEMon/SkillPlanner/SkillTreeDisplayControl.Designer.cs class SkillTreeDisplayControl (line 3) | partial class SkillTreeDisplayControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/SkillTreeDisplayControl.cs class SkillTreeDisplayControl (line 22) | public partial class SkillTreeDisplayControl : UserControl method SkillTreeDisplayControl (line 47) | public SkillTreeDisplayControl() method OnLoad (line 61) | protected override void OnLoad(EventArgs e) method OnDisposed (line 85) | private void OnDisposed(object sender, EventArgs e) method CheckTraining (line 174) | private void CheckTraining() method UpdateLayout (line 185) | private void UpdateLayout() method ArrangeGraph (line 197) | private void ArrangeGraph() method OnPaint (line 211) | protected override void OnPaint(PaintEventArgs e) method DrawLines (line 264) | private static void DrawLines(Graphics g, Cell startCell, Cell endCell... method DrawCell (line 289) | private void DrawCell(Graphics g, Cell cell, Font boldFont, int ofsLef... method GetLinearGradientBrush (line 407) | private static Brush GetLinearGradientBrush(Rectangle rect, Color colo... method MeasureAndDrawText (line 434) | private static Size MeasureAndDrawText(IDeviceContext g, string text, ... method OnSizeChanged (line 448) | protected override void OnSizeChanged(EventArgs e) method tmrSkillTick_Tick (line 466) | private void tmrSkillTick_Tick(object sender, EventArgs e) method OnMouseDown (line 476) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseMove (line 498) | protected override void OnMouseMove(MouseEventArgs e) method GetMouseLocation (line 514) | private Point GetMouseLocation(MouseEventArgs e, out Skill skill) method OnScroll (line 531) | protected override void OnScroll(ScrollEventArgs se) method OnMouseWheel (line 542) | protected override void OnMouseWheel(MouseEventArgs e) method EveMonClient_SettingsChanged (line 554) | private void EveMonClient_SettingsChanged(object sender, EventArgs e) method EveMonClient_CharacterUpdated (line 564) | private void EveMonClient_CharacterUpdated(object sender, CharacterCha... method EveMonClient_PlanChanged (line 580) | private void EveMonClient_PlanChanged(object sender, PlanChangedEventA... class Row (line 596) | private sealed class Row : List method Row (line 601) | public Row(Cell cell) method AreOverlapping (line 613) | public bool AreOverlapping(int leftIndex, int rightIndex, out int sp... class Cell (line 636) | private sealed class Cell method Cell (line 644) | public Cell(Skill skill) method Cell (line 670) | private Cell(SkillLevel prereq, IList rows, int level) method FirstPassLayout (line 746) | private void FirstPassLayout(int left, int top) method SecondPassLayout (line 772) | private static void SecondPassLayout(IList rows, int level) method Offset (line 819) | private void Offset(int x, int y) method Arrange (line 836) | public Rectangle Arrange(Size size) FILE: src/EVEMon/SkillPlanner/SuggestionWindow.Designer.cs class SuggestionWindow (line 3) | partial class SuggestionWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/SkillPlanner/SuggestionWindow.cs class SuggestionWindow (line 12) | public partial class SuggestionWindow : EVEMonForm method SuggestionWindow (line 20) | public SuggestionWindow() method SuggestionWindow (line 29) | public SuggestionWindow(Plan plan) method SuggestionWindow_Load (line 41) | private void SuggestionWindow_Load(object sender, EventArgs e) method btnCancel_Click (line 68) | private void btnCancel_Click(object sender, EventArgs e) method btnAdd_Click (line 79) | private void btnAdd_Click(object sender, EventArgs e) FILE: src/EVEMon/Updater/DataUpdateDownloadForm.Designer.cs class DataUpdateDownloadForm (line 3) | partial class DataUpdateDownloadForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Updater/DataUpdateDownloadForm.cs class DataUpdateDownloadForm (line 18) | public partial class DataUpdateDownloadForm : EVEMonForm method DataUpdateDownloadForm (line 29) | private DataUpdateDownloadForm() method DataUpdateDownloadForm (line 38) | public DataUpdateDownloadForm(List datafiles) method InitilizeControls (line 50) | private void InitilizeControls() method OnShown (line 93) | protected override void OnShown(EventArgs e) method OnFormClosing (line 109) | protected override void OnFormClosing(FormClosingEventArgs e) method btCancel_Click (line 129) | private void btCancel_Click(object sender, EventArgs e) method Cancel (line 137) | private void Cancel() class DataUpdateDownloadControl (line 146) | private class DataUpdateDownloadControl : UserControl method DataUpdateDownloadControl (line 159) | internal DataUpdateDownloadControl(SerializableDatafile datafile) method InitializeComponent (line 174) | private void InitializeComponent() method OnVisibleChanged (line 212) | protected override void OnVisibleChanged(EventArgs e) method BeginDownload (line 230) | private void BeginDownload() method ProgressChanged (line 273) | private void ProgressChanged(object sender, DownloadProgressChangedE... method DownloadCompleted (line 308) | private void DownloadCompleted(object sender, AsyncCompletedEventArg... FILE: src/EVEMon/Updater/DataUpdateNotifyForm.Designer.cs class DataUpdateNotifyForm (line 3) | partial class DataUpdateNotifyForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Updater/DataUpdateNotifyForm.cs class DataUpdateNotifyForm (line 18) | public partial class DataUpdateNotifyForm : EVEMonForm method DataUpdateNotifyForm (line 26) | private DataUpdateNotifyForm() method DataUpdateNotifyForm (line 34) | public DataUpdateNotifyForm(DataUpdateAvailableEventArgs args) method OnLoad (line 44) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 68) | protected override void OnFormClosing(FormClosingEventArgs e) method btnUpdate_Click (line 87) | private void btnUpdate_Click(object sender, EventArgs e) method DownloadUpdates (line 120) | private void DownloadUpdates() method btnLater_Click (line 156) | private void btnLater_Click(object sender, EventArgs e) FILE: src/EVEMon/Updater/UpdateDownloadForm.Designer.cs class UpdateDownloadForm (line 3) | partial class UpdateDownloadForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Updater/UpdateDownloadForm.cs class UpdateDownloadForm (line 13) | public partial class UpdateDownloadForm : EVEMonForm method UpdateDownloadForm (line 22) | private UpdateDownloadForm() method UpdateDownloadForm (line 32) | public UpdateDownloadForm(Uri url, string fileName) method OnShown (line 43) | protected override void OnShown(EventArgs e) method OnFormClosing (line 83) | protected override void OnFormClosing(FormClosingEventArgs e) method ProgressChanged (line 101) | private void ProgressChanged(object sender, DownloadProgressChangedEve... method DownloadCompleted (line 136) | private void DownloadCompleted(object sender, AsyncCompletedEventArgs e) method btCancel_Click (line 166) | private void btCancel_Click(object sender, EventArgs e) FILE: src/EVEMon/Updater/UpdateNotifyForm.Designer.cs class UpdateNotifyForm (line 3) | partial class UpdateNotifyForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: src/EVEMon/Updater/UpdateNotifyForm.cs class UpdateNotifyForm (line 14) | public partial class UpdateNotifyForm : EVEMonForm method UpdateNotifyForm (line 22) | private UpdateNotifyForm() method UpdateNotifyForm (line 30) | public UpdateNotifyForm(UpdateAvailableEventArgs args) method OnLoad (line 40) | protected override void OnLoad(EventArgs e) method OnFormClosing (line 58) | protected override void OnFormClosing(FormClosingEventArgs e) method btnIgnore_Click (line 70) | private void btnIgnore_Click(object sender, EventArgs e) method btnUpdate_Click (line 88) | private void btnUpdate_Click(object sender, EventArgs e) method DownloadUpdate (line 110) | private bool DownloadUpdate() method ExecutePatcher (line 143) | private void ExecutePatcher(string filename, string args) method btnLater_Click (line 169) | private void btnLater_Click(object sender, EventArgs e) FILE: tests/Tests.EVEMon.Common/AsyncVoidMethodsTests.cs class AsyncVoidMethodsTests (line 11) | public static class AsyncVoidMethodsTests method EnsureNoAsyncVoidMethods (line 16) | [Fact] FILE: tests/Tests.EVEMon.Common/CompressionUncompressionTests.cs class CompressionUncompressionTests (line 9) | public static class CompressionUncompressionTests method GzipCompressAndUncompress (line 19) | [Fact] method DeflateCompressAndInflateUncompress (line 31) | [Fact] method GzipCompressAndZlibUncompress (line 43) | [Fact] method DeflateCompressAndZlibUncompress (line 55) | [Fact] method GzipCompressAndZlibUncompressUsingStream (line 67) | [Fact] method DeflateCompressAndZlibUncompressUsingStream (line 79) | [Fact] FILE: tests/Tests.EVEMon.Common/TimeExtensionsTests.cs class TimeExtensionsTests (line 7) | public static class TimeExtensionsTests method ConvertDateTimeToCCPDateTime (line 39) | [Fact] method ConvertValidCCPDateTimeToDateTime (line 49) | [Fact] method ConvertInvalidCCPDateTimeToDateTime (line 59) | [Fact] method ConvertEmptyCCPDateTimeToDateTime (line 69) | [Fact] method ConvertDateTimeToDotFormattedString (line 79) | [Fact] method ToRemainingTimeShortDescriptionReturnsDone (line 89) | [Fact] method ToRemainingTimeShortDescriptionReturnsSecond (line 99) | [Fact] method ToRemainingTimeShortDescriptionReturnsMinute (line 110) | [Fact] method ToRemainingTimeShortDescriptionReturnsHour (line 121) | [Fact] method ToRemainingTimeShortDescriptionReturnsDay (line 132) | [Fact] method ToRemainingTimeShortDescriptionReturnsMinuteSecond (line 143) | [Fact] method ToRemainingTimeShortDescriptionReturnsHourMinuteSecond (line 154) | [Fact] method ToRemainingTimeShortDescriptionReturnsDayHourMinuteSecond (line 165) | [Fact] method ToRemainingTimeShortDescriptionReturnsDayMinuteSecond (line 176) | [Fact] method ToRemainingTimeShortDescriptionReturnsDayMinute (line 187) | [Fact] FILE: tests/Tests.EVEMon/AsyncVoidMethodsTests.cs class AsyncVoidMethodsTests (line 11) | public static class AsyncVoidMethodsTests method EnsureNoAsyncVoidMethods (line 16) | [Fact] FILE: tests/Tests.Helpers/AsyncVoidMethodsHelper.cs class AsyncVoidMethodsHelper (line 9) | public static class AsyncVoidMethodsHelper method GetAsyncVoidMethods (line 18) | public static IEnumerable GetAsyncVoidMethods(this Assembl... method GetLoadableTypes (line 45) | private static IEnumerable GetLoadableTypes(this Assembly assembly) method HasAttribute (line 66) | private static bool HasAttribute(this MethodInfo method) FILE: tools/InstallBuilder/NSIS/Examples/Plugin/exdll.c function myFunction (line 8) | void __declspec(dllexport) myFunction(HWND hwndParent, int string_size, function BOOL (line 34) | BOOL WINAPI DllMain(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpRes... FILE: tools/InstallBuilder/NSIS/Examples/Plugin/nsis/api.h type NSPIM (line 28) | enum NSPIM type UINT_PTR (line 37) | typedef UINT_PTR (*NSISPLUGINCALLBACK)(enum NSPIM); type exec_flags_t (line 41) | typedef struct type extra_parameters (line 64) | typedef struct { FILE: tools/InstallBuilder/NSIS/Examples/Plugin/nsis/pluginapi.h type stack_t (line 19) | typedef struct _stack_t { FILE: tools/InstallBuilder/Program.cs class Program (line 13) | internal static class Program method Main (line 32) | [STAThread] method GetInstallbuilderDirectory (line 219) | private static string GetInstallbuilderDirectory(string directory) method CheckIsSnapshot (line 228) | [Conditional("SNAPSHOT")] method CheckNsisPresent (line 237) | private static bool CheckNsisPresent() method FindMakeNsisExe (line 264) | private static string FindMakeNsisExe() method HasVersion (line 273) | private static bool HasVersion() method BuildZip (line 292) | private static int BuildZip() method BuildInstaller (line 359) | private static int BuildInstaller() method DeleteFiles (line 422) | private static void DeleteFiles(string directoryPath) FILE: tools/PatchXmlCreator/Action.cs type Action (line 3) | internal enum Action FILE: tools/PatchXmlCreator/DatafileControl.Designer.cs class DatafileControl (line 3) | partial class DatafileControl method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: tools/PatchXmlCreator/DatafileControl.cs class DatafileControl (line 7) | internal partial class DatafileControl : UserControl method DatafileControl (line 12) | public DatafileControl() method OnClick (line 24) | private void OnClick(object sender, EventArgs e) FILE: tools/PatchXmlCreator/Helper.cs class Helper (line 11) | internal static class Helper method EnsurePrerequisites (line 152) | internal static void EnsurePrerequisites() method ShowMessage (line 179) | private static void ShowMessage(string text) method SelectAction (line 189) | internal static Action SelectAction() method OnButtonClick (line 219) | private static void OnButtonClick(object sender, EventArgs e) method GetAction (line 235) | private static Action GetAction(string buttonText) FILE: tools/PatchXmlCreator/PatchXmlCreatorWindow.Designer.cs class PatchXmlCreatorWindow (line 3) | partial class PatchXmlCreatorWindow method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: tools/PatchXmlCreator/PatchXmlCreatorWindow.cs class PatchXmlCreatorWindow (line 24) | internal partial class PatchXmlCreatorWindow : EVEMonForm method PatchXmlCreatorWindow (line 56) | private PatchXmlCreatorWindow() method PatchXmlCreatorWindow (line 95) | public PatchXmlCreatorWindow(Action action) method OnLoad (line 110) | protected override void OnLoad(EventArgs e) method OnClick (line 131) | private void OnClick(object sender, EventArgs e) method GetAssemblyVersion (line 146) | private static FileVersionInfo GetAssemblyVersion() method UpdateReleaseInfo (line 158) | private void UpdateReleaseInfo() method GetInstallerPath (line 182) | internal static FileInfo GetInstallerPath() method InitDatafiles (line 193) | private static void InitDatafiles() method CustomLayout (line 207) | private void CustomLayout() method UpdateDatafileInfo (line 259) | private static void UpdateDatafileInfo(DatafileControl control, Datafi... method UpdateDatafilesMessage (line 273) | private void UpdateDatafilesMessage() method EnsureHeaderMessage (line 301) | private void EnsureHeaderMessage(Control control) method StoreInitMessage (line 343) | private void StoreInitMessage() method UpdateDatafilesControls (line 367) | private void UpdateDatafilesControls() method UpdateCreateButtonEnabled (line 404) | private void UpdateCreateButtonEnabled() method ButtonEnabledFromReleaseControls (line 419) | private bool ButtonEnabledFromReleaseControls() method ButtonEnabledFromDatafileControls (line 451) | private bool ButtonEnabledFromDatafileControls() method ButtonEnabledFromDatafileControlControls (line 482) | private bool ButtonEnabledFromDatafileControlControls() method TryDeserializePatchXml (line 509) | private static SerializablePatch TryDeserializePatchXml() method ExportPatchXml (line 523) | private string ExportPatchXml() method ExportRelease (line 539) | private void ExportRelease(SerializableRelease serialRelease) method ExportReleases (line 576) | private void ExportReleases(IList serialReleases) method ExportDatafiles (line 613) | private void ExportDatafiles(ICollection datafiles) method SaveFileAsync (line 640) | private async Task SaveFileAsync() method LoadReleaseInfoFromFile (line 678) | private void LoadReleaseInfoFromFile() method LoadDatafilesInfoFromFile (line 712) | private void LoadDatafilesInfoFromFile() method btnCancel_Click (line 760) | private void btnCancel_Click(object sender, EventArgs e) method btnCreate_Click (line 770) | private async void btnCreate_Click(object sender, EventArgs e) method btPaste_Click (line 781) | private void btPaste_Click(object sender, EventArgs e) method btnLoadReleaseInfo_Click (line 799) | private void btnLoadReleaseInfo_Click(object sender, EventArgs e) method btnLoadDatafileInfo_Click (line 810) | private void btnLoadDatafileInfo_Click(object sender, EventArgs e) method btnReleaseClear_Click (line 821) | private void btnReleaseClear_Click(object sender, EventArgs e) method btnDatafilesClear_Click (line 836) | private void btnDatafilesClear_Click(object sender, EventArgs e) method Control_DoubleClick (line 862) | private void Control_DoubleClick(object sender, EventArgs e) method Control_Enter (line 891) | private void Control_Enter(object sender, EventArgs e) method Control_Leave (line 907) | private void Control_Leave(object sender, EventArgs e) FILE: tools/PatchXmlCreator/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: tools/PatchXmlCreator/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: tools/PatchXmlCreator/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: tools/ResFileCreator/Program.cs class Program (line 12) | internal static class Program method Main (line 24) | [STAThread] method ParserAssemblyInfo (line 46) | private static void ParserAssemblyInfo() method GetValueOf (line 68) | private static string GetValueOf(string assemblyInfoFileContent, strin... method GenerateRcFile (line 82) | private static bool GenerateRcFile() method AddVersionInfo (line 111) | private static void AddVersionInfo(StringBuilder sb) method AddManifest (line 156) | private static void AddManifest(StringBuilder sb) method AddIcons (line 172) | private static void AddIcons(StringBuilder sb) method CreateResFile (line 206) | private static void CreateResFile() method FindRcExe (line 240) | private static string FindRcExe() method GetSolutionDirectory (line 253) | private static string GetSolutionDirectory() method GetProjectDirectory (line 267) | private static string GetProjectDirectory() FILE: tools/XmlGenerator/Collections/BagCollection.cs class BagCollection (line 13) | public sealed class BagCollection : IEnumerable method BagCollection (line 23) | public BagCollection(IndexedCollection collection) method HasValue (line 42) | public bool HasValue(long id) => m_items.ContainsKey(id); method GetEnumerator (line 54) | public IEnumerator GetEnumerator() => ((IEnumerable)m_items.Valu... method GetEnumerator (line 62) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); class LongBagCollection (line 70) | public sealed class LongBagCollection : IEnumerable method LongBagCollection (line 80) | public LongBagCollection(LongIndexedCollection collection) method HasValue (line 99) | public bool HasValue(long id) => m_items.ContainsKey(id); method GetEnumerator (line 111) | public IEnumerator GetEnumerator() => ((IEnumerable)m_items.Valu... method GetEnumerator (line 119) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: tools/XmlGenerator/Collections/IndexedCollection.cs class IndexedCollection (line 13) | public sealed class IndexedCollection : IEnumerable method IndexedCollection (line 21) | public IndexedCollection() method ToBag (line 36) | public BagCollection ToBag() => new BagCollection(this); method GetEnumerator (line 42) | public IEnumerator GetEnumerator() => m_items.GetEnumerator(); method GetEnumerator (line 50) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); class LongIndexedCollection (line 57) | public sealed class LongIndexedCollection : IEnumerable method LongIndexedCollection (line 65) | public LongIndexedCollection() method ToBag (line 80) | public LongBagCollection ToBag() => new LongBagCollection(this); method GetEnumerator (line 86) | public IEnumerator GetEnumerator() => m_items.GetEnumerator(); method GetEnumerator (line 94) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: tools/XmlGenerator/Collections/RelationSetCollection.cs class RelationSetCollection (line 9) | public sealed class RelationSetCollection : IEnumerable type Relation (line 15) | private struct Relation : IRelation method Relation (line 27) | public Relation(int left, int center, int right) method Equals (line 34) | public override bool Equals(object obj) method GetHashCode (line 44) | public override int GetHashCode() method RelationSetCollection (line 64) | public RelationSetCollection(IEnumerable src) method Contains (line 84) | public bool Contains(int left, int center, int right) method Contains (line 92) | public bool Contains(IRelation relation) method Get (line 102) | public T Get(int left, int center, int right) method Get (line 114) | public T Get(IRelation relation) method GetKey (line 122) | private static Relation GetKey(IRelation relation) method GetKey (line 132) | private static Relation GetKey(int left, int center, int right) method GetEnumerator (line 139) | public IEnumerator GetEnumerator() => ((IEnumerable)m_dictionary... method GetEnumerator (line 147) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: tools/XmlGenerator/Datafiles/Blueprints.cs class Blueprints (line 16) | internal static class Blueprints method GenerateDatafile (line 24) | internal static void GenerateDatafile() method CreateMarketGroups (line 88) | private static void CreateMarketGroups(IDictionary ExportCertifi... method ExportCertificate (line 99) | private static SerializableCertificate ExportCertificate(CrtCertificat... FILE: tools/XmlGenerator/Datafiles/Geography.cs class Geography (line 14) | internal static class Geography method GenerateDatafile (line 23) | internal static void GenerateDatafile() method ExportConstellations (line 78) | private static IEnumerable ExportConstellat... method ExportSystems (line 98) | private static IEnumerable ExportSystems(IHas... method ExportPlanets (line 124) | private static IEnumerable ExportPlanets(IHasID sr... method ExportStations (line 141) | private static IEnumerable ExportStations(IHasID ... method ExportAgents (line 165) | private static IEnumerable ExportAgents(IHasLongID ... FILE: tools/XmlGenerator/Datafiles/Items.cs class Items (line 19) | internal static class Items method GenerateDatafile (line 31) | internal static void GenerateDatafile() method CreateMarketGroups (line 111) | private static void CreateMarketGroups(IDictionary bonuses, StringBu... method AddTraits (line 316) | private static void AddTraits(InvTypes srcItem, SerializableItem item) method AddControlTowerFuelInfo (line 427) | private static void AddControlTowerFuelInfo(IHasID srcItem, Serializab... method AddReactionInfo (line 453) | private static void AddReactionInfo(IHasID srcItem, SerializableItem i... method AddMetaGroup (line 477) | private static void AddMetaGroup(IHasID srcItem, SerializableItem item) method AddItemProp (line 520) | private static bool AddItemProp(IReadOnlyCollection ids, DgmTypeA... method AddItemPropsAndPrereq (line 545) | private static void AddItemPropsAndPrereq(InvTypes srcItem, Serializab... method AddMetaData (line 625) | private static void AddMetaData(SerializableItem item, long propInt64V... method CompleteItemPropertiesAddition (line 679) | private static void CompleteItemPropertiesAddition(InvTypes srcItem, I... method GetPackagedVolume (line 726) | private static int GetPackagedVolume(int groupID) method SetItemFamilyByMarketGroup (line 788) | private static void SetItemFamilyByMarketGroup(SerializableMarketGroup... FILE: tools/XmlGenerator/Datafiles/Masteries.cs class Masteries (line 13) | internal static class Masteries method GenerateDatafile (line 18) | internal static void GenerateDatafile() method ExportMasteries (line 58) | private static IEnumerable ExportMasteries(IGroup... FILE: tools/XmlGenerator/Datafiles/Properties.cs class Properties (line 16) | internal static class Properties method GenerateDatafile (line 39) | internal static void GenerateDatafile() method ConfigureNullCategoryProperties (line 73) | private static void ConfigureNullCategoryProperties() method ExportAttributeCategories (line 272) | private static IEnumerable ExportAttribu... method ReorderProperties (line 348) | private static void ReorderProperties(IList gPro... FILE: tools/XmlGenerator/Datafiles/Reprocessing.cs class Reprocessing (line 12) | internal static class Reprocessing method GenerateDatafile (line 17) | internal static void GenerateDatafile() FILE: tools/XmlGenerator/Datafiles/Skills.cs class Skills (line 16) | internal static class Skills method GenerateDatafile (line 21) | internal static void GenerateDatafile() method ExportSkillsInGroup (line 62) | private static IEnumerable ExportSkillsInGroup(IHas... method IntToEveAttribute (line 170) | private static EveAttribute IntToEveAttribute(long attributeValue) FILE: tools/XmlGenerator/Extensions/StringCleaning.cs class StringCleaning (line 12) | public static class StringCleaning method Clean (line 19) | public static string Clean(this string input) method CollapseSpaces (line 39) | private static string CollapseSpaces(this string input) method ReplaceHtmlLineBreaks (line 47) | private static string ReplaceHtmlLineBreaks(this string input) method CleanXmlTags (line 57) | private static string CleanXmlTags(this string input) method ReplaceTabs (line 67) | private static string ReplaceTabs(this string input) => input.Replace(... method TrimWhitespace (line 74) | private static string TrimWhitespace(this string input) method FormatPropertyValue (line 89) | public static string FormatPropertyValue(this DgmTypeAttributes property) method FormatDecimal (line 107) | public static string FormatDecimal(this decimal input) FILE: tools/XmlGenerator/Interfaces/IHasId.cs type IHasID (line 6) | public interface IHasID FILE: tools/XmlGenerator/Interfaces/IHasLongId.cs type IHasLongID (line 6) | public interface IHasLongID FILE: tools/XmlGenerator/Interfaces/IRelation.cs type IRelation (line 6) | public interface IRelation FILE: tools/XmlGenerator/Models/EveStaticData.cs class EveStaticData (line 5) | public partial class EveStaticData : DbContext method EveStaticData (line 7) | public EveStaticData() method OnModelCreating (line 95) | protected override void OnModelCreating(DbModelBuilder modelBuilder) FILE: tools/XmlGenerator/Models/agtAgentTypes.cs class agtAgentTypes (line 9) | public partial class agtAgentTypes FILE: tools/XmlGenerator/Models/agtAgents.cs class agtAgents (line 6) | public partial class agtAgents FILE: tools/XmlGenerator/Models/agtResearchAgents.cs class agtResearchAgents (line 9) | public partial class agtResearchAgents FILE: tools/XmlGenerator/Models/certCerts.cs class certCerts (line 9) | public partial class certCerts FILE: tools/XmlGenerator/Models/chrAncestries.cs class chrAncestries (line 9) | public partial class chrAncestries FILE: tools/XmlGenerator/Models/chrAttributes.cs class chrAttributes (line 9) | public partial class chrAttributes FILE: tools/XmlGenerator/Models/chrBloodlines.cs class chrBloodlines (line 9) | public partial class chrBloodlines FILE: tools/XmlGenerator/Models/chrFactions.cs class chrFactions (line 9) | public partial class chrFactions FILE: tools/XmlGenerator/Models/chrRaces.cs class chrRaces (line 9) | public partial class chrRaces FILE: tools/XmlGenerator/Models/cloneStates.cs class cloneStates (line 7) | [JsonObject(MemberSerialization.OptIn)] FILE: tools/XmlGenerator/Models/crpActivities.cs class crpActivities (line 9) | public partial class crpActivities FILE: tools/XmlGenerator/Models/crpNPCCorporationDivisions.cs class crpNPCCorporationDivisions (line 9) | public partial class crpNPCCorporationDivisions FILE: tools/XmlGenerator/Models/crpNPCCorporationResearchFields.cs class crpNPCCorporationResearchFields (line 9) | public partial class crpNPCCorporationResearchFields FILE: tools/XmlGenerator/Models/crpNPCCorporationTrades.cs class crpNPCCorporationTrades (line 9) | public partial class crpNPCCorporationTrades FILE: tools/XmlGenerator/Models/crpNPCCorporations.cs class crpNPCCorporations (line 9) | public partial class crpNPCCorporations FILE: tools/XmlGenerator/Models/crpNPCDivisions.cs class crpNPCDivisions (line 9) | public partial class crpNPCDivisions FILE: tools/XmlGenerator/Models/crtCertificates.cs class crtCertificates (line 9) | public partial class crtCertificates FILE: tools/XmlGenerator/Models/crtClasses.cs class crtClasses (line 9) | public partial class crtClasses FILE: tools/XmlGenerator/Models/crtRecommendations.cs class crtRecommendations (line 9) | public partial class crtRecommendations FILE: tools/XmlGenerator/Models/crtRelationships.cs class crtRelationships (line 9) | public partial class crtRelationships FILE: tools/XmlGenerator/Models/dgmAttributeCategories.cs class dgmAttributeCategories (line 9) | public partial class dgmAttributeCategories FILE: tools/XmlGenerator/Models/dgmAttributeTypes.cs class dgmAttributeTypes (line 9) | public partial class dgmAttributeTypes FILE: tools/XmlGenerator/Models/dgmEffects.cs class dgmEffects (line 9) | public partial class dgmEffects FILE: tools/XmlGenerator/Models/dgmExpressions.cs class dgmExpressions (line 9) | public partial class dgmExpressions FILE: tools/XmlGenerator/Models/dgmMasteries.cs class dgmMasteries (line 9) | public partial class dgmMasteries FILE: tools/XmlGenerator/Models/dgmTraits.cs class dgmTraits (line 9) | public partial class dgmTraits FILE: tools/XmlGenerator/Models/dgmTypeAttributes.cs class dgmTypeAttributes (line 9) | public partial class dgmTypeAttributes FILE: tools/XmlGenerator/Models/dgmTypeEffects.cs class dgmTypeEffects (line 9) | public partial class dgmTypeEffects FILE: tools/XmlGenerator/Models/dgmTypeMasteries.cs class dgmTypeMasteries (line 9) | public partial class dgmTypeMasteries FILE: tools/XmlGenerator/Models/dgmTypeTraits.cs class dgmTypeTraits (line 9) | public partial class dgmTypeTraits FILE: tools/XmlGenerator/Models/eveGraphics.cs class eveGraphics (line 9) | public partial class eveGraphics FILE: tools/XmlGenerator/Models/eveIcons.cs class eveIcons (line 9) | public partial class eveIcons FILE: tools/XmlGenerator/Models/eveUnits.cs class eveUnits (line 9) | public partial class eveUnits FILE: tools/XmlGenerator/Models/industryActivity.cs class industryActivity (line 11) | [Table("industryActivity")] FILE: tools/XmlGenerator/Models/industryActivityMaterials.cs class industryActivityMaterials (line 11) | public partial class industryActivityMaterials FILE: tools/XmlGenerator/Models/industryActivityProbabilities.cs class industryActivityProbabilities (line 11) | public partial class industryActivityProbabilities FILE: tools/XmlGenerator/Models/industryActivityProducts.cs class industryActivityProducts (line 11) | public partial class industryActivityProducts FILE: tools/XmlGenerator/Models/industryActivityRaces.cs class industryActivityRaces (line 11) | public partial class industryActivityRaces FILE: tools/XmlGenerator/Models/industryActivitySkills.cs class industryActivitySkills (line 11) | public partial class industryActivitySkills FILE: tools/XmlGenerator/Models/industryBlueprints.cs class industryBlueprints (line 11) | public partial class industryBlueprints FILE: tools/XmlGenerator/Models/invCategories.cs class invCategories (line 9) | public partial class invCategories FILE: tools/XmlGenerator/Models/invContrabandTypes.cs class invContrabandTypes (line 9) | public partial class invContrabandTypes FILE: tools/XmlGenerator/Models/invControlTowerResourcePurposes.cs class invControlTowerResourcePurposes (line 9) | public partial class invControlTowerResourcePurposes FILE: tools/XmlGenerator/Models/invControlTowerResources.cs class invControlTowerResources (line 9) | public partial class invControlTowerResources FILE: tools/XmlGenerator/Models/invFlags.cs class invFlags (line 9) | public partial class invFlags FILE: tools/XmlGenerator/Models/invGroups.cs class invGroups (line 9) | public partial class invGroups FILE: tools/XmlGenerator/Models/invItems.cs class invItems (line 9) | public partial class invItems FILE: tools/XmlGenerator/Models/invMarketGroups.cs class invMarketGroups (line 9) | public partial class invMarketGroups FILE: tools/XmlGenerator/Models/invMetaGroups.cs class invMetaGroups (line 9) | public partial class invMetaGroups FILE: tools/XmlGenerator/Models/invMetaTypes.cs class invMetaTypes (line 9) | public partial class invMetaTypes FILE: tools/XmlGenerator/Models/invNames.cs class invNames (line 9) | public partial class invNames FILE: tools/XmlGenerator/Models/invPositions.cs class invPositions (line 9) | public partial class invPositions FILE: tools/XmlGenerator/Models/invTraits.cs class invTraits (line 9) | public partial class invTraits FILE: tools/XmlGenerator/Models/invTypeMaterials.cs class invTypeMaterials (line 9) | public partial class invTypeMaterials FILE: tools/XmlGenerator/Models/invTypeReactions.cs class invTypeReactions (line 9) | public partial class invTypeReactions FILE: tools/XmlGenerator/Models/invTypes.cs class invTypes (line 6) | public partial class invTypes FILE: tools/XmlGenerator/Models/invUniqueNames.cs class invUniqueNames (line 9) | public partial class invUniqueNames FILE: tools/XmlGenerator/Models/mapCelestialStatistics.cs class mapCelestialStatistics (line 9) | public partial class mapCelestialStatistics FILE: tools/XmlGenerator/Models/mapConstellationJumps.cs class mapConstellationJumps (line 9) | public partial class mapConstellationJumps FILE: tools/XmlGenerator/Models/mapConstellations.cs class mapConstellations (line 9) | public partial class mapConstellations FILE: tools/XmlGenerator/Models/mapDenormalize.cs class mapDenormalize (line 9) | [Table("mapDenormalize")] FILE: tools/XmlGenerator/Models/mapJumps.cs class mapJumps (line 9) | public partial class mapJumps FILE: tools/XmlGenerator/Models/mapLandmarks.cs class mapLandmarks (line 9) | public partial class mapLandmarks FILE: tools/XmlGenerator/Models/mapLocationScenes.cs class mapLocationScenes (line 9) | public partial class mapLocationScenes FILE: tools/XmlGenerator/Models/mapLocationWormholeClasses.cs class mapLocationWormholeClasses (line 9) | public partial class mapLocationWormholeClasses FILE: tools/XmlGenerator/Models/mapRegionJumps.cs class mapRegionJumps (line 9) | public partial class mapRegionJumps FILE: tools/XmlGenerator/Models/mapRegions.cs class mapRegions (line 9) | public partial class mapRegions FILE: tools/XmlGenerator/Models/mapSolarSystemJumps.cs class mapSolarSystemJumps (line 9) | public partial class mapSolarSystemJumps FILE: tools/XmlGenerator/Models/mapSolarSystems.cs class mapSolarSystems (line 9) | public partial class mapSolarSystems FILE: tools/XmlGenerator/Models/mapUniverse.cs class mapUniverse (line 9) | [Table("mapUniverse")] FILE: tools/XmlGenerator/Models/planetSchematics.cs class planetSchematics (line 9) | public partial class planetSchematics FILE: tools/XmlGenerator/Models/planetSchematicsPinMap.cs class planetSchematicsPinMap (line 9) | [Table("planetSchematicsPinMap")] FILE: tools/XmlGenerator/Models/planetSchematicsTypeMap.cs class planetSchematicsTypeMap (line 9) | [Table("planetSchematicsTypeMap")] FILE: tools/XmlGenerator/Models/ramActivities.cs class ramActivities (line 9) | public partial class ramActivities FILE: tools/XmlGenerator/Models/ramAssemblyLineStations.cs class ramAssemblyLineStations (line 9) | public partial class ramAssemblyLineStations FILE: tools/XmlGenerator/Models/ramAssemblyLineTypeDetailPerCategory.cs class ramAssemblyLineTypeDetailPerCategory (line 9) | [Table("ramAssemblyLineTypeDetailPerCategory")] FILE: tools/XmlGenerator/Models/ramAssemblyLineTypeDetailPerGroup.cs class ramAssemblyLineTypeDetailPerGroup (line 9) | [Table("ramAssemblyLineTypeDetailPerGroup")] FILE: tools/XmlGenerator/Models/ramAssemblyLineTypes.cs class ramAssemblyLineTypes (line 9) | public partial class ramAssemblyLineTypes FILE: tools/XmlGenerator/Models/ramInstallationTypeContents.cs class ramInstallationTypeContents (line 9) | public partial class ramInstallationTypeContents FILE: tools/XmlGenerator/Models/sknLicenses.cs class sknLicenses (line 9) | public partial class sknLicenses FILE: tools/XmlGenerator/Models/sknMaterials.cs class sknMaterials (line 9) | public partial class sknMaterials FILE: tools/XmlGenerator/Models/sknSkins.cs class sknSkins (line 9) | public partial class sknSkins FILE: tools/XmlGenerator/Models/staOperationServices.cs class staOperationServices (line 9) | public partial class staOperationServices FILE: tools/XmlGenerator/Models/staOperations.cs class staOperations (line 9) | public partial class staOperations FILE: tools/XmlGenerator/Models/staServices.cs class staServices (line 9) | public partial class staServices FILE: tools/XmlGenerator/Models/staStationTypes.cs class staStationTypes (line 9) | public partial class staStationTypes FILE: tools/XmlGenerator/Models/staStations.cs class staStations (line 9) | public partial class staStations FILE: tools/XmlGenerator/Models/translationTables.cs class translationTables (line 9) | public partial class translationTables FILE: tools/XmlGenerator/Models/trnTranslationColumns.cs class trnTranslationColumns (line 9) | public partial class trnTranslationColumns FILE: tools/XmlGenerator/Models/trnTranslationLanguages.cs class trnTranslationLanguages (line 9) | public partial class trnTranslationLanguages FILE: tools/XmlGenerator/Models/trnTranslations.cs class trnTranslations (line 9) | public partial class trnTranslations FILE: tools/XmlGenerator/Models/warCombatZoneSystems.cs class warCombatZoneSystems (line 9) | public partial class warCombatZoneSystems FILE: tools/XmlGenerator/Models/warCombatZones.cs class warCombatZones (line 9) | public partial class warCombatZones FILE: tools/XmlGenerator/Program.cs class Program (line 12) | internal static class Program method Main (line 18) | [STAThread] FILE: tools/XmlGenerator/Providers/Database.cs class Database (line 16) | public static class Database method CreateConnection (line 300) | private static SQLiteConnection CreateConnection() method GetConnection (line 334) | private static SQLiteConnection GetConnection(string connectionName) method CreateTables (line 356) | internal static void CreateTables() method Agents (line 456) | private static BagCollection Agents() method AgentTypes (line 495) | private static BagCollection AgentTypes() method ResearchAgents (line 516) | private static BagCollection ResearchAgents() method Factions (line 537) | private static BagCollection Factions() method NPCDivisions (line 585) | private static BagCollection NPCDivisions() method AttributeCategories (line 614) | private static BagCollection AttributeCategori... method AttributeTypes (line 639) | private static BagCollection AttributeTypes() method Traits (line 682) | private static BagCollection Traits() method TypeAttributes (line 709) | private static RelationSetCollection TypeAttributes() method TypeEffects (line 727) | private static RelationSetCollection TypeEffects() method Icons (line 743) | private static BagCollection Icons() method Units (line 764) | private static BagCollection Units() method IndustryActivity (line 790) | private static RelationSetCollection IndustryActivity() method IndustryActivityMaterials (line 807) | private static RelationSetCollection Indust... method IndustryActivityProbabilities (line 825) | private static RelationSetCollection In... method IndustryActivityProducts (line 844) | private static RelationSetCollection Industr... method IndustryActivitySkills (line 863) | private static RelationSetCollection IndustryA... method IndustryBlueprints (line 882) | private static BagCollection IndustryBlueprints() method Categories (line 906) | private static BagCollection Categories() method ControlTowerResourcePurposes (line 932) | private static BagCollection ControlT... method ControlTowerResources (line 954) | private static List ControlTowerResources() method Flags (line 984) | private static BagCollection Flags() method Groups (line 1007) | private static BagCollection Groups() method Items (line 1049) | private static BagCollection Items() method MarketGroups (line 1074) | private static BagCollection MarketGroups() method MetaTypes (line 1107) | private static RelationSetCollection MetaTypes() method Names (line 1132) | private static BagCollection Names() method TypeMaterials (line 1153) | private static List TypeMaterials() method TypeReactions (line 1166) | private static List TypeReactions() method Types (line 1192) | private static BagCollection Types() method Constellations (line 1248) | private static BagCollection Constellations() method Regions (line 1274) | private static BagCollection Regions() method SolarSystemsJumps (line 1299) | private static List SolarSystemsJumps() method SolarSystems (line 1311) | private static BagCollection SolarSystems() method Stations (line 1349) | private static LongBagCollection Stations() FILE: tools/XmlGenerator/Providers/HoboleaksAlphaSkills.cs class HoboleaksAlphaSkills (line 10) | internal static class HoboleaksAlphaSkills method GetAlphaSkillLimits (line 12) | public static IDictionary GetAlphaSkillLimits() FILE: tools/XmlGenerator/StaticData/AgtAgentTypes.cs class AgtAgentTypes (line 6) | public sealed class AgtAgentTypes : IHasID FILE: tools/XmlGenerator/StaticData/AgtAgents.cs class AgtAgents (line 6) | public sealed class AgtAgents : IHasID FILE: tools/XmlGenerator/StaticData/AgtResearchAgents.cs class AgtResearchAgents (line 6) | public sealed class AgtResearchAgents : IHasID FILE: tools/XmlGenerator/StaticData/ChrFactions.cs class ChrFactions (line 6) | public sealed class ChrFactions : IHasID FILE: tools/XmlGenerator/StaticData/CrpNPCDivisions.cs class CrpNPCDivisions (line 6) | public sealed class CrpNPCDivisions : IHasID FILE: tools/XmlGenerator/StaticData/CrtCertificates.cs class CrtCertificates (line 6) | public sealed class CrtCertificates : IHasID FILE: tools/XmlGenerator/StaticData/CrtClasses.cs class CrtClasses (line 6) | public sealed class CrtClasses : IHasID FILE: tools/XmlGenerator/StaticData/CrtRecommendations.cs class CrtRecommendations (line 6) | public sealed class CrtRecommendations : IHasID FILE: tools/XmlGenerator/StaticData/CrtRelationships.cs class CrtRelationships (line 6) | public sealed class CrtRelationships : IHasID FILE: tools/XmlGenerator/StaticData/DgmAttributeCategories.cs class DgmAttributeCategories (line 6) | public sealed class DgmAttributeCategories : IHasID FILE: tools/XmlGenerator/StaticData/DgmAttributeTypes.cs class DgmAttributeTypes (line 6) | public sealed class DgmAttributeTypes : IHasID FILE: tools/XmlGenerator/StaticData/DgmMasteries.cs class DgmMasteries (line 6) | public sealed class DgmMasteries : IHasID FILE: tools/XmlGenerator/StaticData/DgmTraits.cs class DgmTraits (line 6) | public sealed class DgmTraits : IHasID FILE: tools/XmlGenerator/StaticData/DgmTypeAttributes.cs class DgmTypeAttributes (line 7) | public sealed class DgmTypeAttributes : IRelation FILE: tools/XmlGenerator/StaticData/DgmTypeEffects.cs class DgmTypeEffects (line 6) | public sealed class DgmTypeEffects : IRelation FILE: tools/XmlGenerator/StaticData/DgmTypeMasteries.cs class DgmTypeMasteries (line 6) | public sealed class DgmTypeMasteries : IRelation FILE: tools/XmlGenerator/StaticData/DgmTypeTraits.cs class DgmTypeTraits (line 6) | public sealed class DgmTypeTraits : IRelation FILE: tools/XmlGenerator/StaticData/EveIcons.cs class EveIcons (line 6) | public sealed class EveIcons : IHasID FILE: tools/XmlGenerator/StaticData/EveUnits.cs class EveUnits (line 6) | public sealed class EveUnits : IHasID FILE: tools/XmlGenerator/StaticData/IndustryActivity.cs class IndustryActivity (line 6) | public sealed class IndustryActivity : IRelation FILE: tools/XmlGenerator/StaticData/IndustryActivityMaterials.cs class IndustryActivityMaterials (line 6) | public sealed class IndustryActivityMaterials : IRelation FILE: tools/XmlGenerator/StaticData/IndustryActivityProbabilities.cs class IndustryActivityProbabilities (line 6) | public sealed class IndustryActivityProbabilities : IRelation FILE: tools/XmlGenerator/StaticData/IndustryActivityProducts.cs class IndustryActivityProducts (line 6) | public sealed class IndustryActivityProducts : IRelation FILE: tools/XmlGenerator/StaticData/IndustryActivitySkills.cs class IndustryActivitySkills (line 6) | public sealed class IndustryActivitySkills : IRelation FILE: tools/XmlGenerator/StaticData/IndustryBlueprints.cs class IndustryBlueprints (line 6) | public sealed class IndustryBlueprints : IHasID FILE: tools/XmlGenerator/StaticData/InvCategories.cs class InvCategories (line 6) | public sealed class InvCategories : IHasID FILE: tools/XmlGenerator/StaticData/InvControlTowerResourcePurposes.cs class InvControlTowerResourcePurposes (line 6) | public sealed class InvControlTowerResourcePurposes : IHasID FILE: tools/XmlGenerator/StaticData/InvControlTowerResources.cs class InvControlTowerResources (line 6) | public sealed class InvControlTowerResources : IHasID FILE: tools/XmlGenerator/StaticData/InvFlags.cs class InvFlags (line 6) | public sealed class InvFlags : IHasID FILE: tools/XmlGenerator/StaticData/InvGroups.cs class InvGroups (line 6) | public sealed class InvGroups : IHasID FILE: tools/XmlGenerator/StaticData/InvItems.cs class InvItems (line 6) | public sealed class InvItems : IHasID FILE: tools/XmlGenerator/StaticData/InvMarketGroups.cs class InvMarketGroups (line 6) | public sealed class InvMarketGroups : IHasID FILE: tools/XmlGenerator/StaticData/InvMetaTypes.cs class InvMetaTypes (line 6) | public sealed class InvMetaTypes : IRelation FILE: tools/XmlGenerator/StaticData/InvNames.cs class InvNames (line 6) | public sealed class InvNames : IHasID FILE: tools/XmlGenerator/StaticData/InvTraits.cs class InvTraits (line 6) | public sealed class InvTraits : IHasID FILE: tools/XmlGenerator/StaticData/InvTypeMaterials.cs class InvTypeMaterials (line 6) | public sealed class InvTypeMaterials : IHasID FILE: tools/XmlGenerator/StaticData/InvTypeReactions.cs class InvTypeReactions (line 6) | public sealed class InvTypeReactions : IHasID FILE: tools/XmlGenerator/StaticData/InvTypes.cs class InvTypes (line 6) | public sealed class InvTypes : IHasID FILE: tools/XmlGenerator/StaticData/MapConstellations.cs class MapConstellations (line 6) | public sealed class MapConstellations : IHasID FILE: tools/XmlGenerator/StaticData/MapRegions.cs class MapRegions (line 6) | public sealed class MapRegions : IHasID FILE: tools/XmlGenerator/StaticData/MapSolarSystems.cs class MapSolarSystems (line 6) | public sealed class MapSolarSystems : IHasID FILE: tools/XmlGenerator/StaticData/MapSolarSystemsJump.cs class MapSolarSystemsJump (line 5) | public sealed class MapSolarSystemsJump FILE: tools/XmlGenerator/StaticData/StaStations.cs class StaStations (line 6) | public sealed class StaStations : IHasLongID FILE: tools/XmlGenerator/Utils/Util.cs class Util (line 12) | public static class Util method SerializeXml (line 29) | internal static void SerializeXml(T datafile, string filename) method SerializeXmlTo (line 63) | internal static void SerializeXmlTo(T serial, string xmlRootName, s... method CreateMD5SumsFile (line 82) | internal static void CreateMD5SumsFile(string filename) method Copy (line 113) | private static void Copy(string srcFile, string destFile) method GetSolutionDirectory (line 149) | private static string GetSolutionDirectory() method GetProjectDirectory (line 161) | private static string GetProjectDirectory() method GetOutputPath (line 174) | private static string GetOutputPath() method ResetCounters (line 186) | internal static void ResetCounters() method UpdatePercentDone (line 200) | internal static void UpdatePercentDone(double totalCount) method UpdateProgress (line 222) | internal static void UpdateProgress(int totalCount) method GetCountOfTypesInNamespace (line 237) | internal static int GetCountOfTypesInNamespace(string nameSpace) method DisplayEndTime (line 244) | internal static void DisplayEndTime(Stopwatch stopwatch) FILE: tools/XmlGenerator/Xmlfiles/Flags.cs class Flags (line 11) | public static class Flags method GenerateXmlfile (line 13) | internal static void GenerateXmlfile() FILE: tools/XmlGenerator/Xmlfiles/Serialization/SerialiazableRowset.cs class SerialiazableRowset (line 6) | public class SerialiazableRowset method SerialiazableRowset (line 10) | public SerialiazableRowset() FILE: tools/XmlGenerator/Xmlfiles/Serialization/SerializableInvFlagsRow.cs class SerializableInvFlagsRow (line 5) | public class SerializableInvFlagsRow FILE: tools/XmlGenerator/Xmlfiles/Serialization/SerializableRoot.cs class SerializableRoot (line 5) | public class SerializableRoot