Public Member Functions | |
| def | findLibraries (self, model) |
| def | libraryOpen (self, model, lib="") |
| def | newTool (self, datamodel, path) |
Public Attributes | |
| path | |
Helper class to generate qtdata models for toolbit libraries
| def PathScripts.PathToolBitLibraryGui.ModelFactory.findLibraries | ( | self, | |
| model | |||
| ) |
Finds all the fctl files in a location Returns a QStandardItemModel
| def PathScripts.PathToolBitLibraryGui.ModelFactory.libraryOpen | ( | self, | |
| model, | |||
lib = "" |
|||
| ) |
opens the tools in library Returns a QStandardItemModel
References PathScripts.PathToolBitLibraryGui.ModelFactory.__libraryLoad().
| def PathScripts.PathToolBitLibraryGui.ModelFactory.newTool | ( | self, | |
| datamodel, | |||
| path | |||
| ) |
Adds a toolbit item to a model
References PathScripts.PathToolBitLibraryGui.ModelFactory._toolAdd().
| PathScripts.PathToolBitLibraryGui.ModelFactory.path |