#include <importOPJ.h>
Public Member Functions | |
bool | createProjectTree (const OPJFile &opj) |
int | error () |
bool | importGraphs (const OPJFile &opj) |
bool | importNotes (const OPJFile &opj) |
ImportOPJ (ApplicationWindow *app, const QString &filename) | |
bool | importTables (const OPJFile &opj) |
Private Member Functions | |
void | addText (const text &_text, Graph *graph, LegendWidget *txt, const rect &layerRect, double fFontScaleFactor, double fXScale, double fYScale) |
int | arrowAngle (double length, double width) |
QString | parseOriginTags (const QString &str) |
QString | parseOriginText (const QString &str) |
int | translateOrigin2QtiplotLineStyle (int linestyle) |
Private Attributes | |
ApplicationWindow * | mw |
int | parse_error |
int | xoffset |
ImportOPJ::ImportOPJ | ( | ApplicationWindow * | app, | |
const QString & | filename | |||
) |
void ImportOPJ::addText | ( | const text & | _text, | |
Graph * | graph, | |||
LegendWidget * | txt, | |||
const rect & | layerRect, | |||
double | fFontScaleFactor, | |||
double | fXScale, | |||
double | fYScale | |||
) | [private] |
int ImportOPJ::arrowAngle | ( | double | length, | |
double | width | |||
) | [inline, private] |
bool ImportOPJ::createProjectTree | ( | const OPJFile & | opj | ) |
int ImportOPJ::error | ( | ) | [inline] |
bool ImportOPJ::importGraphs | ( | const OPJFile & | opj | ) |
hack used in order to avoid resize and repaint events
bool ImportOPJ::importNotes | ( | const OPJFile & | opj | ) |
bool ImportOPJ::importTables | ( | const OPJFile & | opj | ) |
QString ImportOPJ::parseOriginTags | ( | const QString & | str | ) | [private] |
QString ImportOPJ::parseOriginText | ( | const QString & | str | ) | [private] |
int ImportOPJ::translateOrigin2QtiplotLineStyle | ( | int | linestyle | ) | [private] |
ApplicationWindow* ImportOPJ::mw [private] |
int ImportOPJ::parse_error [private] |
int ImportOPJ::xoffset [private] |