Mercurial > hg > svcore
comparison base/PropertyContainer.h @ 116:a08718723b20
* Add units repository, and unit property on time-value and note layers.
author | Chris Cannam |
---|---|
date | Thu, 11 May 2006 15:02:14 +0000 |
parents | 5b8392e80ed6 |
children | e4acb520ad2a |
comparison
equal
deleted
inserted
replaced
115:90ade4fa63be | 116:a08718723b20 |
---|---|
37 enum PropertyType { | 37 enum PropertyType { |
38 ToggleProperty, // on or off | 38 ToggleProperty, // on or off |
39 RangeProperty, // range of integers | 39 RangeProperty, // range of integers |
40 ValueProperty, // range of integers given string labels | 40 ValueProperty, // range of integers given string labels |
41 ColourProperty, // colours, get/set as qRgb | 41 ColourProperty, // colours, get/set as qRgb |
42 UnitsProperty, // unit from UnitDatabase, get/set unit id | |
42 InvalidProperty, // property not found! | 43 InvalidProperty, // property not found! |
43 }; | 44 }; |
44 | 45 |
45 /** | 46 /** |
46 * Get a list of the names of all the supported properties on this | 47 * Get a list of the names of all the supported properties on this |