diff base/PropertyContainer.cpp @ 340:516819f2b97b

* Add Erase tool and mode * Add icons for Normalize buttons in property boxes, and for Show Peaks * Add support for velocity in notes -- not yet reflected in display or editable in the note edit dialog, but they are imported from MIDI, played, and exported * Begin work on making pastes align pasted times (subtler than I thought)
author Chris Cannam
date Fri, 23 Nov 2007 16:48:23 +0000
parents 3b8008d09541
children 7aa1de571880
line wrap: on
line diff
--- a/base/PropertyContainer.cpp	Thu Nov 22 14:17:19 2007 +0000
+++ b/base/PropertyContainer.cpp	Fri Nov 23 16:48:23 2007 +0000
@@ -29,12 +29,6 @@
     return PropertyList();
 }
 
-//QString
-//PropertyContainer::getPropertyLabel(const PropertyName &) const
-//{
-//    return "";
-//}
-
 PropertyContainer::PropertyType
 PropertyContainer::getPropertyType(const PropertyName &) const
 {
@@ -42,6 +36,12 @@
 }
 
 QString
+PropertyContainer::getPropertyIconName(const PropertyName &) const
+{
+    return QString();
+}
+
+QString
 PropertyContainer::getPropertyGroupName(const PropertyName &) const
 {
     return QString();