LibrePCB Developers Documentation
Loading...
Searching...
No Matches
WorkspaceSettings::ApiEndpoint Struct Reference

#include <workspacesettings.h>

+ Collaboration diagram for WorkspaceSettings::ApiEndpoint:

Public Member Functions

bool operator== (const ApiEndpoint &rhs) const noexcept=default
 

Public Attributes

QUrl url
 
bool useForLibraries = false
 Can be set on 0..n endpoints.
 
bool useForPartsInfo = false
 Can be set on 0..1 endpoints.
 
bool useForOrder = false
 Can be set on 0..1 endpoints.
 

Member Function Documentation

◆ operator==()

bool operator== ( const ApiEndpoint rhs) const
defaultnoexcept

Member Data Documentation

◆ url

QUrl url

◆ useForLibraries

bool useForLibraries = false

Can be set on 0..n endpoints.

◆ useForPartsInfo

bool useForPartsInfo = false

Can be set on 0..1 endpoints.

◆ useForOrder

bool useForOrder = false

Can be set on 0..1 endpoints.


The documentation for this struct was generated from the following file: