New profile: add the RulerItem

This patch adds the RulerItem inside of the new profile, and already takes
settings into consideration.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-02-27 15:20:03 -03:00 committed by Dirk Hohndel
parent 250653a67f
commit 35e102b176
2 changed files with 16 additions and 1 deletions

View file

@ -16,6 +16,7 @@
#include "graphicsview-common.h"
#include "divelineitem.h"
class RulerItem2;
struct dive;
struct plot_info;
class ToolTipItem;
@ -101,6 +102,7 @@ private:
PartialPressureGasItem *po2GasItem;
DiveCartesianAxis *heartBeatAxis;
DiveHeartrateItem *heartBeatItem;
RulerItem2 *rulerItem;
};
#endif // PROFILEWIDGET2_H