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

Method getPatternList

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

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

Source from the content-addressed store, hash-verified

113 * @return A list of absolute paths to all hatch pattern files found.
114 */
115 QStringList getPatternList() {
116 QStringList ret = getFileList("patterns", "dxf");
117 return ret;
118 }
119
120 /**
121 * @return A list of absolute paths to all script files found.

Callers 2

initMethod · 0.80
loadPatternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected