20#ifndef LIBREPCB_EDITOR_NEWELEMENTWIZARDPAGE_COMPONENTSYMBOLS_H
21#define LIBREPCB_EDITOR_NEWELEMENTWIZARDPAGE_COMPONENTSYMBOLS_H
38class NewElementWizardPage_ComponentSymbols;
63 int nextId() const noexcept override;
The Uuid class is a replacement for QUuid to get UUID strings without {} braces.
Definition: uuid.h:58
The NewElementWizardContext class.
Definition: newelementwizardcontext.h:58
The NewElementWizardPage_ComponentSymbols class.
Definition: newelementwizardpage_componentsymbols.h:48
int nextId() const noexcept override
Definition: newelementwizardpage_componentsymbols.cpp:83
NewElementWizardPage_ComponentSymbols()=delete
void initializePage() noexcept override
Definition: newelementwizardpage_componentsymbols.cpp:91
void cleanupPage() noexcept override
Definition: newelementwizardpage_componentsymbols.cpp:108
NewElementWizardContext & mContext
Definition: newelementwizardpage_componentsymbols.h:76
NewElementWizardPage_ComponentSymbols(const NewElementWizardPage_ComponentSymbols &other)=delete
bool isComplete() const noexcept override
Definition: newelementwizardpage_componentsymbols.cpp:78
bool validatePage() noexcept override
Definition: newelementwizardpage_componentsymbols.cpp:60
QList< Uuid > mLoadedSymbolUuids
Definition: newelementwizardpage_componentsymbols.h:75
QList< Uuid > getSymbolUuids() const noexcept
Definition: newelementwizardpage_componentsymbols.cpp:115
QScopedPointer< Ui::NewElementWizardPage_ComponentSymbols > mUi
Definition: newelementwizardpage_componentsymbols.h:77
Definition: occmodel.cpp:77