61 lines
No EOL
2 KiB
HTML
61 lines
No EOL
2 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PluginReplyAction</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>PluginReplyAction</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPluginReplyAction.html">CPluginReplyAction</a>
|
|
|
|
|
|
PluginReplyAction ::= CHOICE {
|
|
-- add this item to the associated project
|
|
add-to-project NULL,
|
|
|
|
-- launch a view named by the supplied argument
|
|
new-view VisibleString,
|
|
|
|
-- launch a view named by the supplied argument
|
|
new-composite-view VisibleString,
|
|
|
|
-- store this object for future use
|
|
-- The string parameter is used as a caller-defined key for retrieval
|
|
store VisibleString,
|
|
|
|
-- create an empty project(s) for Raw item(s), takes plugin param as argument
|
|
create-project VisibleString,
|
|
|
|
-- create single project for any number of Raw items
|
|
create-single-project VisibleString,
|
|
|
|
-- attach loaded project to <a href="Project.html">Project</a> Manager
|
|
attach-project <a href="GBProjectHandle.html">GBProjectHandle</a>,
|
|
|
|
-- refresh loaded project to <a href="Project.html">Project</a> Manager
|
|
refresh-project <a href="GBProjectHandle.html">GBProjectHandle</a>,
|
|
|
|
--a dd an entry to the MRU list
|
|
add-to-MRU <a href="PluginMRUEntry.html">PluginMRUEntry</a>,
|
|
|
|
-- show an error message
|
|
error VisibleString,
|
|
|
|
-- execute 'run' on a named plugin with our results
|
|
plugin-cmd-run VisibleString,
|
|
|
|
-- register object created by the plugin
|
|
register-interface NULL,
|
|
|
|
-- report a warning to the user
|
|
warning VisibleString,
|
|
|
|
-- report an info-level message to the user
|
|
info VisibleString
|
|
}</pre>
|
|
</body>
|
|
</html> |