![]() |
LibrePCB Developers Documentation
|
The SchematicClipboardDataBuilder class. More...
#include <schematicclipboarddatabuilder.h>
Collaboration diagram for SchematicClipboardDataBuilder:Public Member Functions | |
| SchematicClipboardDataBuilder ()=delete | |
| SchematicClipboardDataBuilder (const SchematicClipboardDataBuilder &other)=delete | |
| SchematicClipboardDataBuilder (SchematicGraphicsScene &scene) noexcept | |
| ~SchematicClipboardDataBuilder () noexcept | |
| std::unique_ptr< SchematicClipboardData > | generate (const Point &cursorPos) const noexcept |
| SchematicClipboardDataBuilder & | operator= (const SchematicClipboardDataBuilder &rhs)=delete |
Private Attributes | |
| SchematicGraphicsScene & | mScene |
The SchematicClipboardDataBuilder class.
|
delete |
|
delete |
|
explicitnoexcept |
|
noexcept |
|
noexcept |
Here is the call graph for this function:
Here is the caller graph for this function:
|
delete |
|
private |