Scatter |
public class ScatterSymbolListManager : StyleListManagerBaseForClasses<ScatterSymbolList, IScatterSymbol, StyleListManagerBaseEntryValue<ScatterSymbolList, IScatterSymbol>>
The ScatterSymbolListManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ScatterSymbolListManager | Initializes a new instance of the ScatterSymbolListManager class. |
| Name | Description | |
|---|---|---|
| BuiltinDefault |
Gets the builtin default list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| BuiltinDotCenter | Gets the built-in list of scatter symbols with a centered bullet inset. | |
| BuiltinHollow | Gets the built-in list of hollow scatter symbols. | |
| BuiltinOpen | Gets the built-in list of open scatter symbols. | |
| BuiltinSolid | Gets the default built-in list of filled scatter symbols. | |
| DeserializationRenameDictionaryKey |
Gets a string that is used as a key in the property dictionary of the deserialization info to get the renaming dictionary.
The renaming dictionary is a dictionary that maps original list names to the new list names that some of the deserialized lists are renamed to.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| Instance | Gets or sets the singleton instance of the scatter symbol list manager. | |
| OldBarHorz | Gets the legacy list of scatter symbols with a horizontal bar inset. | |
| OldBarVert | Gets the legacy list of scatter symbols with a vertical bar inset. | |
| OldDotCenter | Gets the legacy list of scatter symbols with a centered bullet inset. | |
| OldHollow | Gets the legacy list of hollow scatter symbols. | |
| OldOpen | Gets the legacy list of open scatter symbols. | |
| OldPlus | Gets the legacy list of scatter symbols with a plus inset. | |
| OldSolid | Gets the legacy list of filled scatter symbols. | |
| OldTimes | Gets the legacy list of scatter symbols with a times inset. |
| Name | Description | |
|---|---|---|
| ContainsList |
Determines whether the specified name contains a list (style) with the provided name.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| CreateNewList |
Creates a new standard list of items.
(Overrides StyleListManagerBaseTList, TItem, TListManagerEntryCreateNewList(String, IEnumerableTItem)) | |
| EhDeserializationInfoCreated |
Initializes the deserialization property dictionary for list renaming.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| EhProjectClosed |
Called when the current project is closed. Removes all those list which are project lists.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetAllListNames |
Gets the names of all entries (styles) in the list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| GetDeserializedInstanceFromInstanceAndSetName |
Resolves a deserialized item template to the shared registered instance.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| GetEntryValue |
Gets the manager entry with the specified name.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| GetEntryValues |
Gets all manager entries with their concrete entry type.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetList |
Gets the list (style) with the provided name.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| GetListLevelName |
Gets the display name for a definition level.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| GetParentList |
Gets the parent list of an item, or null if no parent list is found.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetUnusedName |
Generates a name that is not yet used by any registered list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| InternalTryRegisterList |
Try to register the provided list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnListAdded |
Raises notifications after a list has been added.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| OnListChanged |
Raises notifications after a list has changed.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| OnUserDefinedListAddedChangedRemoved |
Handles changes to user-defined lists.
(Overrides StyleListManagerBaseTList, TItem, TListManagerEntryOnUserDefinedListAddedChangedRemoved(TList)) | |
| RebuildListEntryToListDictionary |
Rebuilds the cache that maps style items to their parent lists.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| SwitchItemDefinitionLevelBetweenUserAndProject |
Switches the item definition level between user and project, i.e. a list that was at user level before is switched to project level,
and a list that was at project level before is switched to user level.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryFindListContaining |
Tries to find a registered list containing an item equal to the specified item.
(Inherited from StyleListManagerBaseForClassesTList, TItem, TListManagerEntry) | |
| TryGetItemByHierarchicalName |
Tries to get a item by its hierarchical name. The name can either consist of two elements: ListName/ItemName, or of
three elements ItemLevel/ListName/ItemName. Separator char is either forward slash or backslash
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| TryGetList |
Tries to get the manager entry with the specified name.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| TryGetListByMembers |
Try to find an existing list by using only the values of the items. A hint to the name of the existing list can speed up the search, but is not used otherwise.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| TryRegisterList(TList, ItemDefinitionLevel, TList) |
Try to register the provided list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| TryRegisterList(IXmlDeserializationInfo, TList, ItemDefinitionLevel, TList) |
Try to register the provided list. This function is intended to be used during deserialization. It keeps track of when a list was renamed, and stores
this information in the deserialization info to be used by the members of the list during deserialization.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| TryRegisterList(String, IEnumerableTItem, ItemDefinitionLevel, FuncString, IEnumerableTItem, TList, TList) |
Try to register the provided list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
| Name | Description | |
|---|---|---|
| Changed |
Occurs when a list is added to the manager. The event is hold weak, thus you can safely add your handler without running in memory leaks.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
| Name | Description | |
|---|---|---|
| _allLists |
Dictionary of all existing lists. Key is the list name. Value is a tuple, whose boolean entry designates whether this is
a buildin or user list (false) or a project list (true).
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) | |
| PropertyKeyUserDefinedScatterSymbolLists | Gets the application property key that stores user-defined scatter symbol lists. |