nodegraphui module

class nodegraphui.BadgeIconWidget

Bases: sphinx.ext.autodoc.importer._MockObject

setHouIcon(iconname)
class nodegraphui.InfoHtmlSection(infowindow, icon, showall, name='node_popup_section', html_name='node_popup_html')

Bases: nodegraphui.InfoSection

update(templatefile, node, tree, verbose, debug, maxheight=None, **kwargs)
class nodegraphui.InfoSection(infowindow, children, icon, name='node_popup_section')

Bases: sphinx.ext.autodoc.importer._MockObject

enable(enable)
setBadgeIcon(icon)
class nodegraphui.InfoWindow(editor=None)

Bases: sphinx.ext.autodoc.importer._MockObject

autoRefreshClicked()
changeEvent(event)
clearNode()
closeEvent(event)
commentChanged()
cookButtonClicked()
debugClicked()
display(node, mousepos, pinnable, transient, recook)
linkClicked(url)
nodeChangeEvent(**kwargs)
nodeDeleteEvent(**kwargs)
pin()
position(mousepos)
showCommentClicked()
timeChangeEvent(event_type, frame)
togglePinState()
update(node, pinnable, recook)
updateNeedsRefresh(allow_update)
verboseClicked()
class nodegraphui.PlainTextCommentEdit(parent, callback, placeholder='')

Bases: sphinx.ext.autodoc.importer._MockObject

A plain text edit that supports placeholder text

focusOutEvent(event)
paintEvent(event)
class nodegraphui.SizingWindow

Bases: sphinx.ext.autodoc.importer._MockObject

initSizing()
nodegraphui.createInfoWindow(node, pinnable, transient, force_cook, editor=None)
nodegraphui.fitWindowToScreen(pos, width, height, center_on_pos=False)
nodegraphui.getScreenRect(pos)
nodegraphui.homColorToQColor(homcolor)

Takes a hou.Color object and returns a QColor object.

nodegraphui.linkify(node, msg)
nodegraphui.toggleInfoWindow(node, pinnable, transient, force_cook, editor=None)