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