「Vlr-reaction-name」の版間の差分
|  (ページの作成: ; 構文 : (vlr-reaction-names ''reactor-type'')   ; 機能 : 指定されたリアクタ タイプに対して可能なすべてのコールバック条件のリストを返す…) | 編集の要約なし | ||
| (同じ利用者による、間の2版が非表示) | |||
| 1行目: | 1行目: | ||
| {{AutoLISP}} | |||
| ; 構文 | ; 構文 | ||
| : (vlr-reaction-names ''reactor-type'') | : (vlr-reaction-names ''reactor-type'') | ||
| 5行目: | 6行目: | ||
| ; 機能 | ; 機能 | ||
| : 指定されたリアクタ タイプに対して可能なすべてのコールバック条件のリストを返す。 | : 指定されたリアクタ タイプに対して可能なすべてのコールバック条件のリストを返す。 | ||
| ; 引数 | ; 引数 | ||
| 27行目: | 29行目: | ||
|   :VLR-Window-Reactor |   :VLR-Window-Reactor | ||
|   :VLR-XREF-Reactor |   :VLR-XREF-Reactor | ||
| ; 戻り値 | ; 戻り値 | ||
| 35行目: | 38行目: | ||
|   (vlr-reaction-names :VLR-Editor-Reactor) |   (vlr-reaction-names :VLR-Editor-Reactor) | ||
|   '''(:vlr-unknownCommand :vlr-commandWillStart :vlr-commandEnded....'''   |   '''(:vlr-unknownCommand :vlr-commandWillStart :vlr-commandEnded....'''   | ||
| ----- | |||
| 関連事項 | |||
| * [[vlr-reaction-name]] 関数 | |||
| * [[vlr-reaction-set]] 関数 | |||
| * [[vlr-reactions]] 関数 | |||
| * [[vlr-reactors]] 関数 | |||
| * [[vlr-remove]] 関数 | |||
| * [[vlr-remove-all]] 関数 | |||
| * [[vl-load-com]] 関数 | |||
| * [[リアクタ関数]] | |||
| [[Category:AutoLISP]] | [[Category:AutoLISP]] | ||
2023年11月3日 (金) 11:33時点における最新版
- 構文
- (vlr-reaction-names reactor-type)
- 機能
- 指定されたリアクタ タイプに対して可能なすべてのコールバック条件のリストを返す。
- 引数
- 
- reactor-type : 次のシンボルの 1 つ。
 
:VLR-AcDb-Reactor :VLR-Command-Reactor :VLR-DeepClone-Reactor :VLR-DocManager-Reactor :VLR-DWG-Reactor :VLR-DXF-Reactor :VLR-Editor-Reactor :VLR-Insert-Reactor :VLR-Linker-Reactor :VLR-Lisp-Reactor :VLR-Miscellaneous-Reactor :VLR-Mouse-Reactor :VLR-Object-Reactor :VLR-SysVar-Reactor :VLR-Toolbar-Reactor :VLR-Undo-Reactor :VLR-Wblock-Reactor :VLR-Window-Reactor :VLR-XREF-Reactor
- 戻り値
- 指定されたリアクタ タイプに対して可能なイベントを示すシンボルのリスト。
- サンプル
(vlr-reaction-names :VLR-Editor-Reactor) (:vlr-unknownCommand :vlr-commandWillStart :vlr-commandEnded....
関連事項
- vlr-reaction-name 関数
- vlr-reaction-set 関数
- vlr-reactions 関数
- vlr-reactors 関数
- vlr-remove 関数
- vlr-remove-all 関数
- vl-load-com 関数
- リアクタ関数
