The ComponentVariantEditor class.
More...
#include <componentvarianteditor.h>
Inherits QObject.
|
| | ComponentVariantEditor ()=delete |
| |
| | ComponentVariantEditor (const ComponentVariantEditor &other)=delete |
| |
| | ComponentVariantEditor (const Workspace &ws, const GraphicsLayerList &layers, const LibraryElementCache &cache, QPointer< Component > component, const std::shared_ptr< ComponentSignalNameListModel > &sigs, std::shared_ptr< ComponentSymbolVariant > variant, UndoStack *stack, const bool *wizardMode, QObject *parent=nullptr) noexcept |
| |
| | ~ComponentVariantEditor () noexcept |
| |
| ui::ComponentVariantData | getUiData () const |
| |
| void | setUiData (const ui::ComponentVariantData &data) noexcept |
| |
| slint::Image | renderScene (int gate, float width, float height) noexcept |
| |
| void | addGate () |
| |
| void | autoConnectPins () |
| |
| void | updateUnassignedSignals () noexcept |
| |
| ComponentVariantEditor & | operator= (const ComponentVariantEditor &rhs)=delete |
| |
◆ ComponentVariantEditor() [1/3]
◆ ComponentVariantEditor() [2/3]
◆ ComponentVariantEditor() [3/3]
◆ ~ComponentVariantEditor()
◆ getUiData()
| ui::ComponentVariantData getUiData |
( |
| ) |
const |
◆ setUiData()
| void setUiData |
( |
const ui::ComponentVariantData & |
data | ) |
|
|
noexcept |
◆ renderScene()
| slint::Image renderScene |
( |
int |
gate, |
|
|
float |
width, |
|
|
float |
height |
|
) |
| |
|
noexcept |
◆ addGate()
◆ autoConnectPins()
◆ updateUnassignedSignals()
| void updateUnassignedSignals |
( |
| ) |
|
|
noexcept |
◆ operator=()
◆ uiDataChanged
◆ execCmd()
◆ appendNumberToSignalName()
| QString appendNumberToSignalName |
( |
QString |
name, |
|
|
int |
number |
|
) |
| |
|
staticprivatenoexcept |
◆ mWorkspace
◆ mLayers
◆ mCache
◆ mComponent
◆ mVariant
◆ mUndoStack
◆ mWizardMode
◆ mScene
◆ mFrameIndex
◆ mGates
◆ mHasUnassignedSignals
| bool mHasUnassignedSignals |
|
private |
The documentation for this class was generated from the following files: