mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: add DiveCartesianAxis::height()
This is needed to properly layout the axes. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
15f20961c7
commit
abadbb6783
2 changed files with 12 additions and 3 deletions
|
|
@ -49,7 +49,8 @@ public:
|
|||
void setLineSize(qreal lineSize);
|
||||
void setLine(const QLineF& line);
|
||||
virtual void updateTicks(int animSpeed, color_index_t color = TIME_GRID);
|
||||
double width() const;
|
||||
double width() const; // only for vertical axes
|
||||
double height() const; // only for horizontal axes
|
||||
|
||||
signals:
|
||||
void sizeChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue