📄 doc.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>Lithium</name>
</assembly>
<members>
<member name="T:Netron.Lithium.ConnectionCollection">
<summary>
STC of connections
</summary>
</member>
<member name="M:Netron.Lithium.ConnectionCollection.Add(Netron.Lithium.Connection)">
<summary>
Adds a connection to the collection
</summary>
<param name="con">a connection</param>
<returns>the index of the added element in the collection</returns>
</member>
<member name="M:Netron.Lithium.ConnectionCollection.Remove(Netron.Lithium.Connection)">
<summary>
Removes a connection from the collection
</summary>
<param name="con">a connection object</param>
</member>
<member name="M:Netron.Lithium.ConnectionCollection.Remove(Netron.Lithium.ShapeBase,Netron.Lithium.ShapeBase)">
<summary>
Removes a connection from the collection
</summary>
<param name="one">the 'from' or 'to' (ShapeBase) part of the connection</param>
<param name="two">the complementary 'from' or 'to' (ShapeBase) part of the connection</param>
</member>
<member name="P:Netron.Lithium.ConnectionCollection.Item(System.Int32)">
<summary>
integer indexer; gets the connection stored in the collection in the given position
</summary>
</member>
<member name="T:Netron.Lithium.ShapeCollection">
<summary>
STC of shapes
</summary>
</member>
<member name="M:Netron.Lithium.ShapeCollection.Add(Netron.Lithium.ShapeBase)">
<summary>
Adds a shape to the collection
</summary>
<param name="shape">a ShapeBase object</param>
<returns>the index of the added object in the collection</returns>
</member>
<member name="M:Netron.Lithium.ShapeCollection.Remove(Netron.Lithium.ShapeBase)">
<summary>
Removes the connection from the collection
</summary>
<param name="shape">a ShapeBase object</param>
</member>
<member name="E:Netron.Lithium.ShapeCollection.OnShapeAdded">
<summary>
Occurse when a shape is added to the collection
</summary>
</member>
<member name="P:Netron.Lithium.ShapeCollection.Item(System.Int32)">
<summary>
integer indexer
</summary>
</member>
<member name="P:Netron.Lithium.ShapeCollection.Item(System.String)">
<summary>
string indexer
Gets the connection (if any) from the collection with the given UID
</summary>
</member>
<member name="T:Netron.Lithium.ShowProps">
<summary>
the info coming with the show-props event
</summary>
</member>
<member name="T:Netron.Lithium.ShapeData">
<summary>
to pass shape data to the outside world
</summary>
</member>
<member name="T:Netron.Lithium.Messager">
<summary>
General purpose delegate to pass info to the outside world
</summary>
</member>
<member name="T:Netron.Lithium.ShapeTypes">
<summary>
The shape types available in this assembly
</summary>
</member>
<member name="F:Netron.Lithium.ShapeTypes.Rectangular">
<summary>
the default rectangular shape
</summary>
</member>
<member name="F:Netron.Lithium.ShapeTypes.Oval">
<summary>
an oval shape
</summary>
</member>
<member name="F:Netron.Lithium.ShapeTypes.TextLabel">
<summary>
a text label
</summary>
</member>
<member name="T:Netron.Lithium.TreeDirection">
<summary>
The direction in which the tree layout spreads the diagram
</summary>
</member>
<member name="F:Netron.Lithium.TreeDirection.Vertical">
<summary>
the layout orders the shapes along the vertical line
</summary>
</member>
<member name="F:Netron.Lithium.TreeDirection.Horizontal">
<summary>
the layout orders the shapes along an horizontal line
</summary>
</member>
<member name="T:Netron.Lithium.ConnectionType">
<summary>
The types of connections in this assembly
</summary>
</member>
<member name="F:Netron.Lithium.ConnectionType.Default">
<summary>
The default connection simply connects the centers of the shapes
</summary>
</member>
<member name="F:Netron.Lithium.ConnectionType.Traditional">
<summary>
the traditional connection is a rectangular connections which mimics the traditional
layout of hierarchies and flowcharts
</summary>
</member>
<member name="F:Netron.Lithium.ConnectionType.Bezier">
<summary>
a smoothly curved form connecting the shapes
</summary>
</member>
<member name="T:Netron.Lithium.IVisitor">
<summary>
Interface of a visitor
</summary>
</member>
<member name="M:Netron.Lithium.IVisitor.Visit(Netron.Lithium.ShapeBase)">
<summary>
The actual action to perform on visited objects
</summary>
<param name="shape"></param>
</member>
<member name="P:Netron.Lithium.IVisitor.IsDone">
<summary>
Whether the visiting process is done
</summary>
</member>
<member name="T:Netron.Lithium.IPrePostVisitor">
<summary>
Interface of a prepost visitor which allows you to have
an action before, during and after a visit
</summary>
</member>
<member name="M:Netron.Lithium.IPrePostVisitor.PreVisit(Netron.Lithium.ShapeBase)">
<summary>
action before the visit
</summary>
<param name="shape"></param>
</member>
<member name="M:Netron.Lithium.IPrePostVisitor.PostVisit(Netron.Lithium.ShapeBase)">
<summary>
the action after the visit
</summary>
<param name="shape"></param>
</member>
<member name="T:Netron.Lithium.DataType">
<summary>
Whatever data type the property of an entity is, this can hold it
</summary>
</member>
<member name="F:Netron.Lithium.DataType.text">
<summary>
a text collection
</summary>
</member>
<member name="F:Netron.Lithium.DataType.key">
<summary>
the key of the property
</summary>
</member>
<member name="F:Netron.Lithium.DataType.id">
<summary>
the id of the property
</summary>
</member>
<member name="P:Netron.Lithium.DataType.Key">
<summary>
Gets or sets the key
</summary>
</member>
<member name="P:Netron.Lithium.DataType.ID">
<summary>
Gets or sets the id
</summary>
</member>
<member name="P:Netron.Lithium.DataType.Text">
<summary>
Get or sets the text of the property
</summary>
</member>
<member name="T:Netron.Lithium.EdgeType">
<summary>
Stores the edge properties in the form of an XML element
</summary>
</member>
<member name="F:Netron.Lithium.EdgeType.data">
<summary>
the set of subnodes under the XML element
</summary>
</member>
<member name="F:Netron.Lithium.EdgeType.from">
<summary>
the uid of the shape where the edge originates
</summary>
</member>
<member name="F:Netron.Lithium.EdgeType.to">
<summary>
the uid of the shape where the edge ends
</summary>
</member>
<member name="P:Netron.Lithium.EdgeType.Data">
<summary>
Generic data collection of properties
</summary>
</member>
<member name="P:Netron.Lithium.EdgeType.From">
<summary>
The UID of the shape where the connection starts
</summary>
</member>
<member name="P:Netron.Lithium.EdgeType.To">
<summary>
The UID of the shape where the connection ends
</summary>
</member>
<member name="T:Netron.Lithium.GraphDataAttribute">
<summary>
Attribute class for designating which properties will be serialized
by the GraphML serializer.
</summary>
</member>
<member name="M:Netron.Lithium.GraphDataAttribute.GetValuesOfTaggedFields(System.Object)">
<summary>
Returns the tagged properties of the gibven object
</summary>
<param name="value">whatever class</param>
<returns>a hashtable of property names with their values</returns>
</member>
<member name="T:Netron.Lithium.GraphDataCollection">
<summary>
Generic Collectioon of GraphML related data
</summary>
</member>
<member name="M:Netron.Lithium.GraphDataCollection.Add(System.Object)">
<summary>
Adds and object to the collection
</summary>
<param name="o"></param>
</member>
<member name="M:Netron.Lithium.GraphDataCollection.Contains(System.Object)">
<summary>
Returns whether the given object is stored in the collection
</summary>
<param name="o">whatever object</param>
<returns>true if contained otherwise false</returns>
</member>
<member name="M:Netron.Lithium.GraphDataCollection.Remove(System.Object)">
<summary>
Removes an element from the collection
</summary>
<param name="o"></param>
</member>
<member name="M:Netron.Lithium.GraphDataCollection.ToString">
<summary>
Overrides the default implementation to collect the data of the collection
</summary>
<returns></returns>
</member>
<member name="P:Netron.Lithium.GraphDataCollection.Item(System.Int32)">
<summary>
integer indexer
</summary>
</member>
<member name="T:Netron.Lithium.GraphSerializer">
<summary>
Assists the serialization of the diagram
</summary>
</member>
<member name="F:Netron.Lithium.GraphSerializer.keyList">
<summary>
the key/value pairs of to-be stored xml entries
</summary>
</member>
<member name="F:Netron.Lithium.GraphSerializer.site">
<summary>
the control this serializer is attached to
</summary>
</member>
<member name="M:Netron.Lithium.GraphSerializer.#ctor(Netron.Lithium.LithiumControl)">
<summary>
Default ctor
</summary>
<param name="control"></param>
</member>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -