Package nukescripts :: Module blinkscripteditor :: Class InputHighlighter
[hide private]
[frames] | no frames]

Class InputHighlighter

source code

              object --+            
                       |            
               ??.Object --+        
                           |        
      PySide2.QtCore.QObject --+    
                               |    
PySide2.QtGui.QSyntaxHighlighter --+
                                   |
                                  InputHighlighter

Instance Methods [hide private]
 
__init__(self, doc, parent=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
highlightBlock(self, text) source code

Inherited from PySide2.QtGui.QSyntaxHighlighter: __new__, currentBlock, currentBlockState, currentBlockUserData, document, format, previousBlockState, rehighlight, rehighlightBlock, setCurrentBlockState, setCurrentBlockUserData, setDocument, setFormat

Inherited from PySide2.QtCore.QObject: __delattr__, __getattribute__, __setattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isSignalConnected, isWidgetType, isWindowType, killTimer, metaObject, moveToThread, objectName, parent, property, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]

Inherited from PySide2.QtCore.QObject: connect, disconnect, registerUserData

Class Variables [hide private]
  staticMetaObject = <PySide2.QtCore.QMetaObject object at 0x7fa...

Inherited from PySide2.QtCore.QObject: destroyed, objectNameChanged

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, doc, parent=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

highlightBlock(self, text)

source code 
Overrides: PySide2.QtGui.QSyntaxHighlighter.highlightBlock

Class Variable Details [hide private]

staticMetaObject

Value:
<PySide2.QtCore.QMetaObject object at 0x7fabd08fcbd8>