pymel.core.uitypes.CmdScrollFieldReporter

Inheritance diagram of CmdScrollFieldReporter

class CmdScrollFieldReporter

class counterpart of mel function cmdScrollFieldReporter

A script editor reporter control used to receive and display the history of processed commmands.

clear(val=True, **kwargs)

Clears the field.

Derived from mel command maya.cmds.cmdScrollFieldReporter

copySelection(val=True, **kwargs)

Copies the current selection from this field.

Derived from mel command maya.cmds.cmdScrollFieldReporter

cutSelection(val=True, **kwargs)

Cuts the current selection from this field.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getEchoAllCommands(**kwargs)

Echo all commands. (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

getFilterSourceType(**kwargs)

Filters the specified source type from showing in this command reporter. Currently supports either “mel”, “python”, or “” (default). Setting the filter to the empty string (“”) will remove all filtering and show both “mel” and “python” results.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getHasFocus(**kwargs)

Whether this control is currently in focus.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getLineNumbers(**kwargs)

Show line numbers (in Error/Warning messages). (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

getStackTrace(**kwargs)

Show stack trace. (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

getSuppressErrors(**kwargs)

Suppress errors.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getSuppressInfo(**kwargs)

Suppress info.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getSuppressResults(**kwargs)

Suppress results.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getSuppressStackTrace(**kwargs)

Suppress stack trace.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getSuppressWarnings(**kwargs)

Suppress warnings.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getText(**kwargs)

Replaces the field text with the given string.

Derived from mel command maya.cmds.cmdScrollFieldReporter

getTextLength(**kwargs)

The number of characters in this text field.

Derived from mel command maya.cmds.cmdScrollFieldReporter

pasteSelection(val=True, **kwargs)

Pastes text into this field at the current caret position.

Derived from mel command maya.cmds.cmdScrollFieldReporter

receiveFocusCommand(val=True, **kwargs)

Command executed when the field receives focus.

Derived from mel command maya.cmds.cmdScrollFieldReporter

saveSelection(val=True, **kwargs)

Prompts to save the current selection to a file. The default filename prompt will be prepended with the given string.

Derived from mel command maya.cmds.cmdScrollFieldReporter

saveSelectionToShelf(val=True, **kwargs)

Prompts to save the current selection to an item in the shelf.

Derived from mel command maya.cmds.cmdScrollFieldReporter

select(val=True, **kwargs)

Selects text within a specified range.

Derived from mel command maya.cmds.cmdScrollFieldReporter

selectAll(val=True, **kwargs)

Selects all text.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setEchoAllCommands(val=True, **kwargs)

Echo all commands. (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

setFilterSourceType(val=True, **kwargs)

Filters the specified source type from showing in this command reporter. Currently supports either “mel”, “python”, or “” (default). Setting the filter to the empty string (“”) will remove all filtering and show both “mel” and “python” results.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setLineNumbers(val=True, **kwargs)

Show line numbers (in Error/Warning messages). (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

setStackTrace(val=True, **kwargs)

Show stack trace. (Global parameter, affects all command reporters)

Derived from mel command maya.cmds.cmdScrollFieldReporter

setSuppressErrors(val=True, **kwargs)

Suppress errors.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setSuppressInfo(val=True, **kwargs)

Suppress info.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setSuppressResults(val=True, **kwargs)

Suppress results.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setSuppressStackTrace(val=True, **kwargs)

Suppress stack trace.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setSuppressWarnings(val=True, **kwargs)

Suppress warnings.

Derived from mel command maya.cmds.cmdScrollFieldReporter

setText(val=True, **kwargs)

Replaces the field text with the given string.

Derived from mel command maya.cmds.cmdScrollFieldReporter

Previous topic

pymel.core.uitypes.CmdScrollFieldExecuter

Next topic

pymel.core.uitypes.CmdShell

Core

Core Modules

Other Modules

This Page