Vuo  2.1.2
Static Public Member Functions | List of all members
VuoRendererCommon Class Reference

Description

Shared Qt utilities.

Definition at line 17 of file VuoRendererCommon.hh.

Static Public Member Functions

static void messageHandler (QtMsgType type, const QMessageLogContext &context, const QString &message)
 QtMessageHandler that routes Qt messages through VuoLog, so they appear in crash reports. More...
 
static QString externalizeVuoNodeLinks (VuoCompiler *compiler, QString markdownText, bool outputAbsoluteLinks)
 Maps vuo-node:// and vuo-nodeset:// links within the provided markdownText to the appropriate links for use in documentation outside Vuo editor. More...
 

Member Function Documentation

◆ externalizeVuoNodeLinks()

QString VuoRendererCommon::externalizeVuoNodeLinks ( VuoCompiler compiler,
QString  markdownText,
bool  outputAbsoluteLinks 
)
static

Maps vuo-node:// and vuo-nodeset:// links within the provided markdownText to the appropriate links for use in documentation outside Vuo editor.

If outputAbsoluteLinks is true, this function emits links like https://doc.vuo.org/2.0.0/node/vuo.serial/vuo.serial.configure.html. If false, emits links relative to the node set folder, e.g., ../vuo.serial/vuo.serial.configure.html.

Definition at line 52 of file VuoRendererCommon.cc.

◆ messageHandler()

void VuoRendererCommon::messageHandler ( QtMsgType  type,
const QMessageLogContext &  context,
const QString &  message 
)
static

QtMessageHandler that routes Qt messages through VuoLog, so they appear in crash reports.

Definition at line 20 of file VuoRendererCommon.cc.


The documentation for this class was generated from the following files: