##// END OF EJS Templates
Adds axis scoped pointers (to be checked on windows)
Adds axis scoped pointers (to be checked on windows)

File last commit:

r732:4aded284df80
r788:bfedfc6138fd
Show More
declarativelineseries.h
20 lines | 406 B | text/x-c | CLexer
/ qmlplugin / declarativelineseries.h
Tero Ahola
Dynamic data for QML pie and line series
r215 #ifndef DECLARATIVELINESERIES_H
#define DECLARATIVELINESERIES_H
#include "qchartglobal.h"
Tero Ahola
Spline to QML API
r732 #include "declarativexyseries.h"
Tero Ahola
Dynamic data for QML pie and line series
r215 #include <QDeclarativeItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
Tero Ahola
Spline to QML API
r732 class DeclarativeLineSeries : public DeclarativeXySeries
Tero Ahola
Dynamic data for QML pie and line series
r215 {
Q_OBJECT
public:
explicit DeclarativeLineSeries(QDeclarativeItem *parent = 0);
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // DECLARATIVELINESERIES_H