maxGraph/dotnet/docs/html/interfacecom_1_1mxgraph_1_1...

789 lines
42 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>mxGraph: com::mxgraph::mxICell Interface Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
<li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
</ul>
</div>
<div class="navpath"><b>com</b>::<b>mxgraph</b>::<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>
</div>
</div>
<div class="contents">
<h1>com::mxgraph::mxICell Interface Reference</h1><!-- doxytag: class="com::mxgraph::mxICell" -->
<p>Defines the requirements for a cell that can be used in an <a class="el" href="classcom_1_1mxgraph_1_1mxGraphModel.html" title="Implements a graph model. The graph model acts as a wrapper around the cells which...">mxGraphModel</a>.
<a href="#_details">More...</a></p>
<div class="dynheader">
Inheritance diagram for com::mxgraph::mxICell:</div>
<div class="dynsection">
<div class="center">
<img src="interfacecom_1_1mxgraph_1_1mxICell.png" usemap="#com::mxgraph::mxICell_map" alt=""/>
<map id="com::mxgraph::mxICell_map" name="com::mxgraph::mxICell_map">
<area href="classcom_1_1mxgraph_1_1mxCell.html" alt="com::mxgraph::mxCell" shape="rect" coords="0,56,135,80"/>
</map>
</div>
</div>
<p><a href="interfacecom_1_1mxgraph_1_1mxICell-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a734794247296f21c0b2aa729ff35541e">GetTerminal</a> (bool source)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the source or target terminal of the cell. <a href="#a734794247296f21c0b2aa729ff35541e"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a1f9617dfb062f2388c00b961a8b2bad1">SetTerminal</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> terminal, bool source)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the source or target terminal. <a href="#a1f9617dfb062f2388c00b961a8b2bad1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a44df3fed3473e1d55bc384e1d5c6468d">ChildCount</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of child cells. <a href="#a44df3fed3473e1d55bc384e1d5c6468d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a144f5ab6985bdd6cb841fa3a09156ef5">GetIndex</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> child)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the index of the specified child in the child array. <a href="#a144f5ab6985bdd6cb841fa3a09156ef5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a90dc0ac25974c7359e9ad05b045d1190">GetChildAt</a> (int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the child at the specified index. <a href="#a90dc0ac25974c7359e9ad05b045d1190"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#aafa67a81d45b05767470e811300836db">Insert</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> child)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Appends the specified child into the child array and updates the parent reference of the child. <a href="#aafa67a81d45b05767470e811300836db"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#aa8045711110e26d63178e10e3491ef41">Insert</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> child, int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inserts the specified child into the child array at the specified index and updates the parent reference of the child. <a href="#aa8045711110e26d63178e10e3491ef41"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#aa6986d9d010d246e844a4443723f390d">Remove</a> (int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes the child at the specified index from the child array and returns the child that was removed. Will remove the parent reference of the child. <a href="#aa6986d9d010d246e844a4443723f390d"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a02a754371b8afc0dba9af484bd05a062">Remove</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> child)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes the given child from the child array. Will remove the parent reference of the child. <a href="#a02a754371b8afc0dba9af484bd05a062"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a5bf0176d9d12329e4b092633c4022310">RemoveFromParent</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes the cell from its parent. <a href="#a5bf0176d9d12329e4b092633c4022310"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a828788dc75c335c2a073902d23bccd03">EdgeCount</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the number of edges in the edge array. <a href="#a828788dc75c335c2a073902d23bccd03"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a55174b508ba695d8dcccaf76b3ef4b4c">GetEdgeIndex</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> edge)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the index of the specified edge in the edge array. <a href="#a55174b508ba695d8dcccaf76b3ef4b4c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a9f6a89b37ef63dd55f5b859c5a5b44d4">GetEdgeAt</a> (int index)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the edge at the specified index in the edge array. <a href="#a9f6a89b37ef63dd55f5b859c5a5b44d4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a5a394317ecfcab21eb6709b388ccf132">InsertEdge</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> edge, bool isOutgoing)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Inserts the specified edge into the edge array and returns the edge. Will update the respective terminal reference of the edge. <a href="#a5a394317ecfcab21eb6709b388ccf132"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a11ea99ed0ab26b204111e23167431273">RemoveEdge</a> (<a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> edge, bool isOutgoing)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes the specified edge from the edge array and returns the edge. Will remove the respective terminal reference from the edge. <a href="#a11ea99ed0ab26b204111e23167431273"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a7bd60ecba9b833e9157d8b330a963182">RemoveFromTerminal</a> (bool isSource)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Removes the edge from its source or target terminal. <a href="#a7bd60ecba9b833e9157d8b330a963182"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Object&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#acd581748b2068e2309253cc70f78aa9e">Clone</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns a clone of this cell. <a href="#acd581748b2068e2309253cc70f78aa9e"></a><br/></td></tr>
<tr><td colspan="2"><h2>Properties</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a5ef2d884860acb7b0b1386506a8e8a99">Id</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the Id of the cell. <a href="#a5ef2d884860acb7b0b1386506a8e8a99"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Object&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a0904b5cab7cb4daa0261eac00f37739b">Value</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the user object of the cell. <a href="#a0904b5cab7cb4daa0261eac00f37739b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classcom_1_1mxgraph_1_1mxGeometry.html">mxGeometry</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a6ec04f5ca6911ce35abed62f342949c3">Geometry</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the geometry of the cell. <a href="#a6ec04f5ca6911ce35abed62f342949c3"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">string&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a07ad177f489a0f98a219de8c38383c91">Style</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the string that describes the style. <a href="#a07ad177f489a0f98a219de8c38383c91"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#addd27dbb6c0c31fefdc7f4b306b7aa69">Vertex</a><code> [get]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the cell is a vertex. <a href="#addd27dbb6c0c31fefdc7f4b306b7aa69"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#aadef1ce3fe1dc603d43381b2602d30b5">Edge</a><code> [get]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the cell is an edge. <a href="#aadef1ce3fe1dc603d43381b2602d30b5"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#af6db22ef27fd0f9b264ca003f09f07c8">Connectable</a><code> [get]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if the cell is connectable. <a href="#af6db22ef27fd0f9b264ca003f09f07c8"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a172b8415c63a0dc7d7a7b151f1bae849">Visible</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the visible state of the cell. <a href="#a172b8415c63a0dc7d7a7b151f1bae849"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#aa81ab5ecd3876b35ceae096eba788648">Collapsed</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the collapsed state of the cell. <a href="#aa81ab5ecd3876b35ceae096eba788648"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html#a46e6502b14270fcc1c470a0f52cdfbb6">Parent</a><code> [get, set]</code></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets or returns the parent of the cell. <a href="#a46e6502b14270fcc1c470a0f52cdfbb6"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Defines the requirements for a cell that can be used in an <a class="el" href="classcom_1_1mxgraph_1_1mxGraphModel.html" title="Implements a graph model. The graph model acts as a wrapper around the cells which...">mxGraphModel</a>. </p>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a44df3fed3473e1d55bc384e1d5c6468d"></a><!-- doxytag: member="com::mxgraph::mxICell::ChildCount" ref="a44df3fed3473e1d55bc384e1d5c6468d" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int com::mxgraph::mxICell::ChildCount </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the number of child cells. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the number of child cells.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#aa516a234836e32415529e8ff2f8be92f">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="acd581748b2068e2309253cc70f78aa9e"></a><!-- doxytag: member="com::mxgraph::mxICell::Clone" ref="acd581748b2068e2309253cc70f78aa9e" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Object com::mxgraph::mxICell::Clone </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns a clone of this cell. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns a clone of this cell.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#ab1926c27e8b8c97d98a2f6567686101c">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a828788dc75c335c2a073902d23bccd03"></a><!-- doxytag: member="com::mxgraph::mxICell::EdgeCount" ref="a828788dc75c335c2a073902d23bccd03" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int com::mxgraph::mxICell::EdgeCount </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the number of edges in the edge array. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the number of edges.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#ab6a337054ab9ba260c8ac7936400ef41">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a90dc0ac25974c7359e9ad05b045d1190"></a><!-- doxytag: member="com::mxgraph::mxICell::GetChildAt" ref="a90dc0ac25974c7359e9ad05b045d1190" args="(int index)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::GetChildAt </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>index</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the child at the specified index. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>index</em>&nbsp;</td><td>Integer that specifies the child to be returned.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the child at the specified index.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a8599a87aa169b0ad17f3d36bf2e49973">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a9f6a89b37ef63dd55f5b859c5a5b44d4"></a><!-- doxytag: member="com::mxgraph::mxICell::GetEdgeAt" ref="a9f6a89b37ef63dd55f5b859c5a5b44d4" args="(int index)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::GetEdgeAt </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>index</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the edge at the specified index in the edge array. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>index</em>&nbsp;</td><td>Integer that specifies the index of the edge to be returned.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the edge at the specified index.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a5fc7a8013b5b155d68d88975bb90da23">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a55174b508ba695d8dcccaf76b3ef4b4c"></a><!-- doxytag: member="com::mxgraph::mxICell::GetEdgeIndex" ref="a55174b508ba695d8dcccaf76b3ef4b4c" args="(mxICell edge)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int com::mxgraph::mxICell::GetEdgeIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>edge</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the index of the specified edge in the edge array. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>edge</em>&nbsp;</td><td>Cell whose index should be returned.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the index of the given edge.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a453ffcc5de7e2904223a6e6629af95c3">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a144f5ab6985bdd6cb841fa3a09156ef5"></a><!-- doxytag: member="com::mxgraph::mxICell::GetIndex" ref="a144f5ab6985bdd6cb841fa3a09156ef5" args="(mxICell child)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int com::mxgraph::mxICell::GetIndex </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>child</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the index of the specified child in the child array. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>child</em>&nbsp;</td><td>Child whose index should be returned.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the index of the specified child.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a68dba23f856145c4cd0943aa3f58bce1">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a734794247296f21c0b2aa729ff35541e"></a><!-- doxytag: member="com::mxgraph::mxICell::GetTerminal" ref="a734794247296f21c0b2aa729ff35541e" args="(bool source)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::GetTerminal </td>
<td>(</td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>source</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns the source or target terminal of the cell. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>source</em>&nbsp;</td><td>Boolean that specifies if the source terminal should be returned.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the source or target terminal.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a88a090c546cd51e0d249243d209c6b11">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="aa8045711110e26d63178e10e3491ef41"></a><!-- doxytag: member="com::mxgraph::mxICell::Insert" ref="aa8045711110e26d63178e10e3491ef41" args="(mxICell child, int index)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::Insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>child</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>index</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Inserts the specified child into the child array at the specified index and updates the parent reference of the child. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>child</em>&nbsp;</td><td>Cell to be inserted into the child array.</td></tr>
<tr><td valign="top"></td><td valign="top"><em>index</em>&nbsp;</td><td>Integer that specifies the index at which the child should be inserted into the child array.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the inserted child.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a2ef296de0e040c680902e314b9b199c0">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="aafa67a81d45b05767470e811300836db"></a><!-- doxytag: member="com::mxgraph::mxICell::Insert" ref="aafa67a81d45b05767470e811300836db" args="(mxICell child)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::Insert </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>child</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Appends the specified child into the child array and updates the parent reference of the child. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>child</em>&nbsp;</td><td>Cell to be appended to the child array.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the appended child.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a7ed5d9b7c09fe2fe55e1c0678a8ddf13">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a5a394317ecfcab21eb6709b388ccf132"></a><!-- doxytag: member="com::mxgraph::mxICell::InsertEdge" ref="a5a394317ecfcab21eb6709b388ccf132" args="(mxICell edge, bool isOutgoing)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::InsertEdge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>edge</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>isOutgoing</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Inserts the specified edge into the edge array and returns the edge. Will update the respective terminal reference of the edge. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>edge</em>&nbsp;</td><td>Cell to be inserted into the edge array.</td></tr>
<tr><td valign="top"></td><td valign="top"><em>isOutgoing</em>&nbsp;</td><td>Boolean that specifies if the edge is outgoing.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the inserted edge.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#ab46383e5589e5ab052da16f7ad765aad">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a02a754371b8afc0dba9af484bd05a062"></a><!-- doxytag: member="com::mxgraph::mxICell::Remove" ref="a02a754371b8afc0dba9af484bd05a062" args="(mxICell child)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::Remove </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>child</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the given child from the child array. Will remove the parent reference of the child. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>child</em>&nbsp;</td><td></td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the child that was removed.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a7913d4ce0c65be899d01e2426db706ef">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="aa6986d9d010d246e844a4443723f390d"></a><!-- doxytag: member="com::mxgraph::mxICell::Remove" ref="aa6986d9d010d246e844a4443723f390d" args="(int index)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::Remove </td>
<td>(</td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>index</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the child at the specified index from the child array and returns the child that was removed. Will remove the parent reference of the child. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>index</em>&nbsp;</td><td>Integer that specifies the index of the child to be removed.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the child that was removed.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a79ec0fea93a81fc482020e010faf928c">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a11ea99ed0ab26b204111e23167431273"></a><!-- doxytag: member="com::mxgraph::mxICell::RemoveEdge" ref="a11ea99ed0ab26b204111e23167431273" args="(mxICell edge, bool isOutgoing)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::RemoveEdge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>edge</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>isOutgoing</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the specified edge from the edge array and returns the edge. Will remove the respective terminal reference from the edge. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>edge</em>&nbsp;</td><td>Cell to be removed from the edge array.</td></tr>
<tr><td valign="top"></td><td valign="top"><em>isOutgoing</em>&nbsp;</td><td>Boolean that specifies if the edge is outgoing.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the edge that was removed.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#ab4c1f70e744e50d33a9d6c0174877ead">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a5bf0176d9d12329e4b092633c4022310"></a><!-- doxytag: member="com::mxgraph::mxICell::RemoveFromParent" ref="a5bf0176d9d12329e4b092633c4022310" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void com::mxgraph::mxICell::RemoveFromParent </td>
<td>(</td>
<td class="paramname"></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the cell from its parent. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a9af735a9deb670fc9a65ad69694212ff">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a7bd60ecba9b833e9157d8b330a963182"></a><!-- doxytag: member="com::mxgraph::mxICell::RemoveFromTerminal" ref="a7bd60ecba9b833e9157d8b330a963182" args="(bool isSource)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void com::mxgraph::mxICell::RemoveFromTerminal </td>
<td>(</td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>isSource</em></td>
<td>&nbsp;)&nbsp;</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Removes the edge from its source or target terminal. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>isSource</em>&nbsp;</td><td>Boolean that specifies if the edge should be removed from its source or target terminal.</td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a18eba4e3a1ff29735fcad45439aa340a">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a1f9617dfb062f2388c00b961a8b2bad1"></a><!-- doxytag: member="com::mxgraph::mxICell::SetTerminal" ref="a1f9617dfb062f2388c00b961a8b2bad1" args="(mxICell terminal, bool source)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::SetTerminal </td>
<td>(</td>
<td class="paramtype"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a>&nbsp;</td>
<td class="paramname"> <em>terminal</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
<td class="paramname"> <em>source</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets the source or target terminal. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>terminal</em>&nbsp;</td><td>Cell that represents the new source or target terminal.</td></tr>
<tr><td valign="top"></td><td valign="top"><em>source</em>&nbsp;</td><td>Boolean that specifies if the source or target terminal should be set.</td></tr>
</table>
</dd>
</dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Returns the new terminal.</dd></dl>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a538315083698deeeaad366624ea83dd8">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<hr/><h2>Property Documentation</h2>
<a class="anchor" id="aa81ab5ecd3876b35ceae096eba788648"></a><!-- doxytag: member="com::mxgraph::mxICell::Collapsed" ref="aa81ab5ecd3876b35ceae096eba788648" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool com::mxgraph::mxICell::Collapsed<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the collapsed state of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#aca613934c56c8f69cb432db7faf19bf6">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="af6db22ef27fd0f9b264ca003f09f07c8"></a><!-- doxytag: member="com::mxgraph::mxICell::Connectable" ref="af6db22ef27fd0f9b264ca003f09f07c8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool com::mxgraph::mxICell::Connectable<code> [get]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns true if the cell is connectable. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a47d8ff40770b1bdd107de01b61399087">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="aadef1ce3fe1dc603d43381b2602d30b5"></a><!-- doxytag: member="com::mxgraph::mxICell::Edge" ref="aadef1ce3fe1dc603d43381b2602d30b5" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool com::mxgraph::mxICell::Edge<code> [get]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns true if the cell is an edge. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#ae63470bb0cce48a707ef1755403628bc">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a6ec04f5ca6911ce35abed62f342949c3"></a><!-- doxytag: member="com::mxgraph::mxICell::Geometry" ref="a6ec04f5ca6911ce35abed62f342949c3" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classcom_1_1mxgraph_1_1mxGeometry.html">mxGeometry</a> com::mxgraph::mxICell::Geometry<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the geometry of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a087a9707e46db471c5bfd382728a73ec">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a5ef2d884860acb7b0b1386506a8e8a99"></a><!-- doxytag: member="com::mxgraph::mxICell::Id" ref="a5ef2d884860acb7b0b1386506a8e8a99" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string com::mxgraph::mxICell::Id<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the Id of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a163926756b42d66b33db6bf6fa15b0e4">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a46e6502b14270fcc1c470a0f52cdfbb6"></a><!-- doxytag: member="com::mxgraph::mxICell::Parent" ref="a46e6502b14270fcc1c470a0f52cdfbb6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="interfacecom_1_1mxgraph_1_1mxICell.html">mxICell</a> com::mxgraph::mxICell::Parent<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the parent of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#aa2e16e11504aca0ff7d83699b801fd11">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a07ad177f489a0f98a219de8c38383c91"></a><!-- doxytag: member="com::mxgraph::mxICell::Style" ref="a07ad177f489a0f98a219de8c38383c91" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">string com::mxgraph::mxICell::Style<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the string that describes the style. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a7ec99d9ad8df482d8cf649047fb9dc8e">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a0904b5cab7cb4daa0261eac00f37739b"></a><!-- doxytag: member="com::mxgraph::mxICell::Value" ref="a0904b5cab7cb4daa0261eac00f37739b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Object com::mxgraph::mxICell::Value<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the user object of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a5ad4a37116bc172cf16d7956551606ac">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="addd27dbb6c0c31fefdc7f4b306b7aa69"></a><!-- doxytag: member="com::mxgraph::mxICell::Vertex" ref="addd27dbb6c0c31fefdc7f4b306b7aa69" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool com::mxgraph::mxICell::Vertex<code> [get]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Returns true if the cell is a vertex. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a9587ee53135f8ed718b8c3f6d65d68cc">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<a class="anchor" id="a172b8415c63a0dc7d7a7b151f1bae849"></a><!-- doxytag: member="com::mxgraph::mxICell::Visible" ref="a172b8415c63a0dc7d7a7b151f1bae849" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool com::mxgraph::mxICell::Visible<code> [get, set]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Sets or returns the visible state of the cell. </p>
<p>Implemented in <a class="el" href="classcom_1_1mxgraph_1_1mxCell.html#a4ff3745efccdf976c50c60440110384e">com::mxgraph::mxCell</a>.</p>
</div>
</div>
<hr/>The documentation for this interface was generated from the following file:<ul>
<li>src/model/mxICell.cs</li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Mon Oct 29 20:11:49 2012 for mxGraph by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>