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