#include "importOPJ.h"
#include <QRegExp>
#include <QMessageBox>
#include <QDockWidget>
#include <QLocale>
#include <QDate>
#include <QDir>
#include <QTemporaryFile>
#include "matrix/Matrix.h"
#include "matrix/MatrixModel.h"
#include "ColorBox.h"
#include "plot2D/MultiLayer.h"
#include "Note.h"
#include "Folder.h"
#include "plot2D/QwtHistogram.h"
#include "plot2D/QwtPieCurve.h"
#include "plot2D/VectorCurve.h"
#include "plot2D/LegendWidget.h"
#include "plot2D/Grid.h"
#include "plot2D/ArrowMarker.h"
#include "plot2D/ImageWidget.h"
#include "qwt_plot_canvas.h"
#include "qwt_plot_layout.h"
#include "qwt_scale_widget.h"
#include <gsl/gsl_math.h>
Defines | |
#define | OBJECTXOFFSET 200 |
Functions | |
QString | JulianDateTime2String (double jdt) |
uint | qHash (const tree< projectNode >::iterator &key) |
QString | strreverse (const QString &str) |
#define OBJECTXOFFSET 200 |
Referenced by ImportOPJ::importNotes(), and ImportOPJ::importTables().
QString JulianDateTime2String | ( | double | jdt | ) |
uint qHash | ( | const tree< projectNode >::iterator & | key | ) | [inline] |
QString strreverse | ( | const QString & | str | ) |
Referenced by ImportOPJ::parseOriginTags().