taurus taurus

Previous topic

TaurusMacroConfigurationDialog

Next topic

TaurusMacroExecutor

This Page

TaurusMacroDescriptionViewer

Inheritance diagram of TaurusMacroDescriptionViewer

class TaurusMacroDescriptionViewer(parent=None, designMode=False)

Bases: PyQt4.QtGui.QTextEdit, taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget

defineStyle()

Defines the initial style for the widget

getFormatedToolTip(cache=True)

This method was overridden to get rid of the default tooltip of TaurusWidget

getModelClass()
model

Returns the model name for this component.

Return type::class:~`str`
Returns:the model name.
onMacroNameChanged(macroName)

Can be connected to an event emitted after macro name was changed. As an argument receives macroName and ask BaseMacroServer object about already prepared and stored in MacroInfoObj object macro description

updateStyle()
useParentModel

Returns whether this component is using the parent model

Return type::class:~`bool`
Returns:True if using parent model or False otherwise