svgui
1.9
|
#include <Overview.h>
Public Types | |
enum | TextStyle { BoxedText, OutlinedText, OutlinedItalicText } |
typedef PropertyContainer::PropertyName | PropertyName |
typedef std::set< Model * > | ModelSet |
Public Slots | |
virtual void | modelChangedWithin (int startFrame, int endFrame) |
virtual void | modelReplaced () |
virtual void | globalCentreFrameChanged (int) |
virtual void | viewCentreFrameChanged (View *, int) |
virtual void | viewZoomLevelChanged (View *, int, bool) |
virtual void | viewManagerPlaybackFrameChanged (int) |
virtual void | propertyContainerSelected (View *, PropertyContainer *pc) |
virtual void | modelChanged () |
virtual void | modelCompletionChanged () |
virtual void | modelAlignmentCompletionChanged () |
virtual void | layerParametersChanged () |
virtual void | layerParameterRangesChanged () |
virtual void | layerMeasurementRectsChanged () |
virtual void | layerNameChanged () |
virtual void | selectionChanged () |
virtual void | toolModeChanged () |
virtual void | overlayModeChanged () |
virtual void | zoomWheelsEnabledChanged () |
virtual void | cancelClicked () |
virtual void | progressCheckStalledTimerElapsed () |
Signals | |
void | propertyContainerAdded (PropertyContainer *pc) |
void | propertyContainerRemoved (PropertyContainer *pc) |
void | propertyContainerPropertyChanged (PropertyContainer *pc) |
void | propertyContainerPropertyRangeChanged (PropertyContainer *pc) |
void | propertyContainerNameChanged (PropertyContainer *pc) |
void | propertyContainerSelected (PropertyContainer *pc) |
void | propertyChanged (PropertyContainer::PropertyName) |
void | layerModelChanged () |
void | centreFrameChanged (int frame, bool globalScroll, PlaybackFollowMode followMode) |
void | zoomLevelChanged (int, bool) |
void | contextHelpChanged (const QString &) |
Public Member Functions | |
Overview (QWidget *parent=0) | |
void | registerView (View *view) |
void | unregisterView (View *view) |
virtual QString | getPropertyContainerIconName () const |
int | getStartFrame () const |
Retrieve the first visible sample frame on the widget. More... | |
void | setStartFrame (int) |
Set the widget pan based on the given first visible frame. More... | |
int | getCentreFrame () const |
Return the centre frame of the visible widget. More... | |
void | setCentreFrame (int f) |
Set the centre frame of the visible widget. More... | |
int | getEndFrame () const |
Retrieve the last visible sample frame on the widget. More... | |
int | getXForFrame (int frame) const |
Return the pixel x-coordinate corresponding to a given sample frame (which may be negative). More... | |
int | getFrameForX (int x) const |
Return the closest frame to the given pixel x-coordinate. More... | |
float | getYForFrequency (float frequency, float minFreq, float maxFreq, bool logarithmic) const |
Return the pixel y-coordinate corresponding to a given frequency, if the frequency range is as specified. More... | |
float | getFrequencyForY (int y, float minFreq, float maxFreq, bool logarithmic) const |
Return the closest frequency to the given pixel y-coordinate, if the frequency range is as specified. More... | |
int | getZoomLevel () const |
Return the zoom level, i.e. More... | |
virtual void | setZoomLevel (int z) |
Set the zoom level, i.e. More... | |
virtual void | zoom (bool in) |
Zoom in or out. More... | |
virtual void | scroll (bool right, bool lots, bool doEmit=true) |
Scroll left or right by a smallish or largish amount. More... | |
virtual void | addLayer (Layer *v) |
Add a layer to the view. More... | |
virtual void | removeLayer (Layer *v) |
Remove a layer from the view. More... | |
virtual int | getLayerCount () const |
Return the number of layers, regardless of whether visible or dormant, i.e. More... | |
virtual Layer * | getLayer (int n) |
Return the nth layer, counted in stacking order. More... | |
virtual Layer * | getFixedOrderLayer (int n) |
Return the nth layer, counted in the order they were added. More... | |
virtual Layer * | getInteractionLayer () |
Return the layer currently active for tool interaction. More... | |
virtual const Layer * | getInteractionLayer () const |
virtual Layer * | getSelectedLayer () |
Return the layer most recently selected by the user. More... | |
virtual const Layer * | getSelectedLayer () const |
virtual Layer * | getTopLayer () |
Return the "top" layer in the view, whether visible or dormant. More... | |
virtual void | setViewManager (ViewManager *m) |
virtual void | setViewManager (ViewManager *m, int initialFrame) |
virtual ViewManager * | getViewManager () const |
virtual void | setFollowGlobalPan (bool f) |
virtual bool | getFollowGlobalPan () const |
virtual void | setFollowGlobalZoom (bool f) |
virtual bool | getFollowGlobalZoom () const |
virtual bool | hasLightBackground () const |
virtual QColor | getForeground () const |
virtual QColor | getBackground () const |
virtual void | drawVisibleText (QPainter &p, int x, int y, QString text, TextStyle style) const |
virtual void | drawMeasurementRect (QPainter &p, const Layer *, QRect rect, bool focus) const |
virtual bool | shouldShowFeatureLabels () const |
virtual bool | shouldIlluminateLocalFeatures (const Layer *, QPoint &) const |
virtual bool | shouldIlluminateLocalSelection (QPoint &, bool &, bool &) const |
virtual void | setPlaybackFollow (PlaybackFollowMode m) |
virtual PlaybackFollowMode | getPlaybackFollow () const |
virtual PropertyContainer::PropertyList | getProperties () const |
virtual QString | getPropertyLabel (const PropertyName &) const |
virtual PropertyContainer::PropertyType | getPropertyType (const PropertyName &) const |
virtual int | getPropertyRangeAndValue (const PropertyName &, int *min, int *max, int *deflt) const |
virtual QString | getPropertyValueLabel (const PropertyName &, int value) const |
virtual void | setProperty (const PropertyName &, int value) |
virtual QString | getPropertyContainerName () const |
virtual int | getPropertyContainerCount () const |
virtual const PropertyContainer * | getPropertyContainer (int i) const |
virtual PropertyContainer * | getPropertyContainer (int i) |
virtual QImage * | toNewImage (int f0, int f1) |
virtual QImage * | toNewImage () |
virtual QSize | getImageSize (int f0, int f1) |
virtual QSize | getImageSize () |
virtual int | getTextLabelHeight (const Layer *layer, QPainter &) const |
virtual bool | getValueExtents (QString unit, float &min, float &max, bool &log) const |
virtual void | toXml (QTextStream &stream, QString indent="", QString extraAttributes="") const |
virtual int | getFirstVisibleFrame () const |
virtual int | getLastVisibleFrame () const |
int | getModelsStartFrame () const |
int | getModelsEndFrame () const |
ModelSet | getModels () |
Model * | getAligningModel () const |
!! More... | |
int | alignFromReference (int) const |
int | alignToReference (int) const |
int | getAlignedPlaybackFrame () const |
Protected Types | |
typedef std::set< View * > | ViewSet |
typedef std::vector< Layer * > | LayerList |
typedef std::map< Layer *, ProgressBarRec > | ProgressMap |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
virtual void | enterEvent (QEvent *) |
virtual void | leaveEvent (QEvent *) |
virtual bool | shouldLabelSelections () const |
bool | setCentreFrame (int f, bool doEmit) |
virtual void | drawSelections (QPainter &) |
virtual bool | render (QPainter &paint, int x0, int f0, int f1) |
virtual void | setPaintFont (QPainter &paint) |
int | getModelsSampleRate () const |
bool | areLayersScrollable () const |
LayerList | getScrollableBackLayers (bool testChanged, bool &changed) const |
LayerList | getNonScrollableFrontLayers (bool testChanged, bool &changed) const |
int | getZoomConstraintBlockSize (int blockSize, ZoomConstraint::RoundingDirection dir=ZoomConstraint::RoundNearest) const |
bool | areLayerColoursSignificant () const |
bool | hasTopLayerTimeXAxis () const |
void | movePlayPointer (int f) |
void | checkProgress (void *object) |
int | getProgressBarWidth () const |
Protected Attributes | |
QPoint | m_clickPos |
QPoint | m_mousePos |
bool | m_clickedInRange |
int | m_dragCentreFrame |
QTime | m_modelTestTime |
ViewSet | m_views |
int | m_centreFrame |
int | m_zoomLevel |
bool | m_followPan |
bool | m_followZoom |
PlaybackFollowMode | m_followPlay |
bool | m_followPlayIsDetached |
int | m_playPointerFrame |
bool | m_lightBackground |
bool | m_showProgress |
QPixmap * | m_cache |
int | m_cacheCentreFrame |
int | m_cacheZoomLevel |
bool | m_selectionCached |
bool | m_deleting |
LayerList | m_layerStack |
LayerList | m_fixedOrderLayers |
bool | m_haveSelectedLayer |
QString | m_lastError |
LayerList | m_lastScrollableBackLayers |
LayerList | m_lastNonScrollableBackLayers |
ProgressMap | m_progressBars |
ViewManager * | m_manager |
ViewPropertyContainer * | m_propertyContainer |
Definition at line 31 of file Overview.h.
|
protected |
Definition at line 68 of file Overview.h.
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
Overview::Overview | ( | QWidget * | parent = 0 | ) |
Definition at line 28 of file Overview.cpp.
References View::m_followPan, View::m_followZoom, m_modelTestTime, PlaybackIgnore, and View::setPlaybackFollow().
void Overview::registerView | ( | View * | view | ) |
Definition at line 80 of file Overview.cpp.
References m_views.
void Overview::unregisterView | ( | View * | view | ) |
Definition at line 87 of file Overview.cpp.
References m_views.
|
inlinevirtual |
Implements View.
Definition at line 41 of file Overview.h.
|
virtualslot |
Definition at line 41 of file Overview.cpp.
References View::getModelsEndFrame(), View::getModelsStartFrame(), View::getZoomConstraintBlockSize(), View::m_layerStack, m_modelTestTime, View::m_zoomLevel, and View::modelChangedWithin().
|
virtualslot |
Definition at line 73 of file Overview.cpp.
References View::getAlignedPlaybackFrame(), View::m_playPointerFrame, and View::modelReplaced().
|
virtualslot |
Definition at line 94 of file Overview.cpp.
|
virtualslot |
Definition at line 107 of file Overview.cpp.
References m_views.
|
virtualslot |
Definition at line 122 of file Overview.cpp.
References m_views.
|
virtualslot |
Definition at line 131 of file Overview.cpp.
References View::getAlignedPlaybackFrame(), View::getXForFrame(), and View::m_playPointerFrame.
|
protectedvirtual |
Reimplemented from View.
Definition at line 148 of file Overview.cpp.
References View::alignFromReference(), View::alignToReference(), View::centreFrameChanged(), View::getForeground(), View::getFrameForX(), View::getModelsEndFrame(), View::getModelsStartFrame(), View::getStartFrame(), View::getXForFrame(), View::getZoomConstraintBlockSize(), View::m_centreFrame, View::m_followZoom, m_views, View::m_zoomLevel, View::paintEvent(), PlaybackIgnore, and View::zoomLevelChanged().
|
protectedvirtual |
Definition at line 237 of file Overview.cpp.
References View::getAligningModel(), View::getFrameForX(), m_clickedInRange, m_clickPos, m_dragCentreFrame, and m_views.
|
protectedvirtual |
Definition at line 254 of file Overview.cpp.
References m_clickedInRange, and mouseMoveEvent().
|
protectedvirtual |
Definition at line 263 of file Overview.cpp.
References View::alignToReference(), View::centreFrameChanged(), View::getModelsEndFrame(), View::m_centreFrame, m_clickedInRange, m_clickPos, m_dragCentreFrame, View::m_followPlay, View::m_zoomLevel, PlaybackIgnore, PlaybackScrollContinuous, and PlaybackScrollPageWithCentre.
Referenced by mouseReleaseEvent().
|
protectedvirtual |
Definition at line 300 of file Overview.cpp.
References View::alignToReference(), View::centreFrameChanged(), View::getFrameForX(), m_clickedInRange, and PlaybackScrollContinuous.
|
protectedvirtual |
Definition at line 313 of file Overview.cpp.
References View::contextHelpChanged().
|
protectedvirtual |
Definition at line 319 of file Overview.cpp.
References View::contextHelpChanged().
|
inlineprotectedvirtual |
Reimplemented from View.
Definition at line 60 of file Overview.h.
|
inherited |
Retrieve the first visible sample frame on the widget.
This is a calculated value based on the centre-frame, widget width and zoom level. The result may be negative.
Definition at line 302 of file View.cpp.
References View::getFrameForX().
Referenced by Pane::edgeScrollMaybe(), View::getFirstVisibleFrame(), TimeInstantLayer::getLocalPoints(), RegionLayer::getLocalPoints(), NoteLayer::getLocalPoints(), TimeValueLayer::getLocalPoints(), FlexiNoteLayer::getLocalPoints(), TimeRulerLayer::getMajorTickSpacing(), WaveformLayer::getNormalizeGain(), View::getXForFrame(), SpectrogramLayer::invalidateImageCaches(), View::modelChangedWithin(), View::movePlayPointer(), SpectrogramLayer::paint(), paintEvent(), View::paintEvent(), Layer::paintMeasurementRect(), View::scroll(), TimeRulerLayer::snapToFeatureFrame(), Layer::updateMeasurePixrects(), Pane::wheelHorizontalFine(), and Pane::zoomToRegion().
|
inherited |
Set the widget pan based on the given first visible frame.
The frame value may be negative.
Definition at line 314 of file View.cpp.
References View::m_zoomLevel, and View::setCentreFrame().
Referenced by Pane::zoomToRegion().
|
inlineinherited |
Return the centre frame of the visible widget.
This is an exact value that does not depend on the zoom block size. Other frame values (start, end) are calculated from this based on the zoom and other factors.
Definition at line 81 of file View.h.
References View::m_centreFrame.
Referenced by SliceLayer::paint(), SpectrumLayer::paint(), and View::paintEvent().
|
inlineinherited |
Set the centre frame of the visible widget.
Definition at line 86 of file View.h.
References View::setCentreFrame().
Referenced by Pane::dragTopLayer(), Pane::edgeScrollMaybe(), View::globalCentreFrameChanged(), Pane::mouseDoubleClickEvent(), View::movePlayPointer(), View::scroll(), View::setCentreFrame(), View::setStartFrame(), View::setViewManager(), and Pane::wheelHorizontalFine().
|
protectedinherited |
Definition at line 320 of file View.cpp.
References View::alignToReference(), View::centreFrameChanged(), View::m_centreFrame, View::m_followPan, View::m_followPlay, and View::m_zoomLevel.
|
inherited |
Retrieve the last visible sample frame on the widget.
This is a calculated value based on the centre-frame, widget width and zoom level.
Definition at line 308 of file View.cpp.
References View::getFrameForX().
Referenced by Pane::edgeScrollMaybe(), View::getLastVisibleFrame(), TimeInstantLayer::getLocalPoints(), RegionLayer::getLocalPoints(), NoteLayer::getLocalPoints(), TimeValueLayer::getLocalPoints(), FlexiNoteLayer::getLocalPoints(), TimeRulerLayer::getMajorTickSpacing(), WaveformLayer::getNormalizeGain(), SpectrogramLayer::invalidateImageCaches(), View::modelChangedWithin(), View::movePlayPointer(), View::paintEvent(), Layer::paintMeasurementRect(), View::scroll(), TimeRulerLayer::snapToFeatureFrame(), Layer::updateMeasurePixrects(), Pane::wheelHorizontalFine(), and Pane::zoomToRegion().
|
inherited |
Return the pixel x-coordinate corresponding to a given sample frame (which may be negative).
Definition at line 357 of file View.cpp.
References View::getStartFrame(), and View::m_zoomLevel.
Referenced by Pane::dragTopLayer(), Pane::drawEditingSelection(), Pane::drawModelTimeExtents(), View::drawSelections(), Pane::editSelectionEnd(), NoteLayer::editStart(), FlexiNoteLayer::editStart(), RegionLayer::editStart(), TextLayer::getFeatureDescription(), TimeInstantLayer::getFeatureDescription(), NoteLayer::getFeatureDescription(), TimeValueLayer::getFeatureDescription(), FlexiNoteLayer::getFeatureDescription(), RegionLayer::getFeatureDescription(), TextLayer::getLocalPoints(), ImageLayer::getLocalPoints(), TimeInstantLayer::getLocalPoints(), RegionLayer::getLocalPoints(), NoteLayer::getLocalPoints(), TimeValueLayer::getLocalPoints(), FlexiNoteLayer::getLocalPoints(), TextLayer::getPointToDrag(), FlexiNoteLayer::getRelativeMousePosition(), Pane::getSelectionAt(), SpectrogramLayer::illuminateLocalFeatures(), SpectrogramLayer::invalidateImageCaches(), View::movePlayPointer(), TextLayer::paint(), TimeRulerLayer::paint(), TimeInstantLayer::paint(), NoteLayer::paint(), TimeValueLayer::paint(), FlexiNoteLayer::paint(), ImageLayer::paint(), SliceLayer::paint(), RegionLayer::paint(), Colour3DPlotLayer::paint(), SpectrogramLayer::paint(), paintEvent(), View::paintEvent(), Layer::paintMeasurementRect(), TextLayer::snapToFeatureFrame(), TimeInstantLayer::snapToFeatureFrame(), TimeRulerLayer::snapToFeatureFrame(), NoteLayer::snapToFeatureFrame(), ImageLayer::snapToFeatureFrame(), FlexiNoteLayer::snapToFeatureFrame(), TimeValueLayer::snapToFeatureFrame(), RegionLayer::snapToFeatureFrame(), Layer::updateMeasurePixrects(), and viewManagerPlaybackFrameChanged().
|
inherited |
Return the closest frame to the given pixel x-coordinate.
Definition at line 363 of file View.cpp.
References View::m_centreFrame, and View::m_zoomLevel.
Referenced by FlexiNoteLayer::addNote(), Pane::dragExtendSelection(), Pane::dragTopLayer(), TextLayer::drawDrag(), TimeInstantLayer::drawDrag(), NoteLayer::drawDrag(), ImageLayer::drawDrag(), FlexiNoteLayer::drawDrag(), TimeValueLayer::drawDrag(), RegionLayer::drawDrag(), Pane::drawEditingSelection(), View::drawSelections(), TextLayer::drawStart(), TimeInstantLayer::drawStart(), NoteLayer::drawStart(), ImageLayer::drawStart(), FlexiNoteLayer::drawStart(), TimeValueLayer::drawStart(), RegionLayer::drawStart(), Pane::edgeScrollMaybe(), TextLayer::editDrag(), ImageLayer::editDrag(), TimeInstantLayer::editDrag(), NoteLayer::editDrag(), FlexiNoteLayer::editDrag(), TimeValueLayer::editDrag(), RegionLayer::editDrag(), Pane::editSelectionEnd(), View::getEndFrame(), Colour3DPlotLayer::getFeatureDescription(), Pane::getFirstVisibleFrame(), TextLayer::getLocalPoints(), TimeInstantLayer::getLocalPoints(), RegionLayer::getLocalPoints(), NoteLayer::getLocalPoints(), TimeValueLayer::getLocalPoints(), FlexiNoteLayer::getLocalPoints(), FlexiNoteLayer::getNoteToEdit(), TextLayer::getPointToDrag(), RegionLayer::getPointToDrag(), NoteLayer::getPointToDrag(), FlexiNoteLayer::getPointToDrag(), Pane::getSelectionAt(), WaveformLayer::getSourceFramesForX(), View::getStartFrame(), SpectrogramLayer::getXBinRange(), Layer::getXScaleValue(), mouseDoubleClickEvent(), Pane::mouseDoubleClickEvent(), mousePressEvent(), Pane::mousePressEvent(), Pane::mouseReleaseEvent(), View::movePlayPointer(), TextLayer::paint(), TimeRulerLayer::paint(), TimeInstantLayer::paint(), NoteLayer::paint(), TimeValueLayer::paint(), SliceLayer::paint(), ImageLayer::paint(), FlexiNoteLayer::paint(), RegionLayer::paint(), Colour3DPlotLayer::paint(), SpectrogramLayer::paint(), SpectrogramLayer::paintCrosshairs(), Colour3DPlotLayer::paintDense(), paintEvent(), Pane::selectionIsBeingEdited(), Layer::setMeasureRectFromPixrect(), FlexiNoteLayer::splitEnd(), and Pane::zoomToRegion().
|
inherited |
Return the pixel y-coordinate corresponding to a given frequency, if the frequency range is as specified.
This does not imply any policy about layer frequency ranges, but it might be useful for layers to match theirs up if desired.
Not thread-safe in logarithmic mode. Call only from GUI thread.
Definition at line 377 of file View.cpp.
Referenced by SpectrogramLayer::getYForFrequency(), SpectrogramLayer::paintDrawBufferPeakFrequencies(), and PianoScale::paintPianoVertical().
|
inherited |
Return the closest frequency to the given pixel y-coordinate, if the frequency range is as specified.
Not thread-safe in logarithmic mode. Call only from GUI thread.
Definition at line 411 of file View.cpp.
Referenced by SpectrogramLayer::getFrequencyForY(), SpectrogramLayer::getSmoothedYBinRange(), and SpectrogramLayer::getYBinRange().
|
inherited |
Return the zoom level, i.e.
the number of frames per pixel
Definition at line 443 of file View.cpp.
References View::m_zoomLevel.
Referenced by WaveformLayer::getFeatureDescription(), View::getImageSize(), TimeRulerLayer::paint(), WaveformLayer::paint(), Colour3DPlotLayer::paint(), SpectrogramLayer::paint(), Colour3DPlotLayer::paintDense(), Colour3DPlotLayer::shouldPaintDenseIn(), Pane::toNewImage(), View::toNewImage(), and Pane::updateHeadsUpDisplay().
|
virtualinherited |
Set the zoom level, i.e.
the number of frames per pixel. The centre frame will be unchanged; the start and end frames will change.
Definition at line 452 of file View.cpp.
References View::m_followZoom, View::m_zoomLevel, and View::zoomLevelChanged().
Referenced by Pane::horizontalThumbwheelMoved(), View::setViewManager(), View::viewZoomLevelChanged(), Pane::wheelVertical(), View::zoom(), and Pane::zoomToRegion().
|
virtualinherited |
Zoom in or out.
Definition at line 1475 of file View.cpp.
References View::getZoomConstraintBlockSize(), View::m_zoomLevel, and View::setZoomLevel().
|
virtualinherited |
Scroll left or right by a smallish or largish amount.
Definition at line 1493 of file View.cpp.
References View::getEndFrame(), View::getModelsEndFrame(), View::getStartFrame(), View::m_centreFrame, and View::setCentreFrame().
|
virtualinherited |
Add a layer to the view.
(Normally this should be handled through some command abstraction instead of using this function directly.)
Definition at line 527 of file View.cpp.
References View::ProgressBarRec::bar, View::ProgressBarRec::cancel, View::cancelClicked(), View::ProgressBarRec::checkTimer, View::ProgressBarRec::lastCheck, View::layerMeasurementRectsChanged(), View::layerNameChanged(), View::layerParameterRangesChanged(), View::layerParametersChanged(), View::m_cache, View::m_fixedOrderLayers, View::m_layerStack, View::m_progressBars, View::modelAlignmentCompletionChanged(), View::modelChanged(), View::modelChangedWithin(), View::modelCompletionChanged(), View::modelReplaced(), View::progressCheckStalledTimerElapsed(), View::propertyContainerAdded(), and SingleColourLayer::setDefaultColourFor().
|
virtualinherited |
Remove a layer from the view.
Does not delete the layer. (Normally this should be handled through some command abstraction instead of using this function directly.)
Definition at line 594 of file View.cpp.
References View::layerNameChanged(), View::layerParameterRangesChanged(), View::layerParametersChanged(), View::m_cache, View::m_deleting, View::m_fixedOrderLayers, View::m_layerStack, View::m_progressBars, View::modelAlignmentCompletionChanged(), View::modelChanged(), View::modelChangedWithin(), View::modelCompletionChanged(), View::modelReplaced(), and View::propertyContainerRemoved().
|
inlinevirtualinherited |
Return the number of layers, regardless of whether visible or dormant, i.e.
invisible, in this view.
Definition at line 166 of file View.h.
References View::m_layerStack.
Referenced by LayerTreeModel::data(), FlexiNoteLayer::getAssociatedPitchModel(), View::getInteractionLayer(), View::getModels(), View::getSelectedLayer(), LayerTreeModel::LayerTreeModel(), LayerTreeModel::playParametersAudibilityChanged(), LayerTreeModel::propertyContainerPropertyChanged(), Pane::propertyContainerSelected(), ModelMetadataModel::rebuildModelSet(), LayerTreeModel::rowCount(), LayerTreeModel::setData(), Pane::updateHeadsUpDisplay(), Pane::updateVerticalPanner(), Pane::verticalThumbwheelMoved(), and Pane::verticalZoomChanged().
|
inlinevirtualinherited |
Return the nth layer, counted in stacking order.
That is, layer 0 is the bottom layer and layer "getLayerCount()-1" is the top one. The returned layer may be visible or it may be dormant, i.e. invisible.
Definition at line 174 of file View.h.
References View::m_layerStack.
Referenced by LayerTreeModel::data(), FlexiNoteLayer::getAssociatedPitchModel(), View::getInteractionLayer(), View::getModels(), View::getSelectedLayer(), LayerTreeModel::LayerTreeModel(), TimeRulerLayer::paint(), LayerTreeModel::playParametersAudibilityChanged(), LayerTreeModel::propertyContainerPropertyChanged(), Pane::propertyContainerSelected(), ModelMetadataModel::rebuildModelSet(), LayerTreeModel::setData(), FlexiNoteLayer::setVerticalRangeToNoteRange(), Pane::updateHeadsUpDisplay(), Pane::updateVerticalPanner(), Pane::verticalThumbwheelMoved(), and Pane::verticalZoomChanged().
|
inlinevirtualinherited |
Return the nth layer, counted in the order they were added.
Unlike the stacking order used in getLayer(), which changes each time a layer is selected, this ordering remains fixed. The returned layer may be visible or it may be dormant, i.e. invisible.
Definition at line 186 of file View.h.
References View::m_fixedOrderLayers.
|
virtualinherited |
Return the layer currently active for tool interaction.
This is the topmost non-dormant (i.e. visible) layer in the view. If there are no visible layers in the view, return 0.
Definition at line 650 of file View.cpp.
References View::getLayer(), View::getLayerCount(), View::getSelectedLayer(), Layer::isLayerDormant(), and View::m_layerStack.
Referenced by Pane::dragExtendSelection(), Pane::editSelectionEnd(), View::getInteractionLayer(), Pane::mouseDoubleClickEvent(), Pane::mouseMoveEvent(), Pane::mousePressEvent(), Pane::mouseReleaseEvent(), Pane::shouldIlluminateLocalFeatures(), Pane::shouldIlluminateLocalSelection(), and Pane::updateContextHelp().
|
virtualinherited |
Definition at line 670 of file View.cpp.
References View::getInteractionLayer().
|
virtualinherited |
Return the layer most recently selected by the user.
This is the layer that any non-tool-driven commands should operate on, in the case where this view is the "current" one.
If the user has selected the view itself more recently than any of the layers on it, this function will return 0, and any non-tool-driven layer commands should be deactivated while this view is current. It will also return 0 if there are no layers in the view.
Note that, unlike getInteractionLayer(), this could return an invisible (dormant) layer.
Definition at line 676 of file View.cpp.
References View::getLayer(), View::getLayerCount(), View::m_haveSelectedLayer, and View::m_layerStack.
Referenced by View::getInteractionLayer(), and View::getSelectedLayer().
|
virtualinherited |
Definition at line 686 of file View.cpp.
References View::getSelectedLayer().
|
inlinevirtualinherited |
Return the "top" layer in the view, whether visible or dormant.
This is the same as getLayer(getLayerCount()-1) if there is at least one layer, and 0 otherwise.
For most purposes involving interaction or commands, you probably want either getInteractionLayer() or getSelectedLayer() instead.
Definition at line 227 of file View.h.
References View::m_layerStack.
Referenced by Pane::getImageSize(), Pane::getTopLayerDisplayExtents(), Pane::mouseDoubleClickEvent(), Pane::mouseMoveEvent(), Pane::mousePressEvent(), Pane::mouseReleaseEvent(), Pane::paintEvent(), Pane::render(), Pane::setTopLayerDisplayExtents(), and Pane::toNewImage().
|
virtualinherited |
Definition at line 692 of file View.cpp.
References View::centreFrameChanged(), View::getAlignedPlaybackFrame(), ViewManager::getGlobalCentreFrame(), ViewManager::getGlobalZoom(), ViewManager::getPlaybackFrame(), View::globalCentreFrameChanged(), View::m_followPan, View::m_followPlay, View::m_followZoom, View::m_manager, View::movePlayPointer(), View::overlayModeChanged(), PlaybackIgnore, PlaybackScrollContinuous, PlaybackScrollPage, PlaybackScrollPageWithCentre, View::selectionChanged(), View::setCentreFrame(), View::setZoomLevel(), View::toolModeChanged(), View::viewCentreFrameChanged(), View::viewManagerPlaybackFrameChanged(), View::viewZoomLevelChanged(), View::zoomLevelChanged(), and View::zoomWheelsEnabledChanged().
Referenced by PaneStack::insertPane(), and View::setViewManager().
|
virtualinherited |
Definition at line 766 of file View.cpp.
References View::setCentreFrame(), and View::setViewManager().
|
inlinevirtualinherited |
Definition at line 233 of file View.h.
References View::m_manager.
Referenced by Colour3DPlotLayer::getFeatureDescription(), TimeRulerLayer::paint(), SliceLayer::paint(), WaveformLayer::paint(), Colour3DPlotLayer::paint(), Colour3DPlotLayer::paintDense(), and Colour3DPlotLayer::shouldPaintDenseIn().
|
virtualinherited |
Definition at line 773 of file View.cpp.
References View::m_followPan, View::m_propertyContainer, and View::propertyContainerPropertyChanged().
Referenced by View::setProperty().
|
inlinevirtualinherited |
Definition at line 236 of file View.h.
References View::m_followPan.
|
virtualinherited |
Definition at line 780 of file View.cpp.
References View::m_followZoom, View::m_propertyContainer, and View::propertyContainerPropertyChanged().
Referenced by View::setProperty().
|
inlinevirtualinherited |
Definition at line 239 of file View.h.
References View::m_followZoom.
|
virtualinherited |
Definition at line 463 of file View.cpp.
References Layer::ColourAbsent, Layer::ColourAndBackgroundSignificant, ViewManager::getGlobalDarkBackground(), View::m_layerStack, and View::m_manager.
Referenced by Pane::drawCentreLine(), Pane::drawFeatureDescription(), View::drawMeasurementRect(), Pane::drawModelTimeExtents(), View::getBackground(), View::getForeground(), WaveformLayer::paint(), and SingleColourLayer::setDefaultColourFor().
|
virtualinherited |
Definition at line 513 of file View.cpp.
References View::hasLightBackground().
Referenced by Pane::drawEditingSelection(), Pane::drawLayerNames(), View::drawSelections(), Pane::drawVerticalScale(), View::drawVisibleText(), SingleColourLayer::getForegroundQColor(), SpectrogramLayer::illuminateLocalFeatures(), TextLayer::paint(), NoteLayer::paint(), FlexiNoteLayer::paint(), ImageLayer::paint(), RegionLayer::paint(), Colour3DPlotLayer::paint(), paintEvent(), View::paintEvent(), Colour3DPlotLayer::paintVerticalScale(), SpectrogramLayer::paintVerticalScale(), Pane::render(), and View::render().
|
virtualinherited |
Definition at line 493 of file View.cpp.
References View::hasLightBackground().
Referenced by Pane::drawVerticalScale(), View::drawVisibleText(), SingleColourLayer::getBackgroundQColor(), TextLayer::paint(), ImageLayer::paint(), Colour3DPlotLayer::paint(), View::paintEvent(), SpectrogramLayer::paintVerticalScale(), Pane::render(), and View::render().
|
virtualinherited |
Definition at line 787 of file View.cpp.
References View::getBackground(), View::getForeground(), View::OutlinedItalicText, and View::OutlinedText.
Referenced by Pane::drawAlignmentStatus(), Pane::drawCentreLine(), Pane::drawDurationAndRate(), Pane::drawEditingSelection(), Pane::drawLayerNames(), View::drawMeasurementRect(), Pane::drawWorkTitle(), TimeRulerLayer::paint(), TimeInstantLayer::paint(), NoteLayer::paint(), TimeValueLayer::paint(), FlexiNoteLayer::paint(), RegionLayer::paint(), SpectrumLayer::paintCrosshairs(), SpectrogramLayer::paintCrosshairs(), and Colour3DPlotLayer::paintVerticalScale().
|
virtualinherited |
Definition at line 2097 of file View.cpp.
References View::drawVisibleText(), Layer::getXScaleValue(), Layer::getYScaleDifference(), Layer::getYScaleValue(), View::hasLightBackground(), and View::OutlinedText.
Referenced by Layer::paintMeasurementRect().
|
inlinevirtualinherited |
Definition at line 257 of file View.h.
References View::m_manager, and ViewManager::shouldShowFeatureLabels().
Referenced by TimeValueLayer::paint().
|
inlinevirtualinherited |
Reimplemented in Pane.
Definition at line 260 of file View.h.
Referenced by SpectrogramLayer::illuminateLocalFeatures(), Colour3DPlotLayer::isLayerScrollable(), TextLayer::isLayerScrollable(), TimeInstantLayer::isLayerScrollable(), NoteLayer::isLayerScrollable(), RegionLayer::isLayerScrollable(), FlexiNoteLayer::isLayerScrollable(), TimeValueLayer::isLayerScrollable(), TextLayer::paint(), TimeInstantLayer::paint(), NoteLayer::paint(), TimeValueLayer::paint(), FlexiNoteLayer::paint(), RegionLayer::paint(), and Colour3DPlotLayer::paint().
|
inlinevirtualinherited |
Reimplemented in Pane.
Definition at line 263 of file View.h.
Referenced by View::drawSelections(), and View::paintEvent().
|
virtualinherited |
Definition at line 837 of file View.cpp.
References View::m_followPlay, View::m_propertyContainer, and View::propertyContainerPropertyChanged().
Referenced by Overview(), and View::setProperty().
|
inlinevirtualinherited |
Definition at line 268 of file View.h.
References View::m_followPlay.
|
virtualinherited |
Definition at line 82 of file View.cpp.
Referenced by ViewPropertyContainer::getProperties().
|
virtualinherited |
Definition at line 92 of file View.cpp.
Referenced by ViewPropertyContainer::getPropertyLabel().
|
virtualinherited |
Definition at line 101 of file View.cpp.
Referenced by ViewPropertyContainer::getPropertyType().
|
virtualinherited |
Definition at line 110 of file View.cpp.
References View::m_followPan, View::m_followPlay, View::m_followZoom, PlaybackIgnore, PlaybackScrollContinuous, PlaybackScrollPage, and PlaybackScrollPageWithCentre.
Referenced by ViewPropertyContainer::getPropertyRangeAndValue().
|
virtualinherited |
Definition at line 133 of file View.cpp.
Referenced by ViewPropertyContainer::getPropertyValueLabel().
|
virtualinherited |
Definition at line 148 of file View.cpp.
References PlaybackIgnore, PlaybackScrollContinuous, PlaybackScrollPageWithCentre, View::setFollowGlobalPan(), View::setFollowGlobalZoom(), and View::setPlaybackFollow().
Referenced by ViewPropertyContainer::setProperty().
|
inlinevirtualinherited |
Definition at line 284 of file View.h.
Referenced by ViewPropertyContainer::getPropertyContainerName().
|
virtualinherited |
Definition at line 165 of file View.cpp.
References View::m_fixedOrderLayers.
Referenced by PropertyStack::containsContainer(), and PropertyStack::repopulate().
|
virtualinherited |
Definition at line 171 of file View.cpp.
Referenced by PropertyStack::containsContainer(), PropertyStack::repopulate(), and PaneStack::setCurrentLayer().
|
virtualinherited |
Definition at line 178 of file View.cpp.
References View::m_fixedOrderLayers, and View::m_propertyContainer.
|
virtualinherited |
Reimplemented in Pane.
Definition at line 2450 of file View.cpp.
References View::getZoomLevel(), and View::render().
|
virtualinherited |
Reimplemented in Pane.
Definition at line 2441 of file View.cpp.
References View::getModelsEndFrame(), and View::getModelsStartFrame().
Referenced by Pane::toNewImage().
|
virtualinherited |
|
virtualinherited |
Reimplemented in Pane.
Definition at line 2469 of file View.cpp.
References View::getModelsEndFrame(), and View::getModelsStartFrame().
Referenced by Pane::getImageSize().
|
virtualinherited |
Definition at line 222 of file View.cpp.
References View::m_layerStack.
Referenced by TimeInstantLayer::paint(), TimeValueLayer::paint(), and RegionLayer::paint().
|
virtualinherited |
Definition at line 185 of file View.cpp.
References View::m_layerStack.
Referenced by NoteLayer::getScaleExtents(), RegionLayer::getScaleExtents(), TimeValueLayer::getScaleExtents(), and FlexiNoteLayer::getScaleExtents().
|
virtualinherited |
Reimplemented in Pane.
Definition at line 2487 of file View.cpp.
References View::m_centreFrame, View::m_fixedOrderLayers, View::m_followPan, View::m_followPlay, View::m_followZoom, View::m_zoomLevel, PlaybackScrollContinuous, PlaybackScrollPage, and PlaybackScrollPageWithCentre.
Referenced by Pane::toXml().
|
virtualinherited |
Reimplemented in Pane.
Definition at line 1172 of file View.cpp.
References View::getModelsStartFrame(), and View::getStartFrame().
Referenced by Pane::getFirstVisibleFrame().
|
virtualinherited |
Definition at line 1181 of file View.cpp.
References View::getEndFrame(), and View::getModelsEndFrame().
|
inherited |
Definition at line 1190 of file View.cpp.
References View::m_layerStack.
Referenced by View::getFirstVisibleFrame(), View::getImageSize(), View::getModelsEndFrame(), modelChangedWithin(), paintEvent(), and View::toNewImage().
|
inherited |
Definition at line 1211 of file View.cpp.
References View::getModelsStartFrame(), and View::m_layerStack.
Referenced by Pane::dragTopLayer(), View::getImageSize(), View::getLastVisibleFrame(), modelChangedWithin(), mouseMoveEvent(), TimeValueLayer::paint(), paintEvent(), View::scroll(), View::toNewImage(), Pane::wheelHorizontalFine(), and Pane::zoomToRegion().
|
inherited |
Definition at line 1251 of file View.cpp.
References View::getLayer(), View::getLayerCount(), and Layer::getModel().
|
inherited |
!!
Definition at line 1273 of file View.cpp.
References ViewManager::getAlignMode(), Layer::getModel(), ViewManager::getPlaybackModel(), Layer::isLayerOpaque(), View::m_layerStack, and View::m_manager.
Referenced by View::alignFromReference(), View::alignToReference(), View::getAlignedPlaybackFrame(), and mousePressEvent().
|
inherited |
Definition at line 1313 of file View.cpp.
References View::getAligningModel(), ViewManager::getAlignMode(), and View::m_manager.
Referenced by Layer::alignFromReference(), View::drawSelections(), View::globalCentreFrameChanged(), and paintEvent().
|
inherited |
Definition at line 1322 of file View.cpp.
References View::getAligningModel(), ViewManager::getAlignMode(), and View::m_manager.
Referenced by Layer::alignToReference(), Pane::dragExtendSelection(), mouseDoubleClickEvent(), mouseMoveEvent(), Pane::mousePressEvent(), paintEvent(), and View::setCentreFrame().
|
inherited |
Definition at line 1331 of file View.cpp.
References View::getAligningModel(), ViewManager::getAlignMode(), ViewManager::getPlaybackFrame(), and View::m_manager.
Referenced by modelReplaced(), View::setViewManager(), viewManagerPlaybackFrameChanged(), and View::viewManagerPlaybackFrameChanged().
|
signalinherited |
Referenced by View::addLayer().
|
signalinherited |
Referenced by View::removeLayer().
|
signalinherited |
|
signalinherited |
Referenced by View::layerParameterRangesChanged().
|
signalinherited |
Referenced by View::layerNameChanged().
|
signalinherited |
Referenced by Pane::propertyContainerSelected(), and View::propertyContainerSelected().
|
virtualslotinherited |
Definition at line 245 of file View.cpp.
References View::m_cache, View::m_haveSelectedLayer, View::m_layerStack, View::m_propertyContainer, and View::propertyContainerSelected().
|
signalinherited |
|
signalinherited |
Referenced by View::modelChanged().
|
signalinherited |
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), paintEvent(), View::setCentreFrame(), and View::setViewManager().
|
signalinherited |
Referenced by paintEvent(), View::setViewManager(), and View::setZoomLevel().
|
signalinherited |
|
virtualslotinherited |
Definition at line 844 of file View.cpp.
References View::checkProgress(), View::getScrollableBackLayers(), View::layerModelChanged(), and View::m_cache.
Referenced by View::addLayer(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 929 of file View.cpp.
References View::checkProgress().
Referenced by View::addLayer(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 938 of file View.cpp.
References View::checkProgress().
Referenced by View::addLayer(), Pane::modelAlignmentCompletionChanged(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 959 of file View.cpp.
References View::m_cache, and View::propertyContainerPropertyChanged().
Referenced by View::addLayer(), Pane::layerParametersChanged(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 977 of file View.cpp.
References View::propertyContainerPropertyRangeChanged().
Referenced by View::addLayer(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 984 of file View.cpp.
Referenced by View::addLayer().
|
virtualslotinherited |
Definition at line 991 of file View.cpp.
References View::propertyContainerNameChanged().
Referenced by View::addLayer(), and View::removeLayer().
|
virtualslotinherited |
Definition at line 1161 of file View.cpp.
References View::m_cache, and View::m_selectionCached.
Referenced by View::setViewManager().
|
virtualslotinherited |
Definition at line 282 of file View.cpp.
Referenced by View::setViewManager().
|
virtualslotinherited |
Definition at line 288 of file View.cpp.
References View::m_cache.
Referenced by View::setViewManager().
|
virtualslotinherited |
Definition at line 296 of file View.cpp.
Referenced by View::setViewManager().
|
virtualslotinherited |
Definition at line 1513 of file View.cpp.
References Layer::getModel(), and View::m_progressBars.
Referenced by View::addLayer().
|
virtualslotinherited |
Definition at line 1622 of file View.cpp.
References View::m_progressBars.
Referenced by View::addLayer().
|
protectedvirtualinherited |
Definition at line 1950 of file View.cpp.
References View::alignFromReference(), View::areLayerColoursSignificant(), View::getForeground(), View::getFrameForX(), ViewManager::getInProgressSelection(), View::getModelsSampleRate(), ViewManager::getSelections(), View::getXForFrame(), View::hasTopLayerTimeXAxis(), ViewManager::haveInProgressSelection(), View::m_manager, View::shouldIlluminateLocalSelection(), View::shouldLabelSelections(), and ViewManager::shouldShowSelectionExtents().
Referenced by View::paintEvent().
|
protectedvirtualinherited |
Reimplemented in Pane.
Definition at line 2336 of file View.cpp.
References View::getBackground(), View::getForeground(), View::m_centreFrame, View::m_layerStack, and View::m_zoomLevel.
Referenced by Pane::render(), and View::toNewImage().
|
protectedvirtualinherited |
Definition at line 1654 of file View.cpp.
Referenced by Pane::paintEvent(), and View::paintEvent().
|
protectedinherited |
!! Just go for the first, for now. If we were supporting
!! nah, this wants to always return the sr of the main model!
Definition at line 1234 of file View.cpp.
References View::m_layerStack.
Referenced by Pane::drawEditingSelection(), View::drawSelections(), and Pane::paintEvent().
|
protectedinherited |
Definition at line 1346 of file View.cpp.
References View::m_layerStack.
|
protectedinherited |
Definition at line 1356 of file View.cpp.
References View::m_lastScrollableBackLayers, and View::m_layerStack.
Referenced by View::modelChanged(), View::modelChangedWithin(), and View::paintEvent().
|
protectedinherited |
Definition at line 1392 of file View.cpp.
References View::m_lastNonScrollableBackLayers, and View::m_layerStack.
Referenced by View::paintEvent().
|
protectedinherited |
Definition at line 1424 of file View.cpp.
References View::m_layerStack.
Referenced by Pane::horizontalThumbwheelMoved(), modelChangedWithin(), paintEvent(), Pane::updateHeadsUpDisplay(), Pane::wheelVertical(), View::zoom(), and Pane::zoomToRegion().
|
protectedinherited |
Definition at line 1455 of file View.cpp.
References Layer::ColourHasMeaningfulValue, and View::m_layerStack.
Referenced by View::drawSelections().
|
protectedinherited |
Definition at line 1466 of file View.cpp.
References View::m_layerStack.
Referenced by View::drawSelections(), Pane::mouseMoveEvent(), Pane::mousePressEvent(), Pane::mouseReleaseEvent(), Pane::paintEvent(), and Pane::updateContextHelp().
|
protectedinherited |
Definition at line 1037 of file View.cpp.
References View::getEndFrame(), View::getFrameForX(), ViewManager::getPlaySelectionMode(), ViewManager::getSelections(), View::getStartFrame(), View::getXForFrame(), ViewManager::isPlaying(), View::m_followPlay, View::m_followPlayIsDetached, View::m_manager, View::m_playPointerFrame, PlaybackIgnore, PlaybackScrollContinuous, PlaybackScrollPage, PlaybackScrollPageWithCentre, and View::setCentreFrame().
Referenced by View::setViewManager(), and View::viewManagerPlaybackFrameChanged().
|
protectedinherited |
!!
Definition at line 1532 of file View.cpp.
References View::m_lastError, View::m_progressBars, and View::m_showProgress.
Referenced by View::modelAlignmentCompletionChanged(), View::modelChanged(), View::modelChangedWithin(), and View::modelCompletionChanged().
|
protectedinherited |
Definition at line 1641 of file View.cpp.
References View::m_progressBars.
Referenced by Pane::drawDurationAndRate().
|
protected |
Definition at line 62 of file Overview.h.
Referenced by mouseMoveEvent(), and mousePressEvent().
|
protected |
Definition at line 63 of file Overview.h.
|
protected |
Definition at line 64 of file Overview.h.
Referenced by mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), and mouseReleaseEvent().
|
protected |
Definition at line 65 of file Overview.h.
Referenced by mouseMoveEvent(), and mousePressEvent().
|
protected |
Definition at line 66 of file Overview.h.
Referenced by modelChangedWithin(), and Overview().
|
protected |
Definition at line 69 of file Overview.h.
Referenced by mousePressEvent(), paintEvent(), registerView(), unregisterView(), viewCentreFrameChanged(), and viewZoomLevelChanged().
|
protectedinherited |
Definition at line 408 of file View.h.
Referenced by Pane::dragTopLayer(), Pane::drawCentreLine(), Pane::edgeScrollMaybe(), View::getCentreFrame(), View::getFrameForX(), mouseMoveEvent(), Pane::mousePressEvent(), paintEvent(), View::paintEvent(), View::render(), View::scroll(), View::setCentreFrame(), View::toXml(), and Pane::wheelHorizontalFine().
|
protectedinherited |
Definition at line 409 of file View.h.
Referenced by View::getFrameForX(), View::getXForFrame(), View::getZoomLevel(), modelChangedWithin(), mouseMoveEvent(), paintEvent(), View::paintEvent(), View::render(), View::setCentreFrame(), View::setStartFrame(), View::setZoomLevel(), View::toXml(), Pane::wheelHorizontalFine(), Pane::wheelVertical(), View::zoom(), and Pane::zoomToRegion().
|
protectedinherited |
Definition at line 410 of file View.h.
Referenced by View::getFollowGlobalPan(), View::getPropertyRangeAndValue(), View::globalCentreFrameChanged(), Overview(), View::setCentreFrame(), View::setFollowGlobalPan(), View::setViewManager(), and View::toXml().
|
protectedinherited |
Definition at line 411 of file View.h.
Referenced by View::getFollowGlobalZoom(), View::getPropertyRangeAndValue(), Overview(), paintEvent(), View::setFollowGlobalZoom(), View::setViewManager(), View::setZoomLevel(), View::toXml(), Pane::viewZoomLevelChanged(), and View::viewZoomLevelChanged().
|
protectedinherited |
Definition at line 412 of file View.h.
Referenced by Pane::edgeScrollMaybe(), View::getPlaybackFollow(), View::getPropertyRangeAndValue(), mouseMoveEvent(), Pane::mousePressEvent(), View::movePlayPointer(), View::paintEvent(), View::setCentreFrame(), View::setPlaybackFollow(), View::setViewManager(), and View::toXml().
|
protectedinherited |
Definition at line 413 of file View.h.
Referenced by View::movePlayPointer().
|
protectedinherited |
Definition at line 414 of file View.h.
Referenced by modelReplaced(), View::movePlayPointer(), View::paintEvent(), and viewManagerPlaybackFrameChanged().
|
protectedinherited |
Definition at line 416 of file View.h.
Referenced by View::checkProgress().
|
protectedinherited |
Definition at line 418 of file View.h.
Referenced by View::addLayer(), View::layerParametersChanged(), View::modelChanged(), View::modelChangedWithin(), View::modelReplaced(), View::overlayModeChanged(), View::paintEvent(), View::propertyContainerSelected(), View::removeLayer(), and View::selectionChanged().
|
protectedinherited |
Definition at line 419 of file View.h.
Referenced by View::paintEvent().
|
protectedinherited |
Definition at line 420 of file View.h.
Referenced by View::paintEvent().
|
protectedinherited |
Definition at line 421 of file View.h.
Referenced by View::paintEvent(), and View::selectionChanged().
|
protectedinherited |
Definition at line 423 of file View.h.
Referenced by View::removeLayer(), and View::~View().
|
protectedinherited |
Definition at line 425 of file View.h.
Referenced by View::addLayer(), View::areLayerColoursSignificant(), View::areLayersScrollable(), Pane::drawCentreLine(), Pane::drawLayerNames(), Pane::drawVerticalScale(), View::getAligningModel(), View::getInteractionLayer(), View::getLayer(), View::getLayerCount(), View::getModelsEndFrame(), View::getModelsSampleRate(), View::getModelsStartFrame(), View::getNonScrollableFrontLayers(), View::getScrollableBackLayers(), View::getSelectedLayer(), View::getTextLabelHeight(), Pane::getTopFlexiNoteLayer(), View::getTopLayer(), View::getValueExtents(), View::getZoomConstraintBlockSize(), View::hasLightBackground(), View::hasTopLayerTimeXAxis(), Pane::horizontalThumbwheelMoved(), modelChangedWithin(), Pane::paintEvent(), View::paintEvent(), View::propertyContainerSelected(), View::removeLayer(), View::render(), Pane::updateHeadsUpDisplay(), and Pane::zoomToRegion().
|
protectedinherited |
Definition at line 426 of file View.h.
Referenced by View::addLayer(), View::getFixedOrderLayer(), View::getPropertyContainer(), View::getPropertyContainerCount(), View::removeLayer(), and View::toXml().
|
protectedinherited |
Definition at line 427 of file View.h.
Referenced by View::getSelectedLayer(), and View::propertyContainerSelected().
|
protectedinherited |
Definition at line 429 of file View.h.
Referenced by View::checkProgress().
|
mutableprotectedinherited |
Definition at line 432 of file View.h.
Referenced by View::getScrollableBackLayers().
|
mutableprotectedinherited |
Definition at line 433 of file View.h.
Referenced by View::getNonScrollableFrontLayers().
|
protectedinherited |
Definition at line 442 of file View.h.
Referenced by View::addLayer(), View::cancelClicked(), View::checkProgress(), View::getProgressBarWidth(), View::progressCheckStalledTimerElapsed(), and View::removeLayer().
|
protectedinherited |
Definition at line 444 of file View.h.
Referenced by View::alignFromReference(), View::alignToReference(), Pane::dragExtendSelection(), Pane::dragTopLayer(), Pane::drawCentreLine(), Pane::drawDurationAndRate(), Pane::drawLayerNames(), View::drawSelections(), Pane::drawVerticalScale(), Pane::edgeScrollMaybe(), Pane::editSelectionEnd(), Pane::editSelectionStart(), Pane::editVerticalPannerExtents(), View::getAlignedPlaybackFrame(), View::getAligningModel(), Pane::getImageSize(), Pane::getSelectionAt(), View::getViewManager(), View::hasLightBackground(), Pane::mouseDoubleClickEvent(), Pane::mouseMoveEvent(), Pane::mousePressEvent(), Pane::mouseReleaseEvent(), View::movePlayPointer(), Pane::paintEvent(), View::paintEvent(), Pane::playbackScheduleTimerElapsed(), Pane::render(), View::setViewManager(), Pane::shouldIlluminateLocalFeatures(), Pane::shouldIlluminateLocalSelection(), View::shouldShowFeatureLabels(), Pane::toNewImage(), Pane::toolModeChanged(), Pane::updateContextHelp(), Pane::updateHeadsUpDisplay(), Pane::updateVerticalPanner(), View::viewManagerPlaybackFrameChanged(), and Pane::viewZoomLevelChanged().
|
protectedinherited |
Definition at line 445 of file View.h.
Referenced by View::getPropertyContainer(), View::propertyContainerSelected(), View::setFollowGlobalPan(), View::setFollowGlobalZoom(), View::setPlaybackFollow(), and View::~View().