Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
339:ba30f4a3e3be | 340:516819f2b97b |
---|---|
27 PropertyContainer::getProperties() const | 27 PropertyContainer::getProperties() const |
28 { | 28 { |
29 return PropertyList(); | 29 return PropertyList(); |
30 } | 30 } |
31 | 31 |
32 //QString | |
33 //PropertyContainer::getPropertyLabel(const PropertyName &) const | |
34 //{ | |
35 // return ""; | |
36 //} | |
37 | |
38 PropertyContainer::PropertyType | 32 PropertyContainer::PropertyType |
39 PropertyContainer::getPropertyType(const PropertyName &) const | 33 PropertyContainer::getPropertyType(const PropertyName &) const |
40 { | 34 { |
41 return InvalidProperty; | 35 return InvalidProperty; |
36 } | |
37 | |
38 QString | |
39 PropertyContainer::getPropertyIconName(const PropertyName &) const | |
40 { | |
41 return QString(); | |
42 } | 42 } |
43 | 43 |
44 QString | 44 QString |
45 PropertyContainer::getPropertyGroupName(const PropertyName &) const | 45 PropertyContainer::getPropertyGroupName(const PropertyName &) const |
46 { | 46 { |