Mercurial > hg > svcore
comparison base/PropertyContainer.h @ 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 |
---|---|
58 /** | 58 /** |
59 * Return the type of the given property, or InvalidProperty if | 59 * Return the type of the given property, or InvalidProperty if |
60 * the property is not supported on this container. | 60 * the property is not supported on this container. |
61 */ | 61 */ |
62 virtual PropertyType getPropertyType(const PropertyName &) const; | 62 virtual PropertyType getPropertyType(const PropertyName &) const; |
63 | |
64 /** | |
65 * Return an icon for the property, if any. | |
66 */ | |
67 virtual QString getPropertyIconName(const PropertyName &) const; | |
63 | 68 |
64 /** | 69 /** |
65 * If this property has something in common with other properties | 70 * If this property has something in common with other properties |
66 * on this container, return a name that can be used to group them | 71 * on this container, return a name that can be used to group them |
67 * (in order to save screen space, for example). e.g. "Window | 72 * (in order to save screen space, for example). e.g. "Window |