#include <FlexiNoteLayer.h>

Inheritance diagram for FlexiNoteLayer:
Inheritance graph
Collaboration diagram for FlexiNoteLayer:
Collaboration graph

Public Types

enum  VerticalScale { AutoAlignScale, LinearScale, LogScale, MIDIRangeScale }
 
enum  EditMode { DragNote, RightBoundary, SplitNote, LeftBoundary }
 
enum  VerticalPosition { PositionTop, PositionMiddle, PositionBottom }
 
enum  SnapType { SnapLeft, SnapRight, SnapNeighbouring }
 
enum  ColourSignificance {
  ColourAbsent, ColourIrrelevant, ColourDistinguishes, ColourAndBackgroundSignificant,
  ColourHasMeaningfulValue
}
 

Public Slots

void showLayer (LayerGeometryProvider *, bool show)
 Change the visibility status (dormancy) of the layer in the given view. More...
 

Signals

void reAnalyseRegion (sv_frame_t, sv_frame_t, float, float)
 
void materialiseReAnalysis ()
 
void modelChanged (ModelId)
 
void modelCompletionChanged (ModelId)
 
void modelAlignmentCompletionChanged (ModelId)
 
void modelChangedWithin (ModelId, sv_frame_t startFrame, sv_frame_t endFrame)
 
void modelReplaced ()
 
void layerParametersChanged ()
 
void layerParameterRangesChanged ()
 
void layerMeasurementRectsChanged ()
 
void layerNameChanged ()
 
void verticalZoomChanged ()
 

Public Member Functions

 FlexiNoteLayer ()
 
void paint (LayerGeometryProvider *v, QPainter &paint, QRect rect) const override
 Paint the given rectangle of this layer onto the given view using the given painter, superimposing it on top of any existing material in that view. More...
 
int getVerticalScaleWidth (LayerGeometryProvider *v, bool, QPainter &) const override
 
void paintVerticalScale (LayerGeometryProvider *v, bool, QPainter &paint, QRect rect) const override
 
QString getFeatureDescription (LayerGeometryProvider *v, QPoint &) const override
 
bool snapToFeatureFrame (LayerGeometryProvider *v, sv_frame_t &frame, int &resolution, SnapType snap, int ycoord) const override
 Adjust the given frame to snap to the nearest feature, if possible. More...
 
void drawStart (LayerGeometryProvider *v, QMouseEvent *) override
 
void drawDrag (LayerGeometryProvider *v, QMouseEvent *) override
 
void drawEnd (LayerGeometryProvider *v, QMouseEvent *) override
 
void eraseStart (LayerGeometryProvider *v, QMouseEvent *) override
 
void eraseDrag (LayerGeometryProvider *v, QMouseEvent *) override
 
void eraseEnd (LayerGeometryProvider *v, QMouseEvent *) override
 
void editStart (LayerGeometryProvider *v, QMouseEvent *) override
 
void editDrag (LayerGeometryProvider *v, QMouseEvent *) override
 
void editEnd (LayerGeometryProvider *v, QMouseEvent *) override
 
void splitStart (LayerGeometryProvider *v, QMouseEvent *) override
 
void splitEnd (LayerGeometryProvider *v, QMouseEvent *) override
 
void addNote (LayerGeometryProvider *v, QMouseEvent *e) override
 
virtual void mouseMoveEvent (LayerGeometryProvider *v, QMouseEvent *)
 
bool editOpen (LayerGeometryProvider *v, QMouseEvent *) override
 Open an editor on the item under the mouse (e.g. More...
 
void moveSelection (Selection s, sv_frame_t newStartFrame) override
 
void resizeSelection (Selection s, Selection newSize) override
 
void deleteSelection (Selection s) override
 
virtual void deleteSelectionInclusive (Selection s)
 
void copy (LayerGeometryProvider *v, Selection s, Clipboard &to) override
 
bool paste (LayerGeometryProvider *v, const Clipboard &from, sv_frame_t frameOffset, bool interactive) override
 Paste from the given clipboard onto the layer at the given frame offset. More...
 
void splitNotesAt (LayerGeometryProvider *v, sv_frame_t frame)
 
void snapSelectedNotesToPitchTrack (LayerGeometryProvider *v, Selection s)
 
void mergeNotes (LayerGeometryProvider *v, Selection s, bool inclusive)
 
ModelId getModel () const override
 Return the ID of the model represented in this layer. More...
 
void setModel (ModelId model)
 
PropertyList getProperties () const override
 
QString getPropertyLabel (const PropertyName &) const override
 
PropertyType getPropertyType (const PropertyName &) const override
 
QString getPropertyGroupName (const PropertyName &) const override
 
int getPropertyRangeAndValue (const PropertyName &, int *min, int *max, int *deflt) const override
 
QString getPropertyValueLabel (const PropertyName &, int value) const override
 
void setProperty (const PropertyName &, int value) override
 
void setIntelligentActions (bool on)
 
void setVerticalScale (VerticalScale scale)
 
VerticalScale getVerticalScale () const
 
bool isLayerScrollable (const LayerGeometryProvider *v) const override
 This should return true if the layer can safely be scrolled automatically by a given view (simply copying the existing data and then refreshing the exposed area) without altering its meaning. More...
 
bool isLayerEditable () const override
 This should return true if the layer can be edited by the user. More...
 
int getCompletion (LayerGeometryProvider *) const override
 Return the proportion of background work complete in drawing this view, as a percentage – in most cases this will be the value returned by pointer from a call to the underlying model's isReady(int *) call. More...
 
bool getValueExtents (double &min, double &max, bool &log, QString &unit) const override
 Return the minimum and maximum values for the y axis of the model in this layer, as well as whether the layer is configured to use a logarithmic y axis display. More...
 
bool getDisplayExtents (double &min, double &max) const override
 Return the minimum and maximum values within the visible area for the y axis of this layer. More...
 
bool setDisplayExtents (double min, double max) override
 Set the displayed minimum and maximum values for the y axis to the given range, if supported. More...
 
int getVerticalZoomSteps (int &defaultStep) const override
 Get the number of vertical zoom steps available for this layer. More...
 
int getCurrentVerticalZoomStep () const override
 Get the current vertical zoom step. More...
 
void setVerticalZoomStep (int) override
 !! lots of duplication with TimeValueLayer More...
 
RangeMapper * getNewVerticalZoomRangeMapper () const override
 Create and return a range mapper for vertical zoom step values. More...
 
void addNoteOn (sv_frame_t frame, int pitch, int velocity)
 Add a note-on. More...
 
void addNoteOff (sv_frame_t frame, int pitch)
 Add a note-off. More...
 
void abandonNoteOns ()
 Abandon all pending note-on events. More...
 
void toXml (QTextStream &stream, QString indent="", QString extraAttributes="") const override
 
void setProperties (const QXmlAttributes &attributes) override
 Set the particular properties of a layer (those specific to the subclass) from a set of XML attributes. More...
 
void setVerticalRangeToNoteRange (LayerGeometryProvider *v)
 
int getYForValue (LayerGeometryProvider *v, double value) const override
 VerticalScaleLayer methods. More...
 
double getValueForY (LayerGeometryProvider *v, int y) const override
 
QString getScaleUnits () const override
 
virtual void setBaseColour (int)
 Set the colour used to draw primary items in the layer. More...
 
virtual int getBaseColour () const
 Retrieve the current primary drawing colour, as a ColourDatabase index value. More...
 
bool hasLightBackground () const override
 Return true if the layer currently has a dark colour on a light background, false if it has a light colour on a dark background. More...
 
ColourSignificance getLayerColourSignificance () const override
 Implements Layer::getLayerColourSignificance() More...
 
QPixmap getLayerPresentationPixmap (QSize size) const override
 
RangeMapper * getNewPropertyRangeMapper (const PropertyName &) const override
 
virtual void setDefaultColourFor (LayerGeometryProvider *v)
 
ModelId getSourceModel () const
 Return the ID of the source model for the model represented in this layer. More...
 
virtual ModelId getExportModel (LayerGeometryProvider *) const
 Return the ID of a model representing the contents of this layer in a form suitable for export to a tabular file format such as CSV. More...
 
virtual const ZoomConstraint * getZoomConstraint () const
 Return a zoom constraint object defining the supported zoom levels for this layer. More...
 
virtual bool supportsOtherZoomLevels () const
 Return true if this layer can handle zoom levels other than those supported by its zoom constraint (presumably less efficiently or accurately than the officially supported zoom levels). More...
 
virtual void setSynchronousPainting (bool)
 Enable or disable synchronous painting. More...
 
virtual VerticalPosition getPreferredTimeRulerPosition () const
 
virtual VerticalPosition getPreferredFrameCountPosition () const
 
QString getPropertyContainerIconName () const override
 
QString getPropertyContainerName () const override
 
virtual void setPresentationName (QString name)
 
virtual bool isPresentationNameSet () const
 
virtual QString getLayerPresentationName () const
 
virtual int getHorizontalScaleHeight (LayerGeometryProvider *, QPainter &) const
 
virtual bool getCrosshairExtents (LayerGeometryProvider *, QPainter &, QPoint, std::vector< QRect > &) const
 
virtual void paintCrosshairs (LayerGeometryProvider *, QPainter &, QPoint) const
 
virtual void paintMeasurementRects (LayerGeometryProvider *, QPainter &, bool showFocus, QPoint focusPoint) const
 
virtual bool nearestMeasurementRectChanged (LayerGeometryProvider *, QPoint prev, QPoint now) const
 
virtual QString getLabelPreceding (sv_frame_t) const
 
virtual bool snapToSimilarFeature (LayerGeometryProvider *, sv_frame_t &, int &resolution, SnapType) const
 Adjust the given frame to snap to the next feature that has "effectively" the same value as the feature prior to the given frame, if possible. More...
 
virtual void measureStart (LayerGeometryProvider *, QMouseEvent *)
 
virtual void measureDrag (LayerGeometryProvider *, QMouseEvent *)
 
virtual void measureEnd (LayerGeometryProvider *, QMouseEvent *)
 
virtual void measureDoubleClick (LayerGeometryProvider *, QMouseEvent *)
 
virtual bool haveCurrentMeasureRect () const
 
virtual void deleteCurrentMeasureRect ()
 
virtual bool isLayerOpaque () const
 This should return true if the layer completely obscures any underlying layers. More...
 
virtual QString getError (LayerGeometryProvider *) const
 Return an error string if any errors have occurred while loading or processing data for the given view. More...
 
virtual void setObjectName (const QString &name)
 
virtual void toBriefXml (QTextStream &stream, QString indent="", QString extraAttributes="") const
 Produce XML containing the layer's ID and type. More...
 
virtual void addMeasurementRect (const QXmlAttributes &)
 Add a measurement rectangle from the given XML attributes (presumably taken from a measurement element). More...
 
virtual void setLayerDormant (const LayerGeometryProvider *v, bool dormant)
 Indicate that a layer is not currently visible in the given view and is not expected to become visible in the near future (for example because the user has explicitly removed or hidden it). More...
 
virtual bool isLayerDormant (const LayerGeometryProvider *v) const
 Return whether the layer is dormant (i.e. More...
 
std::shared_ptr< PlayParameters > getPlayParameters () override
 Return the play parameters for this layer, if any. More...
 
virtual bool needsTextLabelHeight () const
 True if this layer will need to place text labels when it is painted. More...
 
virtual bool hasTimeXAxis () const
 Return true if the X axis on the layer is time proportional to audio frames, false otherwise. More...
 
virtual void zoomToRegion (const LayerGeometryProvider *, QRect)
 Update the X and Y axis scales, where appropriate, to focus on the given rectangular region. More...
 
virtual bool adoptExtents (double, double, QString)
 Consider using the given value extents and units for this layer. More...
 
virtual bool getXScaleValue (const LayerGeometryProvider *v, int x, double &value, QString &unit) const
 Return the value and unit at the given x coordinate in the given view. More...
 
virtual bool getYScaleValue (const LayerGeometryProvider *, int, double &, QString &) const
 Return the value and unit at the given y coordinate in the given view. More...
 
virtual bool getYScaleDifference (const LayerGeometryProvider *v, int y0, int y1, double &diff, QString &unit) const
 Return the difference between the values at the given y coordinates in the given view, and the unit of the difference. More...
 
virtual bool canExistWithoutModel () const
 Return true if this layer type can function without a model being set. More...
 

Protected Types

typedef std::set< Event > NoteSet
 
typedef std::map< int, int > ColourRefCount
 
typedef std::set< MeasureRectMeasureRectSet
 

Protected Member Functions

void getScaleExtents (LayerGeometryProvider *, double &min, double &max, bool &log) const
 
bool shouldConvertMIDIToHz () const
 
int getDefaultColourHint (bool dark, bool &impose) override
 
EventVector getLocalPoints (LayerGeometryProvider *v, int) const
 
bool getPointToDrag (LayerGeometryProvider *v, int x, int y, Event &) const
 
bool getNoteToEdit (LayerGeometryProvider *v, int x, int y, Event &) const
 
void getRelativeMousePosition (LayerGeometryProvider *v, Event &note, int x, int y, bool &closeToLeft, bool &closeToRight, bool &closeToTop, bool &closeToBottom) const
 
ModelId getAssociatedPitchModel (LayerGeometryProvider *v) const
 
bool updateNoteValueFromPitchCurve (LayerGeometryProvider *v, Event &note) const
 
void splitNotesAt (LayerGeometryProvider *v, sv_frame_t frame, QMouseEvent *e)
 
bool shouldAutoAlign () const
 
void finish (ChangeEventsCommand *command)
 
virtual QColor getBaseQColor () const
 
virtual QColor getBackgroundQColor (LayerGeometryProvider *v) const
 
virtual QColor getForegroundQColor (LayerGeometryProvider *v) const
 
std::vector< QColor > getPartialShades (LayerGeometryProvider *v) const
 
virtual void flagBaseColourChanged ()
 
void connectSignals (ModelId)
 
virtual sv_frame_t alignToReference (LayerGeometryProvider *v, sv_frame_t frame) const
 
virtual sv_frame_t alignFromReference (LayerGeometryProvider *v, sv_frame_t frame) const
 
bool clipboardHasDifferentAlignment (LayerGeometryProvider *v, const Clipboard &clip) const
 
void addMeasureRectToSet (const MeasureRect &r)
 
void deleteMeasureRectFromSet (const MeasureRect &r)
 
void updateMeasurePixrects (LayerGeometryProvider *v) const
 
virtual void updateMeasureRectYCoords (LayerGeometryProvider *v, const MeasureRect &r) const
 
virtual void setMeasureRectYCoord (LayerGeometryProvider *v, MeasureRect &r, bool start, int y) const
 
virtual void setMeasureRectFromPixrect (LayerGeometryProvider *v, MeasureRect &r, QRect pixrect) const
 
MeasureRectSet::const_iterator findFocusedMeasureRect (QPoint) const
 
void paintMeasurementRect (LayerGeometryProvider *v, QPainter &paint, const MeasureRect &r, bool focus) const
 
bool valueExtentsMatchMine (LayerGeometryProvider *v) const
 

Protected Attributes

ModelId m_model
 
bool m_editing
 
bool m_intelligentActions
 
int m_dragPointX
 
int m_dragPointY
 
int m_dragStartX
 
int m_dragStartY
 
Event m_originalPoint
 
Event m_editingPoint
 
sv_frame_t m_greatestLeftNeighbourFrame
 
sv_frame_t m_smallestRightNeighbourFrame
 
ChangeEventsCommand * m_editingCommand
 
VerticalScale m_verticalScale
 
EditMode m_editMode
 
NoteSet m_pendingNoteOns
 
double m_scaleMinimum
 
double m_scaleMaximum
 
int m_colour
 
bool m_colourExplicitlySet
 
bool m_defaultColourSet
 
MeasureRectSet m_measureRects
 
MeasureRect m_draggingRect
 
bool m_haveDraggingRect
 
bool m_haveCurrentMeasureRect
 
QPoint m_currentMeasureRectPoint
 
QString m_presentationName
 

Static Protected Attributes

static ColourRefCount m_colourRefCount
 

Detailed Description

Definition at line 31 of file FlexiNoteLayer.h.

Member Typedef Documentation

typedef std::set<Event> FlexiNoteLayer::NoteSet
protected

Definition at line 198 of file FlexiNoteLayer.h.

typedef std::map<int, int> SingleColourLayer::ColourRefCount
protectedinherited

Definition at line 89 of file SingleColourLayer.h.

typedef std::set<MeasureRect> Layer::MeasureRectSet
protectedinherited

Definition at line 692 of file Layer.h.

Member Enumeration Documentation

Enumerator
AutoAlignScale 
LinearScale 
LogScale 
MIDIRangeScale 

Definition at line 97 of file FlexiNoteLayer.h.

Enumerator
DragNote 
RightBoundary 
SplitNote 
LeftBoundary 

Definition at line 105 of file FlexiNoteLayer.h.

enum Layer::VerticalPosition
inherited
Enumerator
PositionTop 
PositionMiddle 
PositionBottom 

Definition at line 140 of file Layer.h.

enum Layer::SnapType
inherited
Enumerator
SnapLeft 
SnapRight 
SnapNeighbouring 

Definition at line 195 of file Layer.h.

enum Layer::ColourSignificance
inherited
Enumerator
ColourAbsent 
ColourIrrelevant 
ColourDistinguishes 
ColourAndBackgroundSignificant 
ColourHasMeaningfulValue 

Definition at line 348 of file Layer.h.

Constructor & Destructor Documentation

FlexiNoteLayer::FlexiNoteLayer ( )

Definition at line 54 of file FlexiNoteLayer.cpp.

Member Function Documentation

void FlexiNoteLayer::paint ( LayerGeometryProvider ,
QPainter &  ,
QRect   
) const
overridevirtual

Paint the given rectangle of this layer onto the given view using the given painter, superimposing it on top of any existing material in that view.

The LayerGeometryProvider (an interface implemented by View) is provided here because it is possible for one layer to exist in more than one view, so the dimensions of the view may vary from one paint call to another (without any view having been resized).

Implements Layer.

Definition at line 787 of file FlexiNoteLayer.cpp.

References PaintAssistant::drawVisibleText(), SingleColourLayer::getBaseQColor(), LayerGeometryProvider::getForeground(), LayerGeometryProvider::getFrameForX(), LayerGeometryProvider::getPaintHeight(), getPointToDrag(), LayerGeometryProvider::getXForFrame(), getYForValue(), m_model, NOTE_HEIGHT, PaintAssistant::OutlinedText, and LayerGeometryProvider::shouldIlluminateLocalFeatures().

int FlexiNoteLayer::getVerticalScaleWidth ( LayerGeometryProvider v,
bool  ,
QPainter &  paint 
) const
overridevirtual
void FlexiNoteLayer::paintVerticalScale ( LayerGeometryProvider v,
bool  ,
QPainter &  paint,
QRect  rect 
) const
overridevirtual
QString FlexiNoteLayer::getFeatureDescription ( LayerGeometryProvider v,
QPoint &  pos 
) const
overridevirtual
bool FlexiNoteLayer::snapToFeatureFrame ( LayerGeometryProvider ,
sv_frame_t &  ,
int &  resolution,
SnapType  ,
int   
) const
overridevirtual

Adjust the given frame to snap to the nearest feature, if possible.

If snap is SnapLeft or SnapRight, adjust the frame to match that of the nearest feature in the given direction regardless of how far away it is. If snap is SnapNeighbouring, adjust the frame to that of the nearest feature in either direction if it is close, and leave it alone (returning false) otherwise. SnapNeighbouring should always choose the same feature that would be used in an editing operation through calls to editStart etc.

If ycoord is non-negative, it contains the y coordinate at which the interaction that prompts this snap is taking place (e.g. of the mouse press used for a selection action). Layers that have objects at multiple different heights may choose to use this information. If the current action has no particular y coordinate associated with it, ycoord will be passed as -1.

Return true if a suitable feature was found and frame adjusted accordingly. Return false if no suitable feature was available (and leave frame unmodified). If returning true, also return the resolution of the model in this layer in sample frames.

Reimplemented from Layer.

Definition at line 587 of file FlexiNoteLayer.cpp.

References getLocalPoints(), LayerGeometryProvider::getXForFrame(), m_model, Layer::SnapLeft, Layer::SnapNeighbouring, Layer::SnapRight, and Layer::snapToFeatureFrame().

void FlexiNoteLayer::drawStart ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual
void FlexiNoteLayer::drawDrag ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual
void FlexiNoteLayer::drawEnd ( LayerGeometryProvider v,
QMouseEvent *   
)
overridevirtual

Reimplemented from Layer.

Definition at line 1011 of file FlexiNoteLayer.cpp.

References finish(), m_editing, m_editingCommand, and m_model.

void FlexiNoteLayer::eraseStart ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1022 of file FlexiNoteLayer.cpp.

References finish(), getPointToDrag(), m_editing, m_editingCommand, m_editingPoint, and m_model.

void FlexiNoteLayer::eraseDrag ( LayerGeometryProvider v,
QMouseEvent *   
)
overridevirtual

Reimplemented from Layer.

Definition at line 1038 of file FlexiNoteLayer.cpp.

void FlexiNoteLayer::eraseEnd ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1043 of file FlexiNoteLayer.cpp.

References finish(), getPointToDrag(), m_editing, m_editingCommand, m_editingPoint, and m_model.

void FlexiNoteLayer::editEnd ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual

!! command nesting is wrong?

Reimplemented from Layer.

Definition at line 1221 of file FlexiNoteLayer.cpp.

References DragNote, finish(), m_editing, m_editingCommand, m_editingPoint, m_editMode, m_model, m_originalPoint, materialiseReAnalysis(), and updateNoteValueFromPitchCurve().

void FlexiNoteLayer::splitStart ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1261 of file FlexiNoteLayer.cpp.

References finish(), getPointToDrag(), m_dragStartX, m_dragStartY, m_editing, m_editingCommand, m_editingPoint, and m_model.

void FlexiNoteLayer::splitEnd ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual
void FlexiNoteLayer::addNote ( LayerGeometryProvider v,
QMouseEvent *  e 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1354 of file FlexiNoteLayer.cpp.

References finish(), LayerGeometryProvider::getFrameForX(), getValueForY(), m_intelligentActions, and m_model.

void FlexiNoteLayer::mouseMoveEvent ( LayerGeometryProvider v,
QMouseEvent *  e 
)
virtual
bool FlexiNoteLayer::editOpen ( LayerGeometryProvider ,
QMouseEvent *   
)
overridevirtual
void FlexiNoteLayer::moveSelection ( Selection  s,
sv_frame_t  newStartFrame 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1645 of file FlexiNoteLayer.cpp.

References finish(), and m_model.

void FlexiNoteLayer::resizeSelection ( Selection  s,
Selection  newSize 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1666 of file FlexiNoteLayer.cpp.

References finish(), and m_model.

void FlexiNoteLayer::deleteSelection ( Selection  s)
overridevirtual

Reimplemented from Layer.

Definition at line 1696 of file FlexiNoteLayer.cpp.

References finish(), and m_model.

void FlexiNoteLayer::deleteSelectionInclusive ( Selection  s)
virtual

Definition at line 1715 of file FlexiNoteLayer.cpp.

References finish(), and m_model.

void FlexiNoteLayer::copy ( LayerGeometryProvider v,
Selection  s,
Clipboard &  to 
)
overridevirtual

Reimplemented from Layer.

Definition at line 1734 of file FlexiNoteLayer.cpp.

References Layer::alignToReference(), and m_model.

bool FlexiNoteLayer::paste ( LayerGeometryProvider ,
const Clipboard &  ,
sv_frame_t  ,
bool   
)
overridevirtual

Paste from the given clipboard onto the layer at the given frame offset.

If interactive is true, the layer may ask the user about paste options through a dialog if desired, and may return false if the user cancelled the paste operation. This function should return true if a paste actually occurred.

Reimplemented from Layer.

Definition at line 1748 of file FlexiNoteLayer.cpp.

References Layer::alignFromReference(), Layer::clipboardHasDifferentAlignment(), finish(), LayerGeometryProvider::getView(), and m_model.

void FlexiNoteLayer::splitNotesAt ( LayerGeometryProvider v,
sv_frame_t  frame 
)

Definition at line 1306 of file FlexiNoteLayer.cpp.

Referenced by isLayerEditable(), and splitEnd().

void FlexiNoteLayer::snapSelectedNotesToPitchTrack ( LayerGeometryProvider v,
Selection  s 
)

Definition at line 1417 of file FlexiNoteLayer.cpp.

References finish(), m_model, and updateNoteValueFromPitchCurve().

void FlexiNoteLayer::mergeNotes ( LayerGeometryProvider v,
Selection  s,
bool  inclusive 
)

Definition at line 1455 of file FlexiNoteLayer.cpp.

References finish(), m_model, and updateNoteValueFromPitchCurve().

ModelId FlexiNoteLayer::getModel ( ) const
inlineoverridevirtual

Return the ID of the model represented in this layer.

Implements Layer.

Definition at line 84 of file FlexiNoteLayer.h.

References getProperties(), getPropertyGroupName(), getPropertyLabel(), getPropertyRangeAndValue(), getPropertyType(), getPropertyValueLabel(), m_model, setModel(), and setProperty().

void FlexiNoteLayer::setModel ( ModelId  model)

Definition at line 75 of file FlexiNoteLayer.cpp.

References Layer::connectSignals(), m_model, and Layer::modelReplaced().

Referenced by getModel().

Layer::PropertyList FlexiNoteLayer::getProperties ( ) const
override

Definition at line 94 of file FlexiNoteLayer.cpp.

References SingleColourLayer::getProperties().

Referenced by getModel().

QString FlexiNoteLayer::getPropertyLabel ( const PropertyName &  name) const
override

Definition at line 103 of file FlexiNoteLayer.cpp.

References SingleColourLayer::getPropertyLabel().

Referenced by getModel().

Layer::PropertyType FlexiNoteLayer::getPropertyType ( const PropertyName &  name) const
override

Definition at line 111 of file FlexiNoteLayer.cpp.

References SingleColourLayer::getPropertyType().

Referenced by getModel().

QString FlexiNoteLayer::getPropertyGroupName ( const PropertyName &  name) const
override

Definition at line 119 of file FlexiNoteLayer.cpp.

References SingleColourLayer::getPropertyGroupName().

Referenced by getModel().

int FlexiNoteLayer::getPropertyRangeAndValue ( const PropertyName &  name,
int *  min,
int *  max,
int *  deflt 
) const
override
QString FlexiNoteLayer::getPropertyValueLabel ( const PropertyName &  name,
int  value 
) const
override

Definition at line 167 of file FlexiNoteLayer.cpp.

References SingleColourLayer::getPropertyValueLabel().

Referenced by getModel().

void FlexiNoteLayer::setProperty ( const PropertyName &  name,
int  value 
)
override
void FlexiNoteLayer::setIntelligentActions ( bool  on)
inline

Definition at line 112 of file FlexiNoteLayer.h.

References m_intelligentActions, and setVerticalScale().

void FlexiNoteLayer::setVerticalScale ( VerticalScale  scale)
VerticalScale FlexiNoteLayer::getVerticalScale ( ) const
inline

Definition at line 115 of file FlexiNoteLayer.h.

References isLayerScrollable(), and m_verticalScale.

bool FlexiNoteLayer::isLayerScrollable ( const LayerGeometryProvider ) const
overridevirtual

This should return true if the layer can safely be scrolled automatically by a given view (simply copying the existing data and then refreshing the exposed area) without altering its meaning.

For the view widget as a whole this is usually not possible because of invariant (non-scrolling) material displayed over the top, but the widget may be able to optimise scrolling better if it is known that individual views can be scrolled safely in this way.

Reimplemented from Layer.

Definition at line 208 of file FlexiNoteLayer.cpp.

References LayerGeometryProvider::shouldIlluminateLocalFeatures().

Referenced by getVerticalScale().

bool FlexiNoteLayer::isLayerEditable ( ) const
inlineoverridevirtual
int FlexiNoteLayer::getCompletion ( LayerGeometryProvider ) const
overridevirtual

Return the proportion of background work complete in drawing this view, as a percentage – in most cases this will be the value returned by pointer from a call to the underlying model's isReady(int *) call.

The view may choose to show a progress meter if it finds that this returns < 100 at any given moment.

Reimplemented from Layer.

Definition at line 226 of file FlexiNoteLayer.cpp.

References m_model.

Referenced by isLayerEditable().

bool FlexiNoteLayer::getValueExtents ( double &  min,
double &  max,
bool &  logarithmic,
QString &  unit 
) const
overridevirtual

Return the minimum and maximum values for the y axis of the model in this layer, as well as whether the layer is configured to use a logarithmic y axis display.

Also return the unit for these values if known.

This function returns the "normal" extents for the layer, not necessarily the extents actually in use in the display (see getDisplayExtents).

Implements Layer.

Definition at line 234 of file FlexiNoteLayer.cpp.

References getScaleUnits(), LogScale, m_model, m_verticalScale, MIDIRangeScale, and shouldConvertMIDIToHz().

Referenced by getNewVerticalZoomRangeMapper(), isLayerEditable(), and setVerticalZoomStep().

bool FlexiNoteLayer::getDisplayExtents ( double &  ,
double &   
) const
overridevirtual

Return the minimum and maximum values within the visible area for the y axis of this layer.

Return false if the layer has no display extents of its own. This could be because the layer is "auto-aligning" against another layer with the same units elsewhere in the view, or because the layer has no concept of a vertical scale at all.

Reimplemented from Layer.

Definition at line 255 of file FlexiNoteLayer.cpp.

References m_model, m_scaleMaximum, m_scaleMinimum, m_verticalScale, MIDIRangeScale, shouldAutoAlign(), and shouldConvertMIDIToHz().

Referenced by getCurrentVerticalZoomStep(), getScaleExtents(), isLayerEditable(), and setVerticalZoomStep().

bool FlexiNoteLayer::setDisplayExtents ( double  ,
double   
)
overridevirtual

Set the displayed minimum and maximum values for the y axis to the given range, if supported.

Return false if not supported on this layer (and set nothing). In most cases, layers that return false for getDisplayExtents should also return false for this function.

Reimplemented from Layer.

Definition at line 290 of file FlexiNoteLayer.cpp.

References Layer::layerParametersChanged(), m_model, m_scaleMaximum, and m_scaleMinimum.

Referenced by isLayerEditable(), and setVerticalZoomStep().

int FlexiNoteLayer::getVerticalZoomSteps ( int &  ) const
overridevirtual

Get the number of vertical zoom steps available for this layer.

If vertical zooming is not available, return 0. The meaning of "zooming" is entirely up to the layer – changing the zoom level may cause the layer to reset its display extents or change another property such as display gain. However, layers are advised for consistency to treat smaller zoom steps as "more distant" or "zoomed out" and larger ones as "closer" or "zoomed in".

Layers that provide this facility should also emit the verticalZoomChanged signal if their vertical zoom changes due to factors other than setVerticalZoomStep being called.

Reimplemented from Layer.

Definition at line 315 of file FlexiNoteLayer.cpp.

References m_model, and shouldAutoAlign().

Referenced by isLayerEditable().

int FlexiNoteLayer::getCurrentVerticalZoomStep ( ) const
overridevirtual

Get the current vertical zoom step.

A layer may support finer control over ranges etc than is available through the integer zoom step mechanism; if this one does, it should just return the nearest of the available zoom steps to the current settings.

Reimplemented from Layer.

Definition at line 326 of file FlexiNoteLayer.cpp.

References getDisplayExtents(), getNewVerticalZoomRangeMapper(), m_model, and shouldAutoAlign().

Referenced by isLayerEditable().

void FlexiNoteLayer::setVerticalZoomStep ( int  step)
overridevirtual

!! lots of duplication with TimeValueLayer

Reimplemented from Layer.

Definition at line 348 of file FlexiNoteLayer.cpp.

References getDisplayExtents(), getNewVerticalZoomRangeMapper(), getValueExtents(), m_model, setDisplayExtents(), and shouldAutoAlign().

Referenced by isLayerEditable().

RangeMapper * FlexiNoteLayer::getNewVerticalZoomRangeMapper ( ) const
overridevirtual

Create and return a range mapper for vertical zoom step values.

See the RangeMapper documentation for more details. The returned value is allocated on the heap and will be deleted by the caller.

Reimplemented from Layer.

Definition at line 400 of file FlexiNoteLayer.cpp.

References getValueExtents(), and m_model.

Referenced by getCurrentVerticalZoomStep(), isLayerEditable(), and setVerticalZoomStep().

void FlexiNoteLayer::addNoteOn ( sv_frame_t  frame,
int  pitch,
int  velocity 
)

Add a note-on.

Used when recording MIDI "live". The note will not be finally added to the layer until the corresponding note-off.

Definition at line 1827 of file FlexiNoteLayer.cpp.

References m_pendingNoteOns.

Referenced by isLayerEditable().

void FlexiNoteLayer::addNoteOff ( sv_frame_t  frame,
int  pitch 
)

Add a note-off.

This will cause a note to appear, if and only if there is a matching pending note-on.

Definition at line 1834 of file FlexiNoteLayer.cpp.

References CommandHistory::addCommand(), CommandHistory::getInstance(), m_model, and m_pendingNoteOns.

Referenced by isLayerEditable().

void FlexiNoteLayer::abandonNoteOns ( )

Abandon all pending note-on events.

Definition at line 1855 of file FlexiNoteLayer.cpp.

References m_pendingNoteOns.

Referenced by isLayerEditable().

void FlexiNoteLayer::toXml ( QTextStream &  stream,
QString  indent = "",
QString  extraAttributes = "" 
) const
override
void FlexiNoteLayer::setProperties ( const QXmlAttributes &  )
overridevirtual

Set the particular properties of a layer (those specific to the subclass) from a set of XML attributes.

This is the effective inverse of the toXml method.

Implements Layer.

Definition at line 1880 of file FlexiNoteLayer.cpp.

References SingleColourLayer::setProperties(), and setVerticalScale().

Referenced by isLayerEditable().

void FlexiNoteLayer::setVerticalRangeToNoteRange ( LayerGeometryProvider v)
int FlexiNoteLayer::getYForValue ( LayerGeometryProvider v,
double  value 
) const
overridevirtual
double FlexiNoteLayer::getValueForY ( LayerGeometryProvider v,
int  y 
) const
overridevirtual
QString FlexiNoteLayer::getScaleUnits ( ) const
overridevirtual
void FlexiNoteLayer::reAnalyseRegion ( sv_frame_t  ,
sv_frame_t  ,
float  ,
float   
)
signal

Referenced by editDrag(), and isLayerEditable().

void FlexiNoteLayer::materialiseReAnalysis ( )
signal

Referenced by editEnd(), and isLayerEditable().

void FlexiNoteLayer::getScaleExtents ( LayerGeometryProvider v,
double &  min,
double &  max,
bool &  log 
) const
protected
bool FlexiNoteLayer::shouldConvertMIDIToHz ( ) const
protected
int FlexiNoteLayer::getDefaultColourHint ( bool  dark,
bool &  impose 
)
overrideprotectedvirtual

Reimplemented from SingleColourLayer.

Definition at line 1861 of file FlexiNoteLayer.cpp.

References ColourDatabase::getColourIndex(), and ColourDatabase::getInstance().

Referenced by isLayerEditable().

EventVector FlexiNoteLayer::getLocalPoints ( LayerGeometryProvider v,
int  x 
) const
protected
bool FlexiNoteLayer::getPointToDrag ( LayerGeometryProvider v,
int  x,
int  y,
Event &  point 
) const
protected
bool FlexiNoteLayer::getNoteToEdit ( LayerGeometryProvider v,
int  x,
int  y,
Event &  point 
) const
protected
void FlexiNoteLayer::getRelativeMousePosition ( LayerGeometryProvider v,
Event &  note,
int  x,
int  y,
bool &  closeToLeft,
bool &  closeToRight,
bool &  closeToTop,
bool &  closeToBottom 
) const
protected
ModelId FlexiNoteLayer::getAssociatedPitchModel ( LayerGeometryProvider v) const
protected
bool FlexiNoteLayer::updateNoteValueFromPitchCurve ( LayerGeometryProvider v,
Event &  note 
) const
protected
void FlexiNoteLayer::splitNotesAt ( LayerGeometryProvider v,
sv_frame_t  frame,
QMouseEvent *  e 
)
protected
bool FlexiNoteLayer::shouldAutoAlign ( ) const
protected
void SingleColourLayer::setBaseColour ( int  colour)
virtualinherited
int SingleColourLayer::getBaseColour ( ) const
virtualinherited

Retrieve the current primary drawing colour, as a ColourDatabase index value.

Definition at line 235 of file SingleColourLayer.cpp.

References SingleColourLayer::m_colour.

bool SingleColourLayer::hasLightBackground ( ) const
overridevirtualinherited

Return true if the layer currently has a dark colour on a light background, false if it has a light colour on a dark background.

Reimplemented from Layer.

Reimplemented in TimeValueLayer, and SliceLayer.

Definition at line 53 of file SingleColourLayer.cpp.

References ColourDatabase::getInstance(), SingleColourLayer::m_colour, and ColourDatabase::useDarkBackground().

Referenced by SliceLayer::hasLightBackground(), and TimeValueLayer::hasLightBackground().

QPixmap SingleColourLayer::getLayerPresentationPixmap ( QSize  size) const
overridevirtualinherited
RangeMapper * SingleColourLayer::getNewPropertyRangeMapper ( const PropertyName &  ) const
overrideinherited
QColor SingleColourLayer::getBackgroundQColor ( LayerGeometryProvider v) const
protectedvirtualinherited
QColor SingleColourLayer::getForegroundQColor ( LayerGeometryProvider v) const
protectedvirtualinherited
std::vector< QColor > SingleColourLayer::getPartialShades ( LayerGeometryProvider v) const
protectedinherited
virtual void SingleColourLayer::flagBaseColourChanged ( )
inlineprotectedvirtualinherited

Reimplemented in WaveformLayer.

Definition at line 85 of file SingleColourLayer.h.

Referenced by SingleColourLayer::setBaseColour(), and SingleColourLayer::setProperties().

ModelId Layer::getSourceModel ( ) const
inherited

Return the ID of the source model for the model represented in this layer.

If the model has no other source, or there is no model here, return None.

Definition at line 68 of file Layer.cpp.

References Layer::getModel().

Referenced by View::paintEvent().

virtual ModelId Layer::getExportModel ( LayerGeometryProvider ) const
inlinevirtualinherited

Return the ID of a model representing the contents of this layer in a form suitable for export to a tabular file format such as CSV.

In most cases this will be the same as returned by getModel(). The exceptions are those layers such as SpectrogramLayer, that are "only" alternative views of time-domain sample data. For such layers, getModel() will return the backing time-domain data, for example as a ReadOnlyWaveFileModel; but getExportModel() will return a model, possibly "local to" the layer, which adapts this into the form shown in the layer for a given view so that the export matches the layer's visible contents.

Because this is supposed to match the contents of the view rather than the backing model, it's necessary to pass in a view (or LayerGeometryProvider) so that the layer can retrieve its vertical extents for export.

Reimplemented in SpectrogramLayer, and Colour3DPlotLayer.

Definition at line 95 of file Layer.h.

References Layer::getModel().

virtual const ZoomConstraint* Layer::getZoomConstraint ( ) const
inlinevirtualinherited

Return a zoom constraint object defining the supported zoom levels for this layer.

If this returns zero, the layer will support any integer zoom level.

Reimplemented in SpectrogramLayer, Colour3DPlotLayer, and WaveformLayer.

Definition at line 104 of file Layer.h.

virtual bool Layer::supportsOtherZoomLevels ( ) const
inlinevirtualinherited

Return true if this layer can handle zoom levels other than those supported by its zoom constraint (presumably less efficiently or accurately than the officially supported zoom levels).

If true, the layer will unenthusistically accept any integer zoom level from 1 to the maximum returned by its zoom constraint.

Definition at line 114 of file Layer.h.

References Layer::paint().

virtual void Layer::setSynchronousPainting ( bool  )
inlinevirtualinherited

Enable or disable synchronous painting.

If synchronous painting is enabled, a call to paint() must complete painting the entire rectangle before it returns. If synchronous painting is disabled (which should be the default), the paint() call may defer painting some regions if data is not yet available, by calling back on its view to schedule another update. Synchronous painting is necessary when rendering to an image. Simple layer types will always paint synchronously, and so may ignore this.

Reimplemented in SpectrogramLayer, and Colour3DPlotLayer.

Definition at line 138 of file Layer.h.

virtual VerticalPosition Layer::getPreferredTimeRulerPosition ( ) const
inlinevirtualinherited

Definition at line 143 of file Layer.h.

References Layer::PositionMiddle.

virtual VerticalPosition Layer::getPreferredFrameCountPosition ( ) const
inlinevirtualinherited

Reimplemented in SpectrogramLayer, and SpectrumLayer.

Definition at line 146 of file Layer.h.

References Layer::PositionBottom.

QString Layer::getPropertyContainerIconName ( ) const
overrideinherited
QString Layer::getPropertyContainerName ( ) const
inlineoverrideinherited
void Layer::setPresentationName ( QString  name)
virtualinherited

Definition at line 87 of file Layer.cpp.

References Layer::m_presentationName.

Referenced by Layer::getPropertyContainerName().

bool Layer::isPresentationNameSet ( ) const
virtualinherited

Definition at line 93 of file Layer.cpp.

References Layer::m_presentationName.

Referenced by Layer::getPropertyContainerName().

virtual int Layer::getHorizontalScaleHeight ( LayerGeometryProvider ,
QPainter &   
) const
inlinevirtualinherited

Reimplemented in SpectrumLayer.

Definition at line 173 of file Layer.h.

Referenced by SliceLayer::paint(), and SliceLayer::paintVerticalScale().

virtual bool Layer::getCrosshairExtents ( LayerGeometryProvider ,
QPainter &  ,
QPoint  ,
std::vector< QRect > &   
) const
inlinevirtualinherited

Reimplemented in SpectrogramLayer, and SpectrumLayer.

Definition at line 175 of file Layer.h.

virtual void Layer::paintCrosshairs ( LayerGeometryProvider ,
QPainter &  ,
QPoint   
) const
inlinevirtualinherited

Reimplemented in SpectrogramLayer, and SpectrumLayer.

Definition at line 179 of file Layer.h.

References Layer::nearestMeasurementRectChanged(), and Layer::paintMeasurementRects().

void Layer::paintMeasurementRects ( LayerGeometryProvider v,
QPainter &  paint,
bool  showFocus,
QPoint  focusPoint 
) const
virtualinherited
bool Layer::nearestMeasurementRectChanged ( LayerGeometryProvider v,
QPoint  prev,
QPoint  now 
) const
virtualinherited
virtual QString Layer::getLabelPreceding ( sv_frame_t  ) const
inlinevirtualinherited

Reimplemented in RegionLayer, TimeValueLayer, BoxLayer, and TimeInstantLayer.

Definition at line 191 of file Layer.h.

virtual bool Layer::snapToSimilarFeature ( LayerGeometryProvider ,
sv_frame_t &  ,
int &  resolution,
SnapType   
) const
inlinevirtualinherited

Adjust the given frame to snap to the next feature that has "effectively" the same value as the feature prior to the given frame, if possible.

The snap type must be SnapLeft (snap to the time of the next feature prior to the one preceding the given frame that has a similar value to it) or SnapRight (snap to the time of the next feature following the given frame that has a similar value to the feature preceding it). Other values are not permitted.

Return true if a suitable feature was found and frame adjusted accordingly. Return false if no suitable feature was available (and leave frame unmodified). If returning true, also return the resolution of the model in this layer in sample frames.

Reimplemented in RegionLayer, and TimeValueLayer.

Definition at line 251 of file Layer.h.

Referenced by TimeValueLayer::snapToSimilarFeature(), and RegionLayer::snapToSimilarFeature().

void Layer::measureEnd ( LayerGeometryProvider v,
QMouseEvent *  e 
)
virtualinherited
void Layer::measureDoubleClick ( LayerGeometryProvider ,
QMouseEvent *   
)
virtualinherited

Reimplemented in SpectrogramLayer.

Definition at line 444 of file Layer.cpp.

Referenced by Layer::addNote(), and Pane::mouseDoubleClickEvent().

virtual bool Layer::haveCurrentMeasureRect ( ) const
inlinevirtualinherited

Definition at line 289 of file Layer.h.

References Layer::deleteCurrentMeasureRect(), and Layer::m_haveCurrentMeasureRect.

virtual bool Layer::isLayerOpaque ( ) const
inlinevirtualinherited

This should return true if the layer completely obscures any underlying layers.

It's used to determine whether the view can safely draw any selection rectangles under the layer instead of over it, in the case where the layer is not scrollable and therefore needs to be redrawn each time (so that the selection rectangle can be cached).

Reimplemented in SpectrogramLayer.

Definition at line 346 of file Layer.h.

Referenced by Pane::drawVerticalScale().

virtual QString Layer::getError ( LayerGeometryProvider ) const
inlinevirtualinherited

Return an error string if any errors have occurred while loading or processing data for the given view.

Return the empty string if no error has occurred.

Reimplemented in SpectrogramLayer.

Definition at line 398 of file Layer.h.

References Layer::addMeasurementRect(), Layer::getPlayParameters(), Layer::isLayerDormant(), Layer::setLayerDormant(), Layer::setObjectName(), Layer::setProperties(), Layer::toBriefXml(), and Layer::toXml().

void Layer::setObjectName ( const QString &  name)
virtualinherited

Definition at line 122 of file Layer.cpp.

References Layer::layerNameChanged().

Referenced by LayerFactory::createLayer(), and Layer::getError().

void Layer::toBriefXml ( QTextStream &  stream,
QString  indent = "",
QString  extraAttributes = "" 
) const
virtualinherited

Produce XML containing the layer's ID and type.

This is used to refer to the layer in the display section of the SV session file, for a layer that has already been described in the data section.

Definition at line 691 of file Layer.cpp.

References LayerFactory::getInstance(), Layer::getModel(), and Layer::m_presentationName.

Referenced by Layer::getError().

void Layer::addMeasurementRect ( const QXmlAttributes &  attributes)
virtualinherited

Add a measurement rectangle from the given XML attributes (presumably taken from a measurement element).

Does not use a command.

Definition at line 333 of file Layer.cpp.

References Layer::addMeasureRectToSet(), Layer::MeasureRect::endFrame, Layer::MeasureRect::endY, Layer::MeasureRect::haveFrames, Layer::MeasureRect::pixrect, Layer::MeasureRect::startFrame, and Layer::MeasureRect::startY.

Referenced by Layer::getError().

void Layer::setLayerDormant ( const LayerGeometryProvider v,
bool  dormant 
)
virtualinherited

Indicate that a layer is not currently visible in the given view and is not expected to become visible in the near future (for example because the user has explicitly removed or hidden it).

The layer may respond by (for example) freeing any cache memory it is using, until next time its paint method is called, when it should set itself un-dormant again.

A layer class that overrides this function must also call this class's implementation.

Reimplemented in SpectrogramLayer, ImageLayer, and Colour3DPlotLayer.

Definition at line 136 of file Layer.cpp.

References Layer::m_dormancy, and Layer::m_dormancyMutex.

Referenced by Layer::getError(), Colour3DPlotLayer::setLayerDormant(), SpectrogramLayer::setLayerDormant(), and Layer::showLayer().

std::shared_ptr< PlayParameters > Layer::getPlayParameters ( )
overrideinherited

Return the play parameters for this layer, if any.

The return value is a shared_ptr that can be passed to (e.g.) PlayParameterRepository::EditCommand to change the parameters.

Definition at line 129 of file Layer.cpp.

References Layer::getModel().

Referenced by LayerTreeModel::data(), Layer::getError(), LayerTreeModel::LayerTreeModel(), LayerTreeModel::playParametersAudibilityChanged(), and LayerTreeModel::setData().

virtual bool Layer::needsTextLabelHeight ( ) const
inlinevirtualinherited

True if this layer will need to place text labels when it is painted.

The view will take into account how many layers are requesting this, and will provide a distinct y-coord to each layer on request via View::getTextLabelHeight().

Reimplemented in TimeValueLayer, SpectrumLayer, and TimeInstantLayer.

Definition at line 468 of file Layer.h.

virtual bool Layer::hasTimeXAxis ( ) const
inlinevirtualinherited

Return true if the X axis on the layer is time proportional to audio frames, false otherwise.

Almost all layer types return true here: the exceptions are spectrum and slice layers.

Reimplemented in SliceLayer.

Definition at line 475 of file Layer.h.

Referenced by Layer::getXScaleValue(), Layer::measureStart(), Pane::mouseMoveEvent(), Layer::setMeasureRectFromPixrect(), and Pane::zoomToRegion().

virtual void Layer::zoomToRegion ( const LayerGeometryProvider ,
QRect   
)
inlinevirtualinherited

Update the X and Y axis scales, where appropriate, to focus on the given rectangular region.

This should only be overridden by layers whose hasTimeXAxis() returns false - the pane handles zooming appropriately in every "normal" case.

Reimplemented in SliceLayer.

Definition at line 483 of file Layer.h.

References Layer::getValueExtents().

Referenced by Pane::zoomToRegion().

virtual bool Layer::adoptExtents ( double  ,
double  ,
QString   
)
inlinevirtualinherited

Consider using the given value extents and units for this layer.

This may be called on a new layer when added, to prepare it for editing, and the extents are those of the layer underneath it. May not be appropriate for most layer types.

Reimplemented in BoxLayer.

Definition at line 532 of file Layer.h.

References Layer::getXScaleValue().

bool Layer::getXScaleValue ( const LayerGeometryProvider v,
int  x,
double &  value,
QString &  unit 
) const
virtualinherited

Return the value and unit at the given x coordinate in the given view.

This is for descriptive purposes using the measurement tool. The default implementation works correctly if the layer hasTimeXAxis().

Reimplemented in SpectrumLayer.

Definition at line 160 of file Layer.cpp.

References LayerGeometryProvider::getFrameForX(), Layer::getModel(), and Layer::hasTimeXAxis().

Referenced by Layer::adoptExtents(), and View::drawMeasurementRect().

virtual bool Layer::getYScaleValue ( const LayerGeometryProvider ,
int  ,
double &  ,
QString &   
) const
inlinevirtualinherited

Return the value and unit at the given y coordinate in the given view.

Reimplemented in SpectrogramLayer, WaveformLayer, Colour3DPlotLayer, and SpectrumLayer.

Definition at line 550 of file Layer.h.

References Layer::getYScaleDifference().

Referenced by View::drawMeasurementRect(), and Layer::getYScaleDifference().

bool Layer::getYScaleDifference ( const LayerGeometryProvider v,
int  y0,
int  y1,
double &  diff,
QString &  unit 
) const
virtualinherited

Return the difference between the values at the given y coordinates in the given view, and the unit of the difference.

The default implementation just calls getYScaleValue twice and returns the difference, with the same unit.

Reimplemented in WaveformLayer, and SpectrumLayer.

Definition at line 173 of file Layer.cpp.

References Layer::getYScaleValue().

Referenced by View::drawMeasurementRect(), SpectrumLayer::getYScaleDifference(), and Layer::getYScaleValue().

virtual bool Layer::canExistWithoutModel ( ) const
inlinevirtualinherited
void Layer::showLayer ( LayerGeometryProvider view,
bool  show 
)
slotinherited

Change the visibility status (dormancy) of the layer in the given view.

Definition at line 153 of file Layer.cpp.

References Layer::layerParametersChanged(), and Layer::setLayerDormant().

Referenced by Layer::canExistWithoutModel(), ShowLayerCommand::execute(), LayerTreeModel::setData(), and ShowLayerCommand::unexecute().

void Layer::modelCompletionChanged ( ModelId  )
signalinherited
void Layer::modelAlignmentCompletionChanged ( ModelId  )
signalinherited
void Layer::modelChangedWithin ( ModelId  ,
sv_frame_t  startFrame,
sv_frame_t  endFrame 
)
signalinherited
void Layer::layerParametersChanged ( )
signalinherited

Referenced by Layer::canExistWithoutModel(), SpectrogramLayer::preferenceChanged(), WaveformLayer::setAggressiveCacheing(), WaveformLayer::setAutoNormalize(), SingleColourLayer::setBaseColour(), SpectrogramLayer::setBinDisplay(), SliceLayer::setBinScale(), Colour3DPlotLayer::setBinScale(), SpectrogramLayer::setBinScale(), SpectrumLayer::setChannel(), SpectrogramLayer::setChannel(), WaveformLayer::setChannel(), WaveformLayer::setChannelMode(), Colour3DPlotLayer::setColourMap(), SpectrogramLayer::setColourMap(), SpectrogramLayer::setColourRotation(), Colour3DPlotLayer::setColourScale(), SpectrogramLayer::setColourScale(), SpectrogramLayer::setColourScaleMultiple(), SliceLayer::setDisplayExtents(), NoteLayer::setDisplayExtents(), setDisplayExtents(), TimeValueLayer::setDisplayExtents(), Colour3DPlotLayer::setDisplayExtents(), SpectrogramLayer::setDisplayExtents(), TimeValueLayer::setDrawSegmentDivisions(), SliceLayer::setEnergyScale(), TimeValueLayer::setFillColourMap(), RegionLayer::setFillColourMap(), SliceLayer::setFillColourMap(), WaveformLayer::setGain(), Colour3DPlotLayer::setGain(), SliceLayer::setGain(), SpectrogramLayer::setGain(), Colour3DPlotLayer::setInvertVertical(), SpectrogramLayer::setMaxFrequency(), WaveformLayer::setMiddleLineHeight(), SpectrogramLayer::setMinFrequency(), SpectrumLayer::setModel(), WaveformLayer::setModel(), Colour3DPlotLayer::setNormalization(), SpectrogramLayer::setNormalization(), SliceLayer::setNormalize(), Colour3DPlotLayer::setNormalizeVisibleArea(), SpectrogramLayer::setNormalizeVisibleArea(), Colour3DPlotLayer::setOpaque(), SpectrumLayer::setOversampling(), SpectrogramLayer::setOversampling(), TimeInstantLayer::setPlotStyle(), SliceLayer::setPlotStyle(), TimeValueLayer::setPlotStyle(), RegionLayer::setPlotStyle(), SliceLayer::setSamplingMode(), WaveformLayer::setScale(), TimeValueLayer::setShowDerivative(), WaveformLayer::setShowMeans(), SpectrumLayer::setShowPeaks(), SliceLayer::setSliceableModel(), Colour3DPlotLayer::setSmooth(), SliceLayer::setThreshold(), SpectrogramLayer::setThreshold(), BoxLayer::setVerticalScale(), RegionLayer::setVerticalScale(), NoteLayer::setVerticalScale(), TimeValueLayer::setVerticalScale(), setVerticalScale(), Colour3DPlotLayer::setVerticalZoomStep(), SpectrumLayer::setWindowHopLevel(), SpectrogramLayer::setWindowHopLevel(), SpectrumLayer::setWindowSize(), SpectrogramLayer::setWindowSize(), SpectrumLayer::setWindowType(), SpectrogramLayer::setWindowType(), and Layer::showLayer().

void Layer::layerParameterRangesChanged ( )
signalinherited
void Layer::layerMeasurementRectsChanged ( )
signalinherited
void Layer::layerNameChanged ( )
signalinherited
sv_frame_t Layer::alignFromReference ( LayerGeometryProvider v,
sv_frame_t  frame 
) const
protectedvirtualinherited
bool Layer::clipboardHasDifferentAlignment ( LayerGeometryProvider v,
const Clipboard &  clip 
) const
protectedinherited
void Layer::addMeasureRectToSet ( const MeasureRect r)
inlineprotectedinherited

Definition at line 682 of file Layer.h.

References Layer::layerMeasurementRectsChanged(), and Layer::m_measureRects.

Referenced by Layer::addMeasurementRect().

void Layer::deleteMeasureRectFromSet ( const MeasureRect r)
inlineprotectedinherited

Definition at line 687 of file Layer.h.

References Layer::layerMeasurementRectsChanged(), and Layer::m_measureRects.

void Layer::updateMeasureRectYCoords ( LayerGeometryProvider v,
const MeasureRect r 
) const
protectedvirtualinherited
void Layer::setMeasureRectYCoord ( LayerGeometryProvider v,
MeasureRect r,
bool  start,
int  y 
) const
protectedvirtualinherited
Layer::MeasureRectSet::const_iterator Layer::findFocusedMeasureRect ( QPoint  focusPoint) const
protectedinherited
bool Layer::valueExtentsMatchMine ( LayerGeometryProvider v) const
protectedinherited

Member Data Documentation

bool FlexiNoteLayer::m_editing
protected
bool FlexiNoteLayer::m_intelligentActions
protected

Definition at line 185 of file FlexiNoteLayer.h.

Referenced by addNote(), editDrag(), setIntelligentActions(), and splitNotesAt().

int FlexiNoteLayer::m_dragPointX
protected

Definition at line 186 of file FlexiNoteLayer.h.

Referenced by editDrag(), and editStart().

int FlexiNoteLayer::m_dragPointY
protected

Definition at line 187 of file FlexiNoteLayer.h.

Referenced by editDrag(), and editStart().

int FlexiNoteLayer::m_dragStartX
protected

Definition at line 188 of file FlexiNoteLayer.h.

Referenced by editDrag(), editStart(), splitEnd(), and splitStart().

int FlexiNoteLayer::m_dragStartY
protected

Definition at line 189 of file FlexiNoteLayer.h.

Referenced by editDrag(), editStart(), splitEnd(), and splitStart().

Event FlexiNoteLayer::m_originalPoint
protected

Definition at line 190 of file FlexiNoteLayer.h.

Referenced by drawStart(), editDrag(), editEnd(), and editStart().

Event FlexiNoteLayer::m_editingPoint
protected
sv_frame_t FlexiNoteLayer::m_greatestLeftNeighbourFrame
protected

Definition at line 192 of file FlexiNoteLayer.h.

Referenced by editDrag(), and editStart().

sv_frame_t FlexiNoteLayer::m_smallestRightNeighbourFrame
protected

Definition at line 193 of file FlexiNoteLayer.h.

Referenced by editDrag(), and editStart().

ChangeEventsCommand* FlexiNoteLayer::m_editingCommand
protected
EditMode FlexiNoteLayer::m_editMode
protected

Definition at line 196 of file FlexiNoteLayer.h.

Referenced by editDrag(), editEnd(), editStart(), mouseMoveEvent(), and splitEnd().

NoteSet FlexiNoteLayer::m_pendingNoteOns
protected

Definition at line 199 of file FlexiNoteLayer.h.

Referenced by abandonNoteOns(), addNoteOff(), and addNoteOn().

double FlexiNoteLayer::m_scaleMinimum
mutableprotected

Definition at line 201 of file FlexiNoteLayer.h.

Referenced by getDisplayExtents(), setDisplayExtents(), and toXml().

double FlexiNoteLayer::m_scaleMaximum
mutableprotected

Definition at line 202 of file FlexiNoteLayer.h.

Referenced by getDisplayExtents(), setDisplayExtents(), and toXml().

SingleColourLayer::ColourRefCount SingleColourLayer::m_colourRefCount
staticprotectedinherited
bool SingleColourLayer::m_colourExplicitlySet
protectedinherited
bool SingleColourLayer::m_defaultColourSet
protectedinherited

Definition at line 94 of file SingleColourLayer.h.

Referenced by SingleColourLayer::setDefaultColourFor().

MeasureRect Layer::m_draggingRect
protectedinherited
bool Layer::m_haveDraggingRect
protectedinherited
bool Layer::m_haveCurrentMeasureRect
mutableprotectedinherited
QPoint Layer::m_currentMeasureRectPoint
mutableprotectedinherited

Definition at line 697 of file Layer.h.

Referenced by Layer::deleteCurrentMeasureRect(), and Layer::paintMeasurementRects().

QString Layer::m_presentationName
protectedinherited

The documentation for this class was generated from the following files: