|
Horizon
|
Public Member Functions | |
| ClipboardPackage (class IDocumentPackage &d) | |
Public Member Functions inherited from horizon::ClipboardBase | |
| json | process (const std::set< SelectableRef > &sel) |
Protected Member Functions | |
| void | serialize (json &j) override |
| IDocument & | get_doc () override |
Protected Member Functions inherited from horizon::ClipboardBase | |
| virtual void | expand_selection () |
| virtual void | serialize (json &j) |
| virtual json | serialize_junction (const class Junction &ju) |
| virtual class IDocument & | get_doc ()=0 |
Protected Attributes | |
| IDocumentPackage & | doc |
Protected Attributes inherited from horizon::ClipboardBase | |
| std::set< SelectableRef > | selection |
Additional Inherited Members | |
Static Public Member Functions inherited from horizon::ClipboardBase | |
| static std::unique_ptr< ClipboardBase > | create (class IDocument &doc) |
|
overrideprotectedvirtual |
Implements horizon::ClipboardBase.
|
overrideprotectedvirtual |
Reimplemented from horizon::ClipboardBase.