MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / WriteModule

Method WriteModule

src/module/writemodule.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "onceonly.h"
22
23WriteModule::WriteModule(Reporter& r) :
24 Module(r,"write"),
25 output(r.output)
26{
27 addDescription(tr("Write the given text to the console window."));
28}
29
30WriteModule::WriteModule(Reporter& r, const QString& n) : Module(r,n), output(r.output)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected