#include "datetimehelp.h"
#include "dataload_csv.h"
#include <QTextStream>
#include <QFile>
#include <QMessageBox>
#include <QDebug>
#include <QSettings>
#include <QProgressDialog>
#include <QDateTime>
#include <QInputDialog>
#include <QPushButton>
#include <QSyntaxStyle>
#include <QRadioButton>
#include <array>
#include <set>
#include <QStandardItemModel>
Go to the source code of this file.
◆ AutoParseTimestamp()
std::optional<double> AutoParseTimestamp |
( |
const QString & |
str | ) |
|
◆ FormatParseTimestamp()
std::optional<double> FormatParseTimestamp |
( |
const QString & |
str, |
|
|
const QString & |
format |
|
) |
| |
◆ SplitLine()
void SplitLine |
( |
const QString & |
line, |
|
|
QChar |
separator, |
|
|
QStringList & |
parts |
|
) |
| |
◆ INDEX_AS_TIME
constexpr const char* INDEX_AS_TIME = "__TIME_INDEX_GENERATED__" |
|
staticconstexpr |
◆ TIME_INDEX_GENERATED
constexpr int TIME_INDEX_GENERATED = -1 |
|
staticconstexpr |
◆ TIME_INDEX_NOT_DEFINED
constexpr int TIME_INDEX_NOT_DEFINED = -2 |
|
staticconstexpr |