2017-04-27 18:25:32 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2015-05-28 19:23:49 +00:00
|
|
|
#ifndef DIVEPLANNERMODEL_H
|
|
|
|
#define DIVEPLANNERMODEL_H
|
|
|
|
|
|
|
|
#include <QAbstractTableModel>
|
|
|
|
#include <QDateTime>
|
|
|
|
|
2016-04-05 05:02:03 +00:00
|
|
|
#include "core/dive.h"
|
2015-05-28 19:23:49 +00:00
|
|
|
|
|
|
|
class DivePlannerPointsModel : public QAbstractTableModel {
|
|
|
|
Q_OBJECT
|
|
|
|
public:
|
|
|
|
static DivePlannerPointsModel *instance();
|
|
|
|
enum Sections {
|
|
|
|
REMOVE,
|
|
|
|
DEPTH,
|
|
|
|
DURATION,
|
|
|
|
RUNTIME,
|
|
|
|
GAS,
|
|
|
|
CCSETPOINT,
|
|
|
|
COLUMNS
|
|
|
|
};
|
|
|
|
enum Mode {
|
|
|
|
NOTHING,
|
|
|
|
PLAN,
|
|
|
|
ADD
|
|
|
|
};
|
|
|
|
virtual int columnCount(const QModelIndex &parent = QModelIndex()) const;
|
|
|
|
virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const;
|
|
|
|
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
|
|
|
virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
|
|
|
|
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole);
|
|
|
|
virtual Qt::ItemFlags flags(const QModelIndex &index) const;
|
2016-07-06 12:40:28 +00:00
|
|
|
void gaschange(const QModelIndex &index, int newcylinderid);
|
2015-05-28 19:23:49 +00:00
|
|
|
void removeSelectedPoints(const QVector<int> &rows);
|
|
|
|
void setPlanMode(Mode mode);
|
|
|
|
bool isPlanner();
|
|
|
|
void createSimpleDive();
|
|
|
|
void setupStartTime();
|
|
|
|
void clear();
|
|
|
|
Mode currentMode() const;
|
|
|
|
bool setRecalc(bool recalc);
|
|
|
|
bool recalcQ();
|
2016-07-06 12:40:28 +00:00
|
|
|
bool tankInUse(int cylinderid);
|
2015-05-28 19:23:49 +00:00
|
|
|
void setupCylinders();
|
2016-07-06 12:40:35 +00:00
|
|
|
bool updateMaxDepth();
|
2015-05-28 19:23:49 +00:00
|
|
|
/**
|
|
|
|
* @return the row number.
|
|
|
|
*/
|
|
|
|
void editStop(int row, divedatapoint newData);
|
|
|
|
divedatapoint at(int row);
|
|
|
|
int size();
|
|
|
|
struct diveplan &getDiveplan();
|
|
|
|
QStringList &getGasList();
|
|
|
|
int lastEnteredPoint();
|
|
|
|
void removeDeco();
|
|
|
|
static bool addingDeco;
|
|
|
|
|
|
|
|
public
|
|
|
|
slots:
|
2017-02-04 13:12:43 +00:00
|
|
|
int addStop(int millimeters = 0, int seconds = 0, int cylinderid_in = -1, int ccpoint = 0, bool entered = true);
|
2015-05-28 19:23:49 +00:00
|
|
|
void addCylinder_clicked();
|
|
|
|
void setGFHigh(const int gfhigh);
|
|
|
|
void triggerGFHigh();
|
|
|
|
void setGFLow(const int ghflow);
|
|
|
|
void triggerGFLow();
|
2016-09-24 08:02:07 +00:00
|
|
|
void setVpmbConservatism(int level);
|
2015-05-28 19:23:49 +00:00
|
|
|
void setSurfacePressure(int pressure);
|
|
|
|
void setSalinity(int salinity);
|
|
|
|
int getSurfacePressure();
|
|
|
|
void setBottomSac(double sac);
|
|
|
|
void setDecoSac(double sac);
|
|
|
|
void setStartTime(const QTime &t);
|
|
|
|
void setStartDate(const QDate &date);
|
|
|
|
void setLastStop6m(bool value);
|
|
|
|
void setDropStoneMode(bool value);
|
|
|
|
void setVerbatim(bool value);
|
|
|
|
void setDisplayRuntime(bool value);
|
|
|
|
void setDisplayDuration(bool value);
|
|
|
|
void setDisplayTransitions(bool value);
|
2017-09-18 14:10:47 +00:00
|
|
|
void setDisplayVariations(bool value);
|
2015-07-03 21:07:58 +00:00
|
|
|
void setDecoMode(int mode);
|
2015-05-28 19:23:49 +00:00
|
|
|
void setSafetyStop(bool value);
|
|
|
|
void savePlan();
|
|
|
|
void saveDuplicatePlan();
|
|
|
|
void remove(const QModelIndex &index);
|
|
|
|
void cancelPlan();
|
|
|
|
void createTemporaryPlan();
|
|
|
|
void deleteTemporaryPlan();
|
|
|
|
void loadFromDive(dive *d);
|
|
|
|
void emitDataChanged();
|
|
|
|
void setRebreatherMode(int mode);
|
|
|
|
void setReserveGas(int reserve);
|
2015-06-22 11:48:42 +00:00
|
|
|
void setSwitchAtReqStop(bool value);
|
2015-06-19 10:25:03 +00:00
|
|
|
void setMinSwitchDuration(int duration);
|
2017-02-11 19:24:18 +00:00
|
|
|
void setSacFactor(double factor);
|
|
|
|
void setProblemSolvingTime(int minutes);
|
2017-10-03 08:06:15 +00:00
|
|
|
void setAscrate75(int rate);
|
|
|
|
void setAscrate50(int rate);
|
|
|
|
void setAscratestops(int rate);
|
|
|
|
void setAscratelast6m(int rate);
|
|
|
|
void setDescrate(int rate);
|
2015-05-28 19:23:49 +00:00
|
|
|
|
|
|
|
signals:
|
|
|
|
void planCreated();
|
|
|
|
void planCanceled();
|
|
|
|
void cylinderModelEdited();
|
|
|
|
void startTimeChanged(QDateTime);
|
|
|
|
void recreationChanged(bool);
|
2015-06-16 12:37:02 +00:00
|
|
|
void calculatedPlanNotes();
|
2015-05-28 19:23:49 +00:00
|
|
|
|
|
|
|
private:
|
|
|
|
explicit DivePlannerPointsModel(QObject *parent = 0);
|
|
|
|
void createPlan(bool replanCopy);
|
|
|
|
struct diveplan diveplan;
|
2017-08-28 21:59:58 +00:00
|
|
|
struct divedatapoint *cloneDiveplan(struct diveplan *plan_copy);
|
|
|
|
void computeVariations();
|
2017-08-29 10:26:00 +00:00
|
|
|
int analyzeVariations(struct decostop *min, struct decostop *mid, struct decostop *max, const char *unit);
|
2015-05-28 19:23:49 +00:00
|
|
|
Mode mode;
|
|
|
|
bool recalc;
|
|
|
|
QVector<divedatapoint> divepoints;
|
|
|
|
QDateTime startTime;
|
|
|
|
int tempGFHigh;
|
|
|
|
int tempGFLow;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|