![]() |
LibrePCB Developers Documentation
|
The ComponentSymbolVariantEditDialog class. More...
#include <componentsymbolvarianteditdialog.h>
Inherits QDialog.
Collaboration diagram for ComponentSymbolVariantEditDialog:Public Member Functions | |
| ComponentSymbolVariantEditDialog ()=delete | |
| ComponentSymbolVariantEditDialog (const ComponentSymbolVariantEditDialog &other)=delete | |
| ComponentSymbolVariantEditDialog (const Workspace &ws, std::shared_ptr< const Component > cmp, std::shared_ptr< ComponentSymbolVariant > symbVar, QWidget *parent=nullptr) noexcept | |
| ~ComponentSymbolVariantEditDialog () noexcept | |
| void | setReadOnly (bool readOnly) noexcept |
| ComponentSymbolVariantEditDialog & | operator= (const ComponentSymbolVariantEditDialog &rhs)=delete |
Private Member Functions | |
| void | accept () noexcept override |
| void | schedulePreviewUpdate () noexcept |
| void | schedulePreviewTextsUpdate () noexcept |
| void | updatePreview () noexcept |
Private Attributes | |
| const Workspace & | mWorkspace |
| std::shared_ptr< const Component > | mComponent |
| std::shared_ptr< ComponentSymbolVariant > | mOriginalSymbVar |
| ComponentSymbolVariant | mSymbVar |
| QScopedPointer< GraphicsScene > | mGraphicsScene |
| std::unique_ptr< GraphicsLayerList > | mLayers |
| std::shared_ptr< LibraryElementCache > | mLibraryElementCache |
| QScopedPointer< Ui::ComponentSymbolVariantEditDialog > | mUi |
| bool | mPreviewUpdateScheduled |
| bool | mPreviewTextsUpdateScheduled |
| QList< std::shared_ptr< Symbol > > | mSymbols |
| QList< std::shared_ptr< SymbolGraphicsItem > > | mGraphicsItems |
The ComponentSymbolVariantEditDialog class.
|
delete |
|
delete |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
noexcept |
Here is the caller graph for this function:
|
delete |
|
overrideprivatenoexcept |
Here is the call graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
privatenoexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |