6#include "ui_DiagramPrefs.h"
41 const QString& listName,
43 QDialog* parent =
nullptr);
51 QDialog* parent =
nullptr);
62 QDialog* parent =
nullptr);
79 int loadFile(
const QString &filename);
86 int loadList(
const std::vector< std::pair<QDateTime, float> > &coords);
88 std::vector<DiagramList*>
_list;
Creates a window containing a diagram.
A List of data points and all the necessary meta-information to draw a graph.
void on_loadFileButton_clicked()
Instructions if the "Load File"-Button has been pressed.
void createVisibilityCheckboxes()
DiagramPrefsDialog(const GeoLib::Station *stn, const QString &listName, QDialog *parent=nullptr)
void reject() override
Instructions if the Cancel-Button has been pressed.
~DiagramPrefsDialog() override
int loadFile(const QString &filename)
int loadList(const std::vector< std::pair< QDateTime, float > > &coords)
std::vector< QCheckBox * > _visability
std::vector< DiagramList * > _list
A Station (observation site) is basically a Point with some additional information.