27 virtual bool hasNext() override;
29 //The first record is at position 0. If index = -1 the record positioning is skipped (keeps current record)
30 virtual bool seek(int index) override;
32 int size() const override;
35 virtual bool update();
38 virtual QVariant value(const QString& columnname, bool* ok = 0, int nQTDataRole = -1) const;
39 virtual QVariant value(int column, bool* ok = 0, int nQTDataRole = -1) const;
40 bool read(NCReportXMLReader*) override;
41 bool write(NCReportXMLWriter*) override;
43 Buffer<Deployment> m_deployments;
44 uint04 m_deployment_number;
45 Deployment m_current_deployment;
46 Deployment m_current_planned_deployment;
47 StationModel m_current_station;
49 Model m_current_pattern;