![]() |
LibrePCB Developers Documentation
|
The SchematicEditor class. More...
#include <schematiceditor.h>
Inherits QObject.
Collaboration diagram for SchematicEditor:Signals | |
| void | uiIndexChanged () |
| void | aboutToBeDestroyed () |
Public Member Functions | |
| SchematicEditor ()=delete | |
| SchematicEditor (const SchematicEditor &other)=delete | |
| SchematicEditor (ProjectEditor &prjEditor, Schematic &schematic, int uiIndex, QObject *parent=nullptr) noexcept | |
| ~SchematicEditor () noexcept | |
| ProjectEditor & | getProjectEditor () noexcept |
| Schematic & | getSchematic () noexcept |
| int | getUiIndex () const noexcept |
| void | setUiIndex (int index) noexcept |
| ui::SchematicData | getUiData () const noexcept |
| void | setUiData (const ui::SchematicData &data) noexcept |
| SchematicEditor & | operator= (const SchematicEditor &rhs)=delete |
Public Attributes | |
| Signal< SchematicEditor > | onUiDataChanged |
Private Attributes | |
| ProjectEditor & | mProjectEditor |
| Schematic & | mSchematic |
| int | mUiIndex |
The SchematicEditor class.
|
delete |
|
delete |
|
explicitnoexcept |
Here is the call graph for this function:
|
noexcept |
Here is the call graph for this function:
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Here is the caller graph for this function:
|
noexcept |
|
noexcept |
Here is the call graph for this function:
|
noexcept |
|
delete |
|
signal |
Here is the caller graph for this function:
|
signal |
Here is the caller graph for this function:| Signal<SchematicEditor> onUiDataChanged |
|
private |
|
private |
|
private |