| Name | Description |
---|
 | ContainsList | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | CreateNewList | (Overrides StyleListManagerBaseTList, TItem, TListManagerEntryCreateNewList(String, IEnumerableTItem)) |
 | DeclareAsPlotColorList | |
 | EhDeserializationInfoCreated | (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 | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | GetDeserializedColorFromBuiltinSet | |
 | GetDeserializedColorFromLevelAndSetName | |
 | GetDeserializedColorWithNoSet | |
 | GetEntryValue | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | GetEntryValues | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetList | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | GetListLevelName | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | GetParentList | (Overrides StyleListManagerBaseTList, TItem, TListManagerEntryGetParentList(TItem)) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | GetUnusedName | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | InternalTryRegisterList |
Try to register the provided list.
(Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | IsPlotColorSet | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnListAdded | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | OnListChanged | (Inherited from StyleListManagerBaseTList, TItem, TListManagerEntry) |
 | OnUserDefinedListAddedChangedRemoved | (Overrides StyleListManagerBaseTList, TItem, TListManagerEntryOnUserDefinedListAddedChangedRemoved(TList)) |
 | 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) |
 | TryFindColorSetContaining(AxoColor, IColorSet) | |
 | TryFindColorSetContaining(AxoColor, String, IColorSet) | |
 | TryGetColorByHierarchicalName |
Tries to get a named color 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.
|
 | 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 | (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) |