@@ -56,9 +56,9 public: | |||||
56 | int tickXCount() const {return m_tickXCount;} |
|
56 | int tickXCount() const {return m_tickXCount;} | |
57 | int tickYCount() const {return m_tickYCount;} |
|
57 | int tickYCount() const {return m_tickYCount;} | |
58 |
|
58 | |||
59 | friend bool operator== (const Domain &domain1, const Domain &domain2); |
|
59 | friend bool QTCOMMERCIALCHART_AUTOTEST_EXPORT operator== (const Domain &domain1, const Domain &domain2); | |
60 | friend bool operator!= (const Domain &domain1, const Domain &domain2); |
|
60 | friend bool QTCOMMERCIALCHART_AUTOTEST_EXPORT operator!= (const Domain &domain1, const Domain &domain2); | |
61 | friend QDebug operator<<(QDebug dbg, const Domain &domain); |
|
61 | friend QDebug QTCOMMERCIALCHART_AUTOTEST_EXPORT operator<<(QDebug dbg, const Domain &domain); | |
62 |
|
62 | |||
63 | void zoomIn(const QRectF& rect, const QSizeF& size); |
|
63 | void zoomIn(const QRectF& rect, const QSizeF& size); | |
64 | void zoomOut(const QRectF& rect, const QSizeF& size); |
|
64 | void zoomOut(const QRectF& rect, const QSizeF& size); |
General Comments 0
You need to be logged in to leave comments.
Login now