mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cartesian Axis, based on the Ruler class on the Dive Planner.
This is the same class as the Ruler, but uses the DiveLineItem and DiveTextItem classes created to make it animateable. The next few commits will work on that part. The Ruler was a very bad name for a class that's actually an Axis, that's why I depreceated the later. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ca07f45561
commit
49f4052c67
3 changed files with 210 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ HEADERS = \
|
|||
qt-ui/profile/divepixmapitem.h \
|
||||
qt-ui/profile/divelineitem.h \
|
||||
qt-ui/profile/divetextitem.h \
|
||||
qt-ui/profile/animationfunctions.h
|
||||
qt-ui/profile/animationfunctions.h \
|
||||
qt-ui/profile/divecartesianaxis.h
|
||||
|
||||
SOURCES = \
|
||||
deco.c \
|
||||
|
|
@ -124,7 +125,8 @@ SOURCES = \
|
|||
qt-ui/profile/divepixmapitem.cpp \
|
||||
qt-ui/profile/divelineitem.cpp \
|
||||
qt-ui/profile/divetextitem.cpp \
|
||||
qt-ui/profile/animationfunctions.cpp
|
||||
qt-ui/profile/animationfunctions.cpp \
|
||||
qt-ui/profile/divecartesianaxis.cpp
|
||||
|
||||
linux*: SOURCES += linux.c
|
||||
mac: SOURCES += macos.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue