Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCodeHighlighterGLSL.hh
Go to the documentation of this file.
1
10#pragma once
11
12class VuoCodeEditor;
13
17class VuoCodeHighlighterGLSL : public QSyntaxHighlighter
18{
19 Q_OBJECT
20
21public:
22 VuoCodeHighlighterGLSL(QTextDocument *parent, VuoCodeEditor *codeEditor);
23
24private:
25 void highlightBlock(const QString &text);
26 VuoCodeEditor *codeEditor;
27};