Base class for fulfilling the ARAEditorView role as described in the ARA SDK.
More...
Inherits ARA::PlugIn::EditorView.
Base class for fulfilling the ARAEditorView role as described in the ARA SDK.
Instances of this class are constructed by the DocumentController. If you are subclassing ARAEditorView, make sure to call the base class implementation of overridden functions.
◆ getHiddenRegionSequences()
template<typename RegionSequence_t = ARARegionSequence>
std::vector<RegionSequence_t*> const& ARAEditorView::getHiddenRegionSequences |
( |
| ) |
const |
|
noexcept |
◆ doNotifySelection()
void ARAEditorView::doNotifySelection |
( |
const ARA::PlugIn::ViewSelection * |
currentSelection | ) |
|
|
overridenoexcept |
◆ doNotifyHideRegionSequences()
void ARAEditorView::doNotifyHideRegionSequences |
( |
std::vector< ARA::PlugIn::RegionSequence * > const & |
regionSequences | ) |
|
|
overridenoexcept |
◆ addListener()
void ARAEditorView::addListener |
( |
Listener * |
l | ) |
|
Subscribe l
to notified by changes to the object.
- Parameters
-
◆ removeListener()
void ARAEditorView::removeListener |
( |
Listener * |
l | ) |
|
Unsubscribe l
from object notifications.
- Parameters
-
The documentation for this class was generated from the following file: