Package node_manager_fkie :: Module sync_dialog :: Class SyncHighlighter
[frames] | no frames]

Class SyncHighlighter

source code

python_qt_binding.QtGui.QSyntaxHighlighter --+    
                                             |    
       editor.yaml_highlighter.YamlHighlighter --+
                                                 |
                                                SyncHighlighter

Enabled the syntax highlightning for the sync interface.

Instance Methods
 
__init__(self, parent=None) source code
 
highlightBlock(self, text) (Inherited from node_manager_fkie.editor.yaml_highlighter.YamlHighlighter) source code
Method Details

__init__(self, parent=None)
(Constructor)

source code 
Overrides: editor.yaml_highlighter.YamlHighlighter.__init__