comparison layer/NoteLayer.h @ 18:d8e6709e9075

add - EasaierSessionManager - Easaier menus - Interval model
author lbajardsilogic
date Mon, 14 May 2007 13:13:14 +0000
parents fc9323a41f5a
children 0387f53242b2
comparison
equal deleted inserted replaced
17:e59b19407b6d 18:d8e6709e9075
96 virtual bool getDisplayExtents(float &min, float &max) const; 96 virtual bool getDisplayExtents(float &min, float &max) const;
97 97
98 virtual QString toXmlString(QString indent = "", 98 virtual QString toXmlString(QString indent = "",
99 QString extraAttributes = "") const; 99 QString extraAttributes = "") const;
100 100
101 virtual QString toEasaierXmlString(QString indent = "",
102 QString extraAttributes = "") const;
103
101 void setProperties(const QXmlAttributes &attributes); 104 void setProperties(const QXmlAttributes &attributes);
102 105
103 protected: 106 protected:
104 void getScaleExtents(View *, float &min, float &max, bool &log) const; 107 void getScaleExtents(View *, float &min, float &max, bool &log) const;
105 int getYForValue(View *v, float value) const; 108 int getYForValue(View *v, float value) const;