52 lines
No EOL
1.7 KiB
HTML
52 lines
No EOL
1.7 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>GBProject</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>GBProject</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCGBProject.html">CGBProject</a>
|
|
|
|
|
|
GBProject ::= SEQUENCE {
|
|
-- next counter for project items
|
|
counter INTEGER DEFAULT 0,
|
|
|
|
-- standard descriptors
|
|
descr <a href="ProjectDescr.html">ProjectDescr</a>,
|
|
|
|
-- the core item we wrap
|
|
core <a href="ProjectItem.html">ProjectItem</a>,
|
|
|
|
-- a set of extra analyses perfromed by the user
|
|
-- each of these may have descriptors
|
|
extra <a href="ProjectFolder.html">ProjectFolder</a> OPTIONAL,
|
|
|
|
-- a copy of the original plugin message used to generate this project
|
|
orig-message <a href="PluginMessage.html">PluginMessage</a> OPTIONAL,
|
|
|
|
-- history of things done to this object
|
|
history SET OF <a href="ProjectHistoryItem.html">ProjectHistoryItem</a> OPTIONAL,
|
|
|
|
--name of the plugin that can handle External Data for the project
|
|
data-plugin VisibleString OPTIONAL,
|
|
|
|
--optional parameter for the data-plugin
|
|
plugin-param VisibleString OPTIONAL,
|
|
|
|
-- arbitrary annotations
|
|
annot SET OF <a href="ProjectAnnot.html">ProjectAnnot</a> OPTIONAL,
|
|
|
|
-- a set of data sources including data loader and data
|
|
loaders SET OF <a href="LoaderDescriptor.html">LoaderDescriptor</a> OPTIONAL,
|
|
|
|
--- set of views, associated with project
|
|
views SET OF <a href="ViewDescriptor.html">ViewDescriptor</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |