subsurface/qt-ui/profile
Tomaz Canabrava 254beef5d4 Transform the DiveProfileItem to an Abstract Generalization
The DiveProfileItem contained much of the complexity and
algorithms for almost all line-based items on the canvas,
so I transformed that to a general abstraction and implemented
a new DiveProfileItem that uses it. this should reduce a
bit of code since the implementation of the PP Graphs, Temperature
Cylinder Pressure and maybe a few others will only need to
reimplement the paint() and the modelDataChanged() methods.
The rest is ready.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-01-17 06:18:00 +07:00
..
animationfunctions.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
animationfunctions.h Added a new Namespace to deal with Animations and related functions. 2014-01-16 10:12:29 +07:00
divecartesianaxis.cpp Started the code for a grid that knows how to handle itself. 2014-01-17 06:16:47 +07:00
divecartesianaxis.h Started the code for a grid that knows how to handle itself. 2014-01-17 06:16:47 +07:00
diveeventitem.cpp Transform the DiveProfileItem to an Abstract Generalization 2014-01-17 06:18:00 +07:00
diveeventitem.h Transform the DiveProfileItem to an Abstract Generalization 2014-01-17 06:18:00 +07:00
divelineitem.cpp Added a new Namespace to deal with Animations and related functions. 2014-01-16 10:12:29 +07:00
divelineitem.h Added a class based on QGraphicsLineItem that can be animated. 2014-01-16 10:12:29 +07:00
divepixmapitem.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
divepixmapitem.h Added a QGraphicsPixmapItem subclass that handles Animations. 2014-01-16 10:12:29 +07:00
diveplotdatamodel.cpp Get rid of build warnings 2014-01-16 12:44:18 +07:00
diveplotdatamodel.h Added a Model that should handle the Dive Profile 2014-01-16 10:12:30 +07:00
diveprofileitem.cpp Transform the DiveProfileItem to an Abstract Generalization 2014-01-17 06:18:00 +07:00
diveprofileitem.h Transform the DiveProfileItem to an Abstract Generalization 2014-01-17 06:18:00 +07:00
diverectitem.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
diverectitem.h Added a new class based on QGraphicsRectItem that can be animated. 2014-01-16 10:12:20 +07:00
divetextitem.cpp Whitespace and coding style updates 2014-01-16 11:50:56 +07:00
divetextitem.h Add a class based on QGraphicsSimpleTextItem that handles animations. 2014-01-16 10:12:29 +07:00
profilewidget2.cpp Added a DiveEventItem that knows how to handle itself. 2014-01-17 06:17:09 +07:00
profilewidget2.h Added a DiveEventItem that knows how to handle itself. 2014-01-17 06:17:09 +07:00