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

Class InputHighlighter

source code

             object --+            
                      |            
              ??.Object --+        
                          |        
      PySide.QtCore.QObject --+    
                              |    
PySide.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 PySide.QtGui.QSyntaxHighlighter: __new__, currentBlock, currentBlockState, currentBlockUserData, document, format, previousBlockState, rehighlight, rehighlightBlock, setCurrentBlockState, setCurrentBlockUserData, setDocument, setFormat

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

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

Static Methods [hide private]

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

Class Variables [hide private]
  staticMetaObject = <PySide.QtCore.QMetaObject object at 0x1d6d...

Inherited from PySide.QtCore.QObject: destroyed

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: PySide.QtGui.QSyntaxHighlighter.highlightBlock

Class Variable Details [hide private]

staticMetaObject

Value:
<PySide.QtCore.QMetaObject object at 0x1d6dfcb0>