![]() |
LibrePCB Developers Documentation
|
#include <outputjob.h>
Collaboration diagram for OutputJob::ObjectSet< T >:Public Member Functions | |
| ObjectSet (const ObjectSet &other)=default | |
| ObjectSet (const SExpression &node, const QString &childName) | |
| ObjectSet & | operator= (const ObjectSet &rhs)=default |
| bool | operator== (const ObjectSet< T > &rhs) const noexcept |
| bool | operator!= (const ObjectSet< T > &rhs) const noexcept |
| bool | isAll () const noexcept |
| bool | isDefault () const noexcept |
| bool | isCustom () const noexcept |
| const QSet< T > & | getSet () const noexcept |
| void | serialize (SExpression &root, const QString &key) const |
Static Public Member Functions | |
| static ObjectSet | all () noexcept |
| static ObjectSet | onlyDefault () noexcept |
| static ObjectSet | set (const QSet< T > &set) noexcept |
Private Member Functions | |
| ObjectSet (bool all, bool onlyDefault, const QSet< T > &set) | |
Private Attributes | |
| bool | mAll |
| bool | mDefault |
| QSet< T > | mSet |
|
inline |
Here is the call graph for this function:
|
inlineprivate |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
Here is the caller graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
inline |
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the caller graph for this function:
|
inlinestaticnoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |