comparison layer/TimeRulerLayer.h @ 976:f2c63ec85901 alignment-simple

Branch to test simple FFT model code
author Chris Cannam
date Mon, 15 Jun 2015 09:15:55 +0100
parents e53a87a5efb2
children e3c7da3d896e
comparison
equal deleted inserted replaced
946:36cddc3de023 976:f2c63ec85901
58 virtual void toXml(QTextStream &stream, QString indent = "", 58 virtual void toXml(QTextStream &stream, QString indent = "",
59 QString extraAttributes = "") const; 59 QString extraAttributes = "") const;
60 60
61 void setProperties(const QXmlAttributes &attributes); 61 void setProperties(const QXmlAttributes &attributes);
62 62
63 virtual bool canExistWithoutModel() const { return true; }
64
63 protected: 65 protected:
64 Model *m_model; 66 Model *m_model;
65 LabelHeight m_labelHeight; 67 LabelHeight m_labelHeight;
66 68
67 virtual int getDefaultColourHint(bool dark, bool &impose); 69 virtual int getDefaultColourHint(bool dark, bool &impose);