svcore
1.9
|
ViewManagerBase Class Referenceabstract
Base class for ViewManager, with no GUI content. More...
#include <ViewManagerBase.h>
Inheritance diagram for ViewManagerBase:
Collaboration diagram for ViewManagerBase:
Signals | |
void | selectionChanged () |
Emitted when the selection has changed. More... | |
void | playLoopModeChanged () |
Emitted when the play loop mode has been changed. More... | |
void | playLoopModeChanged (bool) |
void | playSelectionModeChanged () |
Emitted when the play selection mode has been changed. More... | |
void | playSelectionModeChanged (bool) |
void | playSoloModeChanged () |
Emitted when the play solo mode has been changed. More... | |
void | playSoloModeChanged (bool) |
void | alignModeChanged () |
Emitted when the alignment mode has been changed. More... | |
void | alignModeChanged (bool) |
Public Member Functions | |
virtual | ~ViewManagerBase () |
virtual void | setAudioPlaySource (AudioPlaySource *source)=0 |
virtual void | setAudioRecordTarget (AudioRecordTarget *target)=0 |
virtual sv_frame_t | alignPlaybackFrameToReference (sv_frame_t) const =0 |
virtual sv_frame_t | alignReferenceToPlaybackFrame (sv_frame_t) const =0 |
virtual const MultiSelection & | getSelection () const =0 |
virtual const MultiSelection::SelectionList & | getSelections () const =0 |
virtual sv_frame_t | constrainFrameToSelection (sv_frame_t frame) const =0 |
virtual Selection | getContainingSelection (sv_frame_t frame, bool defaultToFollowing) const =0 |
virtual bool | getPlayLoopMode () const =0 |
virtual bool | getPlaySelectionMode () const =0 |
virtual bool | getPlaySoloMode () const =0 |
virtual bool | getAlignMode () const =0 |
Detailed Description
Base class for ViewManager, with no GUI content.
This should define all of the ViewManager interface that e.g. audio I/O classes need to refer to.
Definition at line 32 of file ViewManagerBase.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 18 of file ViewManagerBase.cpp.
Member Function Documentation
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
signal |
Emitted when the selection has changed.
|
signal |
Emitted when the play loop mode has been changed.
|
signal |
|
signal |
Emitted when the play selection mode has been changed.
|
signal |
|
signal |
Emitted when the play solo mode has been changed.
|
signal |
|
signal |
Emitted when the alignment mode has been changed.
|
signal |
The documentation for this class was generated from the following files:
Generated by 1.8.11