Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.12/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Docs/View.cd @ 13398

Last change on this file since 13398 was 2768, checked in by mkommend, 14 years ago

added solution folders and sources for the netron library (ticket #867)

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ClassDiagram MajorVersion="1" MinorVersion="1">
3  <Font Name="Tahoma" Size="8.25" />
4  <Comment CommentText="The View holds a pointer to the surface and the surface simply call the paint method of the view to display the diagram.">
5    <Position X="3.073" Y="0.948" Height="0.75" Width="1.7" />
6  </Comment>
7  <Comment CommentText="Selection ants (marquee) and other visual effects are now formalized and generalized via static classes. It allows a wide variety of visuals independently of the diagram Model data.">
8    <Position X="7.667" Y="3.667" Height="1.281" Width="1.7" />
9  </Comment>
10  <Comment CommentText="Different views can be attached to the Model enabling a better separation, ASP.Net controls and viewers (diagram thumbnail e.g.).">
11    <Position X="3.042" Y="4.281" Height="0.844" Width="1.94" />
12  </Comment>
13  <Class Name="Netron.Diagramming.Core.View">
14    <Position X="5.25" Y="2" Width="2.25" />
15    <TypeIdentifier>
16      <FileName>MVC\View.cs</FileName>
17      <HashCode>AABABAAECIAAYAQABAAAAABAIQAAAEQAAKgAgAAIEBI=</HashCode>
18    </TypeIdentifier>
19    <ShowAsAssociation>
20      <Field Name="parentControl" />
21      <Property Name="Model" />
22    </ShowAsAssociation>
23    <Compartments>
24      <Compartment Name="Fields" Collapsed="true" />
25      <Compartment Name="Properties" Collapsed="true" />
26      <Compartment Name="Methods" Collapsed="true" />
27      <Compartment Name="Events" Collapsed="true" />
28      <Compartment Name="Nested Types" Collapsed="false" />
29    </Compartments>
30    <NestedTypes>
31      <Class Name="Netron.Diagramming.Core.View.AntsFactory" Collapsed="true">
32        <TypeIdentifier>
33          <NewMemberFileName>MVC\View.cs</NewMemberFileName>
34        </TypeIdentifier>
35        <NestedTypes>
36          <Class Name="Netron.Diagramming.Core.View.AntsFactory.RectAnts" Collapsed="true">
37            <TypeIdentifier>
38              <NewMemberFileName>MVC\View.cs</NewMemberFileName>
39            </TypeIdentifier>
40            <Lollipop Position="0.2" />
41          </Class>
42        </NestedTypes>
43      </Class>
44      <Enum Name="Netron.Diagramming.Core.View.AntTypes" Collapsed="true">
45        <TypeIdentifier>
46          <NewMemberFileName>MVC\View.cs</NewMemberFileName>
47        </TypeIdentifier>
48      </Enum>
49      <Class Name="Netron.Diagramming.Core.View.GhostsFactory" Collapsed="true">
50        <TypeIdentifier>
51          <NewMemberFileName>MVC\View.cs</NewMemberFileName>
52        </TypeIdentifier>
53      </Class>
54      <Enum Name="Netron.Diagramming.Core.View.GhostTypes" Collapsed="true">
55        <TypeIdentifier>
56          <NewMemberFileName>MVC\View.cs</NewMemberFileName>
57        </TypeIdentifier>
58      </Enum>
59    </NestedTypes>
60    <AssociationLine Name="parentControl" Type="Netron.Diagramming.Core.UI.DiagramControl">
61      <MemberNameLabel ManuallyPlaced="true">
62        <Position X="0.164" Y="0.235" />
63      </MemberNameLabel>
64    </AssociationLine>
65  </Class>
66  <Class Name="Netron.Diagramming.Core.UI.DiagramControl" Collapsed="true">
67    <Position X="5.5" Y="0.75" Width="1.5" />
68    <TypeIdentifier>
69      <FileName>UI\DiagramControl.cs</FileName>
70      <HashCode>AQCBgQAACQAABABIIDAAAAgBAgAJAABDAAACBgABEAA=</HashCode>
71    </TypeIdentifier>
72    <Lollipop Orientation="Right" Position="0.1" />
73  </Class>
74  <Interface Name="Netron.Diagramming.Core.IModel" Collapsed="true">
75    <Position X="5.75" Y="5.75" Width="1.5" />
76    <TypeIdentifier>
77      <FileName>Interfaces\Diagramming\IModel.cs</FileName>
78      <HashCode>AACFIAAAACCAAAAAAAQAAAAAAAAAAoAAAAAAACBAAAA=</HashCode>
79    </TypeIdentifier>
80  </Interface>
81</ClassDiagram>
Note: See TracBrowser for help on using the repository browser.