comparison base/PropertyContainer.h @ 27:070e9e1e40ea

* Change SpectrogramLayer to use its own cache type instead of a QImage * Some gcc-4.0 compile fixes
author Chris Cannam
date Tue, 14 Feb 2006 17:43:14 +0000
parents d86891498eef
children 4b16526b011b
comparison
equal deleted inserted replaced
26:090c22aa726a 27:070e9e1e40ea
17 class Playable; 17 class Playable;
18 18
19 class PropertyContainer 19 class PropertyContainer
20 { 20 {
21 public: 21 public:
22 virtual ~PropertyContainer() { }
23
22 typedef QString PropertyName; 24 typedef QString PropertyName;
23 typedef std::vector<PropertyName> PropertyList; 25 typedef std::vector<PropertyName> PropertyList;
24 26
25 enum PropertyType { 27 enum PropertyType {
26 ToggleProperty, // on or off 28 ToggleProperty, // on or off