* @return A list of absolute paths to all hatch pattern files found. */
| 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. |
no outgoing calls
no test coverage detected