Vuo 2.4.4
Loading...
Searching...
No Matches
VuoRendererCommon.hh
Go to the documentation of this file.
1
10#pragma once
11
12class VuoCompiler;
13
18{
19public:
20 static void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &message);
21 static QString externalizeVuoNodeLinks(VuoCompiler *compiler, QString markdownText, bool outputAbsoluteLinks);
22 static QString getStyleSheet(bool isDark);
23};