comparison base/PropertyContainer.h @ 136:e4acb520ad2a

* fledgling preferences stuff
author Chris Cannam
date Mon, 10 Jul 2006 13:54:49 +0000
parents a08718723b20
children 4f26f623a8bc
comparison
equal deleted inserted replaced
135:fb8422cf4326 136:e4acb520ad2a
100 */ 100 */
101 virtual void setProperty(const PropertyName &, int value); 101 virtual void setProperty(const PropertyName &, int value);
102 102
103 /** 103 /**
104 * Set a property using a command, supporting undo and redo. 104 * Set a property using a command, supporting undo and redo.
105 * The default implementation should work for most subclasses.
105 */ 106 */
106 virtual void setPropertyWithCommand(const PropertyName &, int value); 107 virtual void setPropertyWithCommand(const PropertyName &, int value);
107 108
108 protected: 109 protected:
109 110