![]() |
LibrePCB Developers Documentation
|
This is the complete list of members for ApiEndpoint, including all inherited members.
| ApiEndpoint()=delete | ApiEndpoint | |
| ApiEndpoint(const ApiEndpoint &other)=delete | ApiEndpoint | |
| ApiEndpoint(const QUrl &url) noexcept | ApiEndpoint | explicit |
| errorWhileFetchingLibraryList(const QString &errorMsg) | ApiEndpoint | signal |
| errorWhileFetchingPartsInformation(const QString &errorMsg) | ApiEndpoint | signal |
| errorWhileFetchingPartsInformationStatus(const QString &errorMsg) | ApiEndpoint | signal |
| getUrl() const noexcept | ApiEndpoint | inline |
| libraryListReceived(QList< Library > libs) | ApiEndpoint | signal |
| libraryListResponseReceived(const QByteArray &data, bool forceNoCache) noexcept | ApiEndpoint | private |
| mUrl | ApiEndpoint | private |
| operator=(const ApiEndpoint &rhs)=delete | ApiEndpoint | |
| partsInformationReceived(const QJsonObject &info) | ApiEndpoint | signal |
| partsInformationResponseReceived(const QByteArray &data) noexcept | ApiEndpoint | private |
| partsInformationStatusReceived(const QJsonObject &status) | ApiEndpoint | signal |
| partsInformationStatusResponseReceived(const QByteArray &data) noexcept | ApiEndpoint | private |
| requestLibraryList(bool forceNoCache=false) noexcept | ApiEndpoint | |
| requestLibraryList(const QUrl &url, bool forceNoCache) noexcept | ApiEndpoint | private |
| requestPartsInformation(const QUrl &url, const QVector< Part > &parts) const noexcept | ApiEndpoint | |
| requestPartsInformationStatus() const noexcept | ApiEndpoint | |
| ~ApiEndpoint() noexcept | ApiEndpoint |