vlr-reaction-names
(vlr-reaction-names reactorType)
This function returns a list of all available
events for reactors of reactorType.
Arguments
|
reactorType
(symbol) specifies the reactor
type to be queried;
can be one of these symbols :
|
:VLR-AcDb-Reactor
|
database reactor
|
|
:VLR-Command-Reactor
|
command reactor
|
|
:VLR-DeepClone-Reactor
|
deepclone reactor (cloning in
same database)
|
|
:VLR-DocManager-Reactor
|
document manager
reactor
|
|
:VLR-DWG-Reactor
|
drawing reactor
|
|
:VLR-DXF-Reactor
|
DXF operation reactor
|
|
:VLR-Editor-Reactor
|
CAD editor reactor
|
|
:VLR-Insert-Reactor
|
insert operation
reactor
|
|
:VLR-Linker-Reactor
|
BRX module loader
reactor
|
|
:VLR-Lisp-Reactor
|
Lisp events reactor
|
|
:VLR-Miscellaneous-Reactor
|
reactor covering several
other events + operations
|
|
:VLR-Mouse-Reactor
|
mouse event reactor
|
|
:VLR-Object-Reactor
|
object + entity operation
reactor
|
|
:VLR-SysVar-Reactor
|
system variables
reactor
|
|
:VLR-Toolbar-Reactor
|
toolbar operation
reactor
|
|
:VLR-Undo-Reactor
|
undo operation reactor
|
|
:VLR-Wblock-Reactor
|
wblockclone reactor (cloning
between different databases)
|
|
:VLR-Window-Reactor
|
window operation
reactor
|
|
:VLR-XREF-Reactor
|
xref operation reactor
|
|
Return
|
list of reactor type specific
events
|
Example
|
(vlr-reaction-names
':vlr-object-reactor) returns :
(:VLR-SUBOBJMODIFIED :VLR-COPIED
:VLR-OBJECTCLOSED :VLR-REAPPENDED :VLR-UNAPPENDED
:VLR-MODIFIEDXDATA :VLR-MODIFYUNDONE :VLR-MODIFIED
:VLR-OPENEDFORMODIFY :VLR-GOODBYE :VLR-UNERASED :VLR-ERASED
:VLR-CANCELLED)
|
Remarks
|
|