LibrePCB Developers Documentation
|
This is the complete list of members for ProjectLoader, including all inherited members.
getUpgradeMessages() const noexcept | ProjectLoader | inline |
loadBoard(Project &p, const QString &relativeFilePath) | ProjectLoader | private |
loadBoardDeviceInstance(Board &b, const SExpression &node) | ProjectLoader | private |
loadBoardNetSegment(Board &b, const SExpression &node) | ProjectLoader | private |
loadBoardPlane(Board &b, const SExpression &node) | ProjectLoader | private |
loadBoards(Project &p) | ProjectLoader | private |
loadBoardUserSettings(Board &b) | ProjectLoader | private |
loadCircuit(Project &p) | ProjectLoader | private |
loadErc(Project &p) | ProjectLoader | private |
loadLibrary(Project &p) | ProjectLoader | private |
loadLibraryElements(Project &p, const QString &dirname, const QString &type, void(ProjectLibrary::*addFunction)(ElementType &)) | ProjectLoader | private |
loadMetadata(Project &p) | ProjectLoader | private |
loadOutputJobs(Project &p) | ProjectLoader | private |
loadSchematic(Project &p, const QString &relativeFilePath) | ProjectLoader | private |
loadSchematicNetSegment(Schematic &s, const SExpression &node) | ProjectLoader | private |
loadSchematics(Project &p) | ProjectLoader | private |
loadSchematicSymbol(Schematic &s, const SExpression &node) | ProjectLoader | private |
loadSettings(Project &p) | ProjectLoader | private |
mAutoAssignDeviceModels | ProjectLoader | private |
mUpgradeMessages | ProjectLoader | private |
open(std::unique_ptr< TransactionalDirectory > directory, const QString &filename) | ProjectLoader | |
operator=(const ProjectLoader &rhs)=delete | ProjectLoader | |
ProjectLoader(QObject *parent=nullptr) noexcept | ProjectLoader | explicit |
ProjectLoader(const ProjectLoader &other)=delete | ProjectLoader | |
setAutoAssignDeviceModels(bool v) noexcept | ProjectLoader | inline |
~ProjectLoader() noexcept | ProjectLoader |