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

59 lines
No EOL
2.4 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>PluginInfo</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>PluginInfo</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
C++ class: <a href="../doxyhtml/classCPluginInfo.html">CPluginInfo</a>
PluginInfo ::= SEQUENCE {
ver-major INTEGER, -- major version number
ver-minor INTEGER, -- minor version number
ver-revision INTEGER, -- plugin-specific revision number
ver-build-date VisibleString, -- date of build
class-name VisibleString, -- text tag uniquely identifying
-- this plugin
menu-item VisibleString OPTIONAL, -- menu item that will be shown
-- in a GUI
tooltip VisibleString OPTIONAL, -- text for mouse-overs and status
-- bars
help-file VisibleString OPTIONAL, -- location of the help file
-- associated with this plugin
-- if 'autorun' is true, we launch this
-- plugin command at application startup
autorun BOOLEAN DEFAULT FALSE,
-- if 'foreground-only' is true, then this plugin will run entirely
-- in the foreground (main) thread. This is a requirement of any
-- plugin that services a GUI directly, as GUI components must be
-- manipulated only in the foreground thread on some platforms
affinity ENUMERATED {
foreground(0),
background(1),
background-restartable(2)
} DEFAULT background,
-- the command and requirements
-- for this plugin
command <a href="PluginCommand.html">PluginCommand</a>,
-- optional information about an icon suitable for this plugin
-- this is managed as a named resource, with separate registration
-- of the resource binding the name to an image
icon-info <a href="PluginIconInfo.html">PluginIconInfo</a> OPTIONAL,
-- here is the set of user types to which this plugin subscribes
-- any object of these types will work for this plugin
applicable-user-types SET OF <a href="PluginUserType.html">PluginUserType</a> OPTIONAL
}</pre>
</body>
</html>