Access to a LibrePCB API endpoint.
More...
#include <apiendpoint.h>
Inherits QObject.
Access to a LibrePCB API endpoint.
- See also
- Server API Specification
◆ ApiEndpoint() [1/3]
◆ ApiEndpoint() [2/3]
◆ ApiEndpoint() [3/3]
◆ ~ApiEndpoint()
◆ getUrl()
| const QUrl & getUrl |
( |
| ) |
const |
|
inlinenoexcept |
◆ requestLibraryList() [1/2]
| void requestLibraryList |
( |
| ) |
const |
|
noexcept |
◆ requestPartsInformationStatus()
| void requestPartsInformationStatus |
( |
| ) |
const |
|
noexcept |
◆ requestPartsInformation()
| void requestPartsInformation |
( |
const QUrl & |
url, |
|
|
const QVector< Part > & |
parts |
|
) |
| const |
|
noexcept |
◆ operator=()
◆ libraryListReceived
| void libraryListReceived |
( |
QList< Library > |
libs | ) |
|
|
signal |
◆ errorWhileFetchingLibraryList
| void errorWhileFetchingLibraryList |
( |
const QString & |
errorMsg | ) |
|
|
signal |
◆ errorWhileFetchingPartsInformationStatus
| void errorWhileFetchingPartsInformationStatus |
( |
const QString & |
errorMsg | ) |
|
|
signal |
◆ partsInformationStatusReceived
| void partsInformationStatusReceived |
( |
const QJsonObject & |
status | ) |
|
|
signal |
◆ partsInformationReceived
| void partsInformationReceived |
( |
const QJsonObject & |
info | ) |
|
|
signal |
◆ errorWhileFetchingPartsInformation
| void errorWhileFetchingPartsInformation |
( |
const QString & |
errorMsg | ) |
|
|
signal |
◆ requestLibraryList() [2/2]
| void requestLibraryList |
( |
const QUrl & |
url | ) |
const |
|
privatenoexcept |
◆ libraryListResponseReceived()
| void libraryListResponseReceived |
( |
const QByteArray & |
data | ) |
|
|
privatenoexcept |
◆ partsInformationStatusResponseReceived()
| void partsInformationStatusResponseReceived |
( |
const QByteArray & |
data | ) |
|
|
privatenoexcept |
◆ partsInformationResponseReceived()
| void partsInformationResponseReceived |
( |
const QByteArray & |
data | ) |
|
|
privatenoexcept |
◆ mUrl
The documentation for this class was generated from the following files: