17#include "ui_DiagramPrefs.h"
52 const QString& listName,
54 QDialog* parent =
nullptr);
62 QDialog* parent =
nullptr);
73 QDialog* parent =
nullptr);
90 int loadFile(
const QString &filename);
97 int loadList(
const std::vector< std::pair<QDateTime, float> > &coords);
99 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.
A dialog that allows for setting preferences for a requested diagram.
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.