Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deoGetAssistantList

deoGetAssistantList(
g_application
)
=> l_assistNameandPlacement / nil

Description

Returns a list of t_assistant_name and s_placement pairs (called an association list and contains a list of key and value pairs). The default implementation returns all assistants defined by this plugin and super-plugins.

Arguments

g_application

Specifies an instance (stdobj) of the plugin

Value Returned

l_assistNameandPlacement

Returns an association list of all assistant name-placement pairs defined by this plugin and super-plugins.

nil

Returns nil if no assistants are previously registered with the plugin.

Example

defmethod( deoGetAssistantList ((this MyPlugin))
 '(("Search" right) ( "Tree Assistant" left) ( "OI Assistant" left)))

Return to top
 ⠀
X