MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / getScriptList

Method getScriptList

librecad/src/lib/engine/rs_system.h:123–126  ·  view source on GitHub ↗

* @return A list of absolute paths to all script files found. */

Source from the content-addressed store, hash-verified

121 * @return A list of absolute paths to all script files found.
122 */
123 QStringList getScriptList() {
124 QStringList ret = getFileList("scripts/qsa", "qs");
125 return ret;
126 }
127
128 /**
129 * @return A list of absolute paths to all machine configuration files found.

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected