![]() |
LibrePCB Developers Documentation
|
The NewElementWizard class. More...
#include <newelementwizard.h>
Inherits QWizard.
Collaboration diagram for NewElementWizard:Public Member Functions | |
| NewElementWizard ()=delete | |
| NewElementWizard (const NewElementWizard &other)=delete | |
| NewElementWizard (const Workspace &ws, Library &lib, const GraphicsLayerList &layers, QWidget *parent=0) noexcept | |
| ~NewElementWizard () noexcept | |
| const NewElementWizardContext & | getContext () const noexcept |
| void | setNewElementType (NewElementWizardContext::ElementType type) noexcept |
| void | setElementToCopy (NewElementWizardContext::ElementType type, const FilePath &fp) noexcept |
| bool | validateCurrentPage () noexcept override |
| NewElementWizard & | operator= (const NewElementWizard &rhs)=delete |
Private Member Functions | |
| void | insertPage (int index, QWizardPage *page) noexcept |
Private Attributes | |
| QScopedPointer< Ui::NewElementWizard > | mUi |
| QScopedPointer< NewElementWizardContext > | mContext |
| QList< QWizardPage * > | mPages |
The NewElementWizard class.
|
delete |
|
delete |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the caller graph for this function:
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridenoexcept |
Here is the call graph for this function:
|
delete |
|
privatenoexcept |
|
private |
|
private |
|
private |