cmdScrollFieldExecuter [-appendText string] [-clear] [-copySelection] [-currentLine uint] [-cutSelection] [-execute] [-executeAll] [-hasFocus] [-hasSelection] [-insertText string] [-load] [-loadContents string] [-pasteSelection] [-redo] [-removeStoredContents string] [-replaceAll string string] [-saveSelection string] [-saveSelectionToShelf] [-searchAndSelect] [-searchDown boolean] [-searchMatchCase boolean] [-searchString string] [-select uint uint] [-selectAll] [-selectedText] [-showLineNumbers boolean] [-source] [-sourceType string] [-storeContents string] [-text string] [-textLength] [-undo]
cmdScrollFieldExecuter は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
Maya に対してスクリプト コマンドを発行するために使用するスクリプト エディタ エクゼキュータ コントロールです。string | エクゼキュータ コントロールの名前 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-load(-ld)
|
|
![]() ![]() |
||
|
||||
-source(-src)
|
|
![]() ![]() |
||
|
||||
-saveSelection(-sv)
|
string
|
![]() ![]() |
||
|
||||
-saveSelectionToShelf(-svs)
|
|
![]() ![]() |
||
|
||||
-selectAll(-sla)
|
|
![]() ![]() |
||
|
||||
-select(-sl)
|
uint uint
|
![]() ![]() |
||
|
||||
-hasSelection(-hsl)
|
|
![]() |
||
|
||||
-selectedText(-slt)
|
|
![]() |
||
|
||||
-clear(-clr)
|
|
![]() ![]() |
||
|
||||
-text(-t)
|
string
|
![]() ![]() ![]() |
||
|
||||
-textLength(-tl)
|
|
![]() |
||
|
||||
-cutSelection(-ct)
|
|
![]() ![]() |
||
|
||||
-copySelection(-cp)
|
|
![]() ![]() |
||
|
||||
-pasteSelection(-pst)
|
|
![]() ![]() |
||
|
||||
-hasFocus(-hf)
|
|
![]() |
||
|
||||
-undo(-ud)
|
|
![]() ![]() |
||
|
||||
-redo(-rd)
|
|
![]() ![]() |
||
|
||||
-execute(-exc)
|
|
![]() ![]() |
||
|
||||
-executeAll(-exa)
|
|
![]() ![]() |
||
|
||||
-storeContents(-stc)
|
string
|
![]() ![]() |
||
|
||||
-loadContents(-ldc)
|
string
|
![]() ![]() |
||
|
||||
-removeStoredContents(-rsc)
|
string
|
![]() ![]() |
||
|
||||
-appendText(-at)
|
string
|
![]() ![]() |
||
|
||||
-insertText(-it)
|
string
|
![]() ![]() |
||
|
||||
-sourceType(-st)
|
string
|
![]() ![]() |
||
|
||||
-showLineNumbers(-sln)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-searchDown(-sd)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-searchMatchCase(-smc)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-searchString(-ss)
|
string
|
![]() ![]() ![]() |
||
|
||||
-searchAndSelect(-sas)
|
|
![]() |
||
|
||||
-replaceAll(-rpa)
|
string string
|
![]() ![]() |
||
|
||||
-currentLine(-cl)
|
uint
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// this will create a tiny window with a script command executer. window; columnLayout; cmdScrollFieldExecuter -width 200 -height 100; showWindow;