Mercurial > hg > svgui
comparison layer/LayerFactory.cpp @ 1045:f535f6e5dbb0 alignment-simple
Merge in from SV 3.0-integration branches
author | Chris Cannam |
---|---|
date | Wed, 02 Mar 2016 17:25:27 +0000 |
parents | b247d3ffcbb9 |
children | a34a2a25907c |
comparison
equal
deleted
inserted
replaced
976:f2c63ec85901 | 1045:f535f6e5dbb0 |
---|---|
287 if (name == "waveform") return Waveform; | 287 if (name == "waveform") return Waveform; |
288 if (name == "spectrogram") return Spectrogram; | 288 if (name == "spectrogram") return Spectrogram; |
289 if (name == "timeruler") return TimeRuler; | 289 if (name == "timeruler") return TimeRuler; |
290 if (name == "timeinstants") return TimeInstants; | 290 if (name == "timeinstants") return TimeInstants; |
291 if (name == "timevalues") return TimeValues; | 291 if (name == "timevalues") return TimeValues; |
292 if (name == "notes") return Notes; | |
292 if (name == "flexinotes") return FlexiNotes; | 293 if (name == "flexinotes") return FlexiNotes; |
293 if (name == "regions") return Regions; | 294 if (name == "regions") return Regions; |
294 if (name == "text") return Text; | 295 if (name == "text") return Text; |
295 if (name == "image") return Image; | 296 if (name == "image") return Image; |
296 if (name == "colour3dplot") return Colour3DPlot; | 297 if (name == "colour3dplot") return Colour3DPlot; |