nih-gov/www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/asn_spec/ViewDescriptor.html

36 lines
No EOL
1,001 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>ViewDescriptor</title>
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
</script>
<script type="text/javascript">
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
</script>
</head>
<body>
<h3>ViewDescriptor</h3><pre>Defined in file <a href="gbproj.asn.html">gbproj.asn</a>
C++ class: <a href="../doxyhtml/classCViewDescriptor.html">CViewDescriptor</a>
ViewDescriptor ::= SEQUENCE {
--- data for view opening
data CHOICE {
--- link to retrieve data
link <a href="ViewDataLink.html">ViewDataLink</a>,
--- virtual project item, if link cannot be created
item <a href="ProjectItem.html">ProjectItem</a>
},
--- plugin name of saved view
view-plugin VisibleString,
--- view id
view-id INTEGER,
--- optional settings, requered to open view
view-memento <a href="ViewMemento.html">ViewMemento</a> OPTIONAL
}</pre>
</body>
</html>