1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
<html><head><TITLE>ERView</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> class ERView : public <!2><A HREF="ShapeView.html#DOC.298.1">ShapeView</A> </H2><BLOCKQUOTE>
entity-relationship viewer class.
</BLOCKQUOTE>
<hr>
<h2> Inheritance:</h2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=95>
<param name=classes value="CThing,MThing.html,CShapeView,MShapeView.html,CERView,MERView.html">
<param name=before value="M,M,M">
<param name=after value="Md_SP,Md_,M">
<param name=indent value="0,1,2">
<param name=arrowdir value="down">
</APPLET>
<hr>
<DL>
<TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.157.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>ERView</B> (<!1><A HREF="ERViewer.html">ERViewer</A> *v)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.157.2"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>PutValueTypesTemp</B> ()<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.157.3"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>GetValueTypesTemp</B> ()<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.157.4"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>GetNotIsaTemp</B> ()<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.157.5"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>PutNotIsaTemp</B> ()<br>
<I></I>
</TD></TR></TABLE></DL>
<hr><H3>Inherited from <A HREF="ShapeView.html">ShapeView:</A></h3>
<DL>
<DL>
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> int <B>GetClassType</B>() const
<DT><IMG SRC=icon2.gif> bool <B>IsView</B>() const
<DT><IMG SRC=icon2.gif> void <B>Draw</B>()
<DT><IMG SRC=icon2.gif> void <B>Undraw</B>()
<DT><IMG SRC=icon2.gif> void <B>SetGrafport</B>(<!1><A HREF="Grafport.html">Grafport</A> *g)
<DT><IMG SRC=icon2.gif> <!1><A HREF="Node.html">Node</A>* <B>GetParent</B>() const
<DT><IMG SRC=icon2.gif> void <B>SetParent</B>(<!1><A HREF="Node.html">Node</A> *n)
<DT><IMG SRC=icon2.gif> const <!1><A HREF="string.html">string</A>* <B>GetIndex</B>() const
<DT><IMG SRC=icon2.gif> void <B>SetIndex</B>(<!1><A HREF="string.html">string</A> *s)
<DT><IMG SRC=icon2.gif> unsigned <B>NrOfShapes</B>() const
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="GShape.html">GShape</A> *> * <B>GetShapes</B>() const
<DT><IMG SRC=icon2.gif> <!1><A HREF="List.html">List</A> <<!1><A HREF="GShape.html">GShape</A> *> * <B>GetSelection</B>() const
<DT><IMG SRC=icon2.gif> bool <B>HasShape</B>(<!1><A HREF="GShape.html">GShape</A> *s)
<DT><IMG SRC=icon2.gif> void <B>Snap</B>(<!1><A HREF="Point.html">Point</A> *p)
<DT><IMG SRC=icon2.gif> int <B>Snap</B>(int i)
<DT><IMG SRC=icon2.gif> <!1><A HREF="DiagramViewer.html">DiagramViewer</A>* <B>GetViewer</B>() const
<DT><IMG SRC=icon2.gif> void <B>WriteShapes</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *f)
<DT><IMG SRC=icon2.gif> bool <B>ReadMembers</B>(<!1><A HREF="InputFile.html">InputFile</A> *f, double format)
<DT><IMG SRC=icon2.gif> bool <B>SetReferences</B>(<!1><A HREF="AssocList.html">AssocList</A> *)
<DT><IMG SRC=icon2.gif> bool <B>CheckReferences</B>()
<DT><IMG SRC=icon2.gif> void <B>CheckShapes</B>()
<DT><IMG SRC=icon2.gif> unsigned <B>NrSelected</B>() const
<DT><IMG SRC=icon2.gif> <!1><A HREF="GShape.html">GShape</A>* <B>FirstSelected</B>() const
<DT><IMG SRC=icon2.gif> void <B>DeselectAll</B>()
<DT><IMG SRC=icon2.gif> virtual void <B>SelectShape</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> virtual void <B>FirstSelectShape</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> void <B>DeselectShape</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> <!1><A HREF="GShape.html">GShape</A>* <B>HitShape</B>(int x, int y)
<DT><IMG SRC=icon2.gif> <!1><A HREF="NodeShape.html">NodeShape</A>* <B>HitNodeShape</B>(int x, int y)
<DT><IMG SRC=icon2.gif> <!1><A HREF="Line.html">Line</A>* <B>HitLine</B>(int x, int y, int &whichsegment)
<DT><IMG SRC=icon2.gif> <!1><A HREF="Line.html">Line</A>* <B>HitLineHandle</B>(int x, int y, int &which)
<DT><IMG SRC=icon2.gif> <!1><A HREF="TextShape.html">TextShape</A>* <B>HitTextShape</B>(int x, int y, bool emptyallowed=True)
<DT><IMG SRC=icon2.gif> int <B>GetCurrentShapeNr</B>() const
<DT><IMG SRC=icon2.gif> void <B>SetCurrentShapeNr</B>(int i)
<DT><IMG SRC=icon2.gif> void <B>SetCurrentShapeNr</B>(<!1><A HREF="GShape.html">GShape</A> *s)
<DT><IMG SRC=icon2.gif> <!1><A HREF="GShape.html">GShape</A>* <B>GetNextShape</B>(const <!1><A HREF="string.html">string</A> *s, bool sens, bool substring, bool nameOnly)
<DT><IMG SRC=icon2.gif> void <B>GetShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>, const <!1><A HREF="string.html">string</A> *s, bool sens, bool substring, bool nameOnly)
<DT><IMG SRC=icon2.gif> void <B>CalcSizeElements</B>(<!1><A HREF="Point.html">Point</A> &topLeft, <!1><A HREF="Point.html">Point</A> &bottomRight)
<DT><IMG SRC=icon2.gif> void <B>CalcSizeSelection</B>(<!1><A HREF="Point.html">Point</A> &topLeft, <!1><A HREF="Point.html">Point</A> &bottomRight)
<DT><IMG SRC=icon2.gif> void <B>CalcSizeShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>, <!1><A HREF="Point.html">Point</A> &topLeft, <!1><A HREF="Point.html">Point</A> &bottomRight)
<DT><IMG SRC=icon2.gif> void <B>AddShapeRaw</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> virtual void <B>AddShape</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> void <B>AddShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>)
<DT><IMG SRC=icon2.gif> void <B>RemoveShapeRaw</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> virtual void <B>RemoveShape</B>(<!1><A HREF="GShape.html">GShape</A> *shape)
<DT><IMG SRC=icon2.gif> void <B>RemoveShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>)
<DT><IMG SRC=icon2.gif> <!1><A HREF="GShape.html">GShape</A>* <B>GetShape</B>(<!1><A HREF="Subject.html">Subject</A> *subject)
<DT><IMG SRC=icon2.gif> void <B>GetShapes</B>(<!1><A HREF="Subject.html">Subject</A> *subject, <!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>)
<DT><IMG SRC=icon2.gif> void <B>MultipleLinesPosUpdate</B>(<!1><A HREF="Line.html">Line</A> *line)
<DT><IMG SRC=icon2.gif> void <B>MultipleLines</B>(<!1><A HREF="Line.html">Line</A> *line)
<DT><IMG SRC=icon2.gif> void <B>CompleteShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *s, <!1><A HREF="GShape.html">GShape</A> *n1, <!1><A HREF="GShape.html">GShape</A> *n2)
<DT><IMG SRC=icon2.gif> void <B>CompleteLines</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>)
<DT><IMG SRC=icon2.gif> void <B>CompleteShapes</B>(<!1><A HREF="List.html">List</A><<!1><A HREF="GShape.html">GShape</A> *> *<!2><A HREF="ShapeView.html#DOC.298.62">shapes</A>)
<DT><IMG SRC=icon2.gif> void <B>DrawNames</B>()
<DT><IMG SRC=icon2.gif> void <B>ShowAll</B>()
</DL></DL>
<hr><H3>Inherited from <A HREF = "Thing.html"> Thing:</A></h3>
<DL>
<DL>
<DT><h3>Public Classes</h3><DD><DT><IMG SRC=icon2.gif> enum <B>AssocType</B>
</DL><DL>
<DT><h3>Public Methods</h3><DD><DT><IMG SRC=icon2.gif> unsigned long <B>GetId</B>()
<DT><IMG SRC=icon2.gif> void <B>SetId</B>(unsigned long val)
<DT><IMG SRC=icon2.gif> virtual bool <B>IsSubject</B>() const
<DT><IMG SRC=icon2.gif> virtual bool <B>IsShape</B>() const
<DT><IMG SRC=icon2.gif> void <B>Write</B>(<!1><A HREF="OutputFile.html">OutputFile</A> *ofile)
</DL></DL>
<A NAME="DOC.DOCU">
<hr>
<h2> Documentation </h2>
<BLOCKQUOTE>
entity-relationship viewer class.
</BLOCKQUOTE>
<DL>
<A NAME="ERView">
<A NAME ="DOC.157.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> ERView(<!1><A HREF="ERViewer.html">ERViewer</A> *v)</B></TT>
<DL></DL><P>
<A NAME="PutValueTypesTemp">
<A NAME ="DOC.157.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void PutValueTypesTemp()</B></TT>
<DL></DL><P>
<A NAME="GetValueTypesTemp">
<A NAME ="DOC.157.3">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void GetValueTypesTemp()</B></TT>
<DL></DL><P>
<A NAME="GetNotIsaTemp">
<A NAME ="DOC.157.4">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void GetNotIsaTemp()</B></TT>
<DL></DL><P>
<A NAME="PutNotIsaTemp">
<A NAME ="DOC.157.5">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void PutNotIsaTemp()</B></TT>
<DL></DL><P></DL>
<hr>
<DL><DT><B>This class has no child classes.</B></DL>
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I> <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
<P Align=Center><I>this page has been generated automatically by doc++</I>
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte Zöckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
</BODY>
|