|
Krita Source Code Documentation
|
Inheritance diagram for krita.sceditor.highlighter.QtQmlHighlighter:Public Member Functions | |
| __init__ (self, edit) | |
| updateRules (self) | |
Public Member Functions inherited from krita.sceditor.highlighter.PythonHighlighter | |
| highlightBlock (self, text) | |
| highlightRules (self, text, start, finish) | |
| updateFonts (self, font) | |
| updateHighlighter (self, font) | |
Static Public Attributes | |
| str | keywords |
Static Public Attributes inherited from krita.sceditor.highlighter.PythonHighlighter | |
| tuple | keywords |
Definition at line 141 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.__init__ | ( | self, | |
| edit ) |
Reimplemented from krita.sceditor.highlighter.PythonHighlighter.
Definition at line 157 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.updateRules | ( | self | ) |
Reimplemented from krita.sceditor.highlighter.PythonHighlighter.
Definition at line 160 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.callableFormat |
Definition at line 166 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.keywordFormat |
Definition at line 164 of file highlighter.py.
|
static |
Definition at line 143 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.keywords |
Definition at line 164 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.multiLineStringBegin |
Definition at line 174 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.multiLineStringEnd |
Definition at line 175 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.multiLineStringFormat |
Definition at line 176 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.qtFormat |
Definition at line 169 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.quotationFormat1 |
Definition at line 177 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.quotationFormat2 |
Definition at line 178 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.rules |
Definition at line 162 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.selfFormat |
Definition at line 168 of file highlighter.py.
| krita.sceditor.highlighter.QtQmlHighlighter.singleLineCommentFormat |
Definition at line 171 of file highlighter.py.