![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Classes | |
| class | LineNumberArea |
Public Member Functions | |
| CodeEdit (QWidget *parent=nullptr) | |
| virtual bool | event (QEvent *event) override |
| void | setAnnotationSpace (std::function< int(int)>) |
| void | setLineAnnotation (std::function< std::string(int)>) |
| void | setLineAnnotationColor (std::function< vec4(int, vec4)>) |
| SyntaxHighlighter & | syntaxHighlighter () |
Protected Attributes | |
| std::function< vec4(int, vec4)> | annotateColor_ |
| std::function< std::string(int)> | annotateLine_ |
| std::function< int(int)> | annotationSpace_ |
| vec4 | highlightColor_ |
| QWidget * | lineNumberArea_ |
| SyntaxHighlighter * | sh_ |
| vec4 | textColor_ |