Defines | Functions

ExcelImport.cpp File Reference

#include "ApplicationWindow.h"
#include "MultiLayer.h"
#include "PlotCurve.h"
#include "Grid.h"
#include "ScaleEngine.h"
#include "QwtBarCurve.h"
#include "LegendWidget.h"
#include "RectangleWidget.h"
#include "EllipseWidget.h"
#include "ImageWidget.h"
#include "QwtPieCurve.h"
#include "ArrowMarker.h"
#include "QwtErrorPlotCurve.h"
#include <qwt_plot_canvas.h>
#include <qwt_scale_widget.h>
#include <qwt_symbol.h>
#include <QApplication>
#include <QClipboard>

Defines

#define xOffset   100
#define yOffset   15

Functions

QPen borderPen (QAxObject *o)
QColor colorToQColor (int rgb)
QBrush curveBrush (QAxObject *o)
void importGroupBoxes (int left, int top, QAxObject *chart, Graph *g)
void importLine (int left, int top, QAxObject *l, Graph *g)
void importPicture (int left, int top, QAxObject *r, Graph *g)
void importRectangle (int left, int top, QAxObject *r, Graph *g, int type)
void importShape (int left, int top, QAxObject *shape, Graph *g)
void importShapes (int left, int top, QAxObject *chart, Graph *g)
void importText (int left, int top, QAxObject *text, Graph *g, LegendWidget *l)
QBrush interiorBrush (QAxObject *o)
QPen linePen (QAxObject *o)
QFont qFont (QAxObject *o)
QPen qPen (QAxObject *o)
void setAxisFormat (Graph *g, int axisIndex, QAxObject *axis)
void setCurveErrorBars (DataCurve *c, QAxObject *curve)
void setCurveMarkersFormat (DataCurve *c, QAxObject *curve)

Define Documentation

#define xOffset   100
#define yOffset   15

Function Documentation

QPen borderPen ( QAxObject *  o  ) 

References colorToQColor().

Referenced by importRectangle(), and importText().

QColor colorToQColor ( int  rgb  ) 
QBrush curveBrush ( QAxObject *  o  ) 

References colorToQColor().

void importGroupBoxes ( int  left,
int  top,
QAxObject *  chart,
Graph g 
)

References importShape().

void importLine ( int  left,
int  top,
QAxObject *  l,
Graph g 
)
void importPicture ( int  left,
int  top,
QAxObject *  r,
Graph g 
)
void importRectangle ( int  left,
int  top,
QAxObject *  r,
Graph g,
int  type 
)
void importShape ( int  left,
int  top,
QAxObject *  shape,
Graph g 
)
void importShapes ( int  left,
int  top,
QAxObject *  chart,
Graph g 
)

References importShape().

void importText ( int  left,
int  top,
QAxObject *  text,
Graph g,
LegendWidget l 
)
QBrush interiorBrush ( QAxObject *  o  ) 

References colorToQColor().

Referenced by importRectangle(), and importText().

QPen linePen ( QAxObject *  o  ) 
QFont qFont ( QAxObject *  o  ) 

Referenced by importText(), and setAxisFormat().

QPen qPen ( QAxObject *  o  ) 

References linePen().

Referenced by setCurveErrorBars().

void setAxisFormat ( Graph g,
int  axisIndex,
QAxObject *  axis 
)
void setCurveErrorBars ( DataCurve c,
QAxObject *  curve 
)
void setCurveMarkersFormat ( DataCurve c,
QAxObject *  curve 
)

References colorToQColor().