List of all members
CopyPasteTarget Class Referenceabstract

Subclass your component from this class and the main window will focus it to allow copy pasting with shortcuts. More...

Inheritance diagram for CopyPasteTarget:
JavascriptCodeEditor TableEditor

Detailed Description

Subclass your component from this class and the main window will focus it to allow copy pasting with shortcuts.

Then, in your mouseDown method, call grabCopyAndPasteFocus(). If you call paintOutlineIfSelected from your paint method, it will be automatically highlighted.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.