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:
Tomaz Canabrava 2014-01-14 16:20:15 -02:00 committed by Dirk Hohndel
parent ca07f45561
commit 49f4052c67
3 changed files with 210 additions and 2 deletions

View file

@ -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