#include <tracktion_Clipboard.h>
Inherits juce::DeletedAtShutdown.
◆ Clipboard()
tracktion::engine::Clipboard::Clipboard |
( |
| ) |
|
◆ ~Clipboard()
tracktion::engine::Clipboard::~Clipboard |
( |
| ) |
|
◆ clear()
void tracktion::engine::Clipboard::clear |
( |
| ) |
|
◆ isEmpty()
bool tracktion::engine::Clipboard::isEmpty |
( |
| ) |
const |
◆ setContent()
void tracktion::engine::Clipboard::setContent |
( |
std::unique_ptr< ContentType > |
newContent | ) |
|
◆ getContent()
const ContentType * tracktion::engine::Clipboard::getContent |
( |
| ) |
const |
◆ makeContent()
template<typename Type , typename... Args>
void tracktion::engine::Clipboard::makeContent |
( |
Args &&... |
args | ) |
|
◆ getContentWithType()
template<typename Type >
const Type * tracktion::engine::Clipboard::getContentWithType |
( |
| ) |
const |
◆ hasContentWithType()
template<typename Type >
bool tracktion::engine::Clipboard::hasContentWithType |
( |
| ) |
const |
◆ addListener()
void tracktion::engine::Clipboard::addListener |
( |
juce::ChangeListener * |
| ) |
|
◆ removeListener()
void tracktion::engine::Clipboard::removeListener |
( |
juce::ChangeListener * |
| ) |
|
The documentation for this class was generated from the following file: