54 lines
No EOL
1.2 KiB
HTML
54 lines
No EOL
1.2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PluginCommand</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>PluginCommand</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPluginCommand.html">CPluginCommand</a>
|
|
|
|
|
|
PluginCommand ::= SEQUENCE {
|
|
command ENUMERATED {
|
|
-- general-purpose commands
|
|
no-command(0),
|
|
init(1),
|
|
get-status(2),
|
|
finish(3),
|
|
abort(4),
|
|
create-interface(5),
|
|
|
|
-- data commands
|
|
load(6),
|
|
save(7),
|
|
import(8),
|
|
load-project(9),
|
|
save-project(10),
|
|
|
|
-- data source commands
|
|
search(11),
|
|
manage(12),
|
|
|
|
-- algorithm commands
|
|
run(13),
|
|
suspend(14),
|
|
resume(15),
|
|
|
|
-- view commands
|
|
new-view(16),
|
|
new-composite-view(17)
|
|
},
|
|
|
|
-- optional named context
|
|
context VisibleString OPTIONAL,
|
|
|
|
-- input arguments
|
|
args <a href="PluginArgSet.html">PluginArgSet</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |