|
JUCE
|
Base class for an entity that provides access to a blocks topology. More...
Inheritance diagram for juce::TopologySource:Classes | |
| struct | Listener |
Public Member Functions | |
| virtual | ~TopologySource () |
| Destructor. More... | |
| virtual BlockTopology | getCurrentTopology () const =0 |
| Returns the current topology that this object manages. More... | |
| void | addListener (Listener *l) |
| void | removeListener (Listener *l) |
| virtual void | cancelAllActiveTouches () noexcept |
| Invoke this to force touches-off on all physical devices. More... | |
Protected Attributes | |
| juce::ListenerList< Listener > | listeners |
Base class for an entity that provides access to a blocks topology.
|
virtual |
Destructor.
|
pure virtual |
Returns the current topology that this object manages.
Implemented in juce::RuleBasedTopologySource, and juce::PhysicalTopologySource.
| void juce::TopologySource::addListener | ( | Listener * | l | ) |
| void juce::TopologySource::removeListener | ( | Listener * | l | ) |
|
virtualnoexcept |
Invoke this to force touches-off on all physical devices.
Reimplemented in juce::PhysicalTopologySource.
|
protected |