summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-09-18 16:20:49 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-19 06:23:54 +0000
commit082f3b450028b603bf471b3c32b16c669047347a (patch)
tree038b10950e41e26026432223d0eae01c99646bb0
parent28f8372233b5a4bbc740959d4a7d0d4823727798 (diff)
Update plugins.qmltypes
Change-Id: I99ac15424088272eed971905d7c80eed880ab842 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/chartsqml2/plugins.qmltypes324
1 files changed, 44 insertions, 280 deletions
diff --git a/src/chartsqml2/plugins.qmltypes b/src/chartsqml2/plugins.qmltypes
index 263f1c5b..334c4f13 100644
--- a/src/chartsqml2/plugins.qmltypes
+++ b/src/chartsqml2/plugins.qmltypes
@@ -4,280 +4,10 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable QtCharts 2.0'
+// 'qmlplugindump -nonrelocatable -qapp QtCharts 2.2'
Module {
- dependencies: []
- Component {
- name: "QAbstractItemModel"
- prototype: "QObject"
- exports: [
- "QtCharts/AbstractItemModel 1.0",
- "QtCharts/AbstractItemModel 2.0"
- ]
- isCreatable: false
- exportMetaObjectRevisions: [0, 0]
- Enum {
- name: "LayoutChangeHint"
- values: {
- "NoLayoutChangeHint": 0,
- "VerticalSortHint": 1,
- "HorizontalSortHint": 2
- }
- }
- Signal {
- name: "dataChanged"
- Parameter { name: "topLeft"; type: "QModelIndex" }
- Parameter { name: "bottomRight"; type: "QModelIndex" }
- Parameter { name: "roles"; type: "QVector<int>" }
- }
- Signal {
- name: "dataChanged"
- Parameter { name: "topLeft"; type: "QModelIndex" }
- Parameter { name: "bottomRight"; type: "QModelIndex" }
- }
- Signal {
- name: "headerDataChanged"
- Parameter { name: "orientation"; type: "Qt::Orientation" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "layoutChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
- }
- Signal {
- name: "layoutChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- }
- Signal { name: "layoutChanged" }
- Signal {
- name: "layoutAboutToBeChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- Parameter { name: "hint"; type: "QAbstractItemModel::LayoutChangeHint" }
- }
- Signal {
- name: "layoutAboutToBeChanged"
- Parameter { name: "parents"; type: "QList<QPersistentModelIndex>" }
- }
- Signal { name: "layoutAboutToBeChanged" }
- Signal {
- name: "rowsAboutToBeInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsAboutToBeRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "rowsRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsInserted"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal {
- name: "columnsRemoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "first"; type: "int" }
- Parameter { name: "last"; type: "int" }
- }
- Signal { name: "modelAboutToBeReset" }
- Signal { name: "modelReset" }
- Signal {
- name: "rowsAboutToBeMoved"
- Parameter { name: "sourceParent"; type: "QModelIndex" }
- Parameter { name: "sourceStart"; type: "int" }
- Parameter { name: "sourceEnd"; type: "int" }
- Parameter { name: "destinationParent"; type: "QModelIndex" }
- Parameter { name: "destinationRow"; type: "int" }
- }
- Signal {
- name: "rowsMoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "start"; type: "int" }
- Parameter { name: "end"; type: "int" }
- Parameter { name: "destination"; type: "QModelIndex" }
- Parameter { name: "row"; type: "int" }
- }
- Signal {
- name: "columnsAboutToBeMoved"
- Parameter { name: "sourceParent"; type: "QModelIndex" }
- Parameter { name: "sourceStart"; type: "int" }
- Parameter { name: "sourceEnd"; type: "int" }
- Parameter { name: "destinationParent"; type: "QModelIndex" }
- Parameter { name: "destinationColumn"; type: "int" }
- }
- Signal {
- name: "columnsMoved"
- Parameter { name: "parent"; type: "QModelIndex" }
- Parameter { name: "start"; type: "int" }
- Parameter { name: "end"; type: "int" }
- Parameter { name: "destination"; type: "QModelIndex" }
- Parameter { name: "column"; type: "int" }
- }
- Method { name: "submit"; type: "bool" }
- Method { name: "revert" }
- Method {
- name: "hasIndex"
- type: "bool"
- Parameter { name: "row"; type: "int" }
- Parameter { name: "column"; type: "int" }
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method {
- name: "hasIndex"
- type: "bool"
- Parameter { name: "row"; type: "int" }
- Parameter { name: "column"; type: "int" }
- }
- Method {
- name: "index"
- type: "QModelIndex"
- Parameter { name: "row"; type: "int" }
- Parameter { name: "column"; type: "int" }
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method {
- name: "index"
- type: "QModelIndex"
- Parameter { name: "row"; type: "int" }
- Parameter { name: "column"; type: "int" }
- }
- Method {
- name: "parent"
- type: "QModelIndex"
- Parameter { name: "child"; type: "QModelIndex" }
- }
- Method {
- name: "sibling"
- type: "QModelIndex"
- Parameter { name: "row"; type: "int" }
- Parameter { name: "column"; type: "int" }
- Parameter { name: "idx"; type: "QModelIndex" }
- }
- Method {
- name: "rowCount"
- type: "int"
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method { name: "rowCount"; type: "int" }
- Method {
- name: "columnCount"
- type: "int"
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method { name: "columnCount"; type: "int" }
- Method {
- name: "hasChildren"
- type: "bool"
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method { name: "hasChildren"; type: "bool" }
- Method {
- name: "data"
- type: "QVariant"
- Parameter { name: "index"; type: "QModelIndex" }
- Parameter { name: "role"; type: "int" }
- }
- Method {
- name: "data"
- type: "QVariant"
- Parameter { name: "index"; type: "QModelIndex" }
- }
- Method {
- name: "setData"
- type: "bool"
- Parameter { name: "index"; type: "QModelIndex" }
- Parameter { name: "value"; type: "QVariant" }
- Parameter { name: "role"; type: "int" }
- }
- Method {
- name: "setData"
- type: "bool"
- Parameter { name: "index"; type: "QModelIndex" }
- Parameter { name: "value"; type: "QVariant" }
- }
- Method {
- name: "headerData"
- type: "QVariant"
- Parameter { name: "section"; type: "int" }
- Parameter { name: "orientation"; type: "Qt::Orientation" }
- Parameter { name: "role"; type: "int" }
- }
- Method {
- name: "headerData"
- type: "QVariant"
- Parameter { name: "section"; type: "int" }
- Parameter { name: "orientation"; type: "Qt::Orientation" }
- }
- Method {
- name: "fetchMore"
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method {
- name: "canFetchMore"
- type: "bool"
- Parameter { name: "parent"; type: "QModelIndex" }
- }
- Method {
- name: "flags"
- type: "Qt::ItemFlags"
- Parameter { name: "index"; type: "QModelIndex" }
- }
- Method {
- name: "match"
- type: "QModelIndexList"
- Parameter { name: "start"; type: "QModelIndex" }
- Parameter { name: "role"; type: "int" }
- Parameter { name: "value"; type: "QVariant" }
- Parameter { name: "hits"; type: "int" }
- Parameter { name: "flags"; type: "Qt::MatchFlags" }
- }
- Method {
- name: "match"
- type: "QModelIndexList"
- Parameter { name: "start"; type: "QModelIndex" }
- Parameter { name: "role"; type: "int" }
- Parameter { name: "value"; type: "QVariant" }
- Parameter { name: "hits"; type: "int" }
- }
- Method {
- name: "match"
- type: "QModelIndexList"
- Parameter { name: "start"; type: "QModelIndex" }
- Parameter { name: "role"; type: "int" }
- Parameter { name: "value"; type: "QVariant" }
- }
- }
+ dependencies: ["QtQuick 2.8"]
Component {
name: "QGraphicsObject"
defaultProperty: "children"
@@ -919,14 +649,14 @@ Module {
"SeriesTypeBar": 2,
"SeriesTypeStackedBar": 3,
"SeriesTypePercentBar": 4,
- "SeriesTypeBoxPlot": 5,
- "SeriesTypeCandlestick": 6,
- "SeriesTypePie": 7,
- "SeriesTypeScatter": 8,
- "SeriesTypeSpline": 9,
- "SeriesTypeHorizontalBar": 10,
- "SeriesTypeHorizontalStackedBar": 11,
- "SeriesTypeHorizontalPercentBar": 12
+ "SeriesTypePie": 5,
+ "SeriesTypeScatter": 6,
+ "SeriesTypeSpline": 7,
+ "SeriesTypeHorizontalBar": 8,
+ "SeriesTypeHorizontalStackedBar": 9,
+ "SeriesTypeHorizontalPercentBar": 10,
+ "SeriesTypeBoxPlot": 11,
+ "SeriesTypeCandlestick": 12
}
}
Property { name: "theme"; type: "Theme" }
@@ -1960,6 +1690,11 @@ Module {
Property { name: "y"; type: "double" }
}
Component {
+ name: "QtCharts::LegendScroller"
+ defaultProperty: "children"
+ prototype: "QtCharts::QLegend"
+ }
+ Component {
name: "QtCharts::QAbstractAxis"
prototype: "QObject"
exports: [
@@ -2121,6 +1856,7 @@ Module {
Property { name: "labelsFormat"; type: "string" }
Property { name: "labelsPosition"; type: "LabelsPosition" }
Property { name: "labelsAngle"; type: "double" }
+ Property { name: "labelsPrecision"; type: "int" }
Signal {
name: "clicked"
Parameter { name: "index"; type: "int" }
@@ -2160,6 +1896,10 @@ Module {
Parameter { name: "angle"; type: "double" }
}
Signal {
+ name: "labelsPrecisionChanged"
+ Parameter { name: "precision"; type: "int" }
+ }
+ Signal {
name: "barsetsAdded"
Parameter { name: "sets"; type: "QList<QBarSet*>" }
}
@@ -2652,6 +2392,15 @@ Module {
exports: ["QtCharts/Legend 1.0", "QtCharts/Legend 2.0"]
isCreatable: false
exportMetaObjectRevisions: [0, 0]
+ Enum {
+ name: "MarkerShape"
+ values: {
+ "MarkerShapeDefault": 0,
+ "MarkerShapeRectangle": 1,
+ "MarkerShapeCircle": 2,
+ "MarkerShapeFromSeries": 3
+ }
+ }
Property { name: "alignment"; type: "Qt::Alignment" }
Property { name: "backgroundVisible"; type: "bool" }
Property { name: "color"; type: "QColor" }
@@ -2660,6 +2409,7 @@ Module {
Property { name: "labelColor"; type: "QColor" }
Property { name: "reverseMarkers"; type: "bool" }
Property { name: "showToolTips"; type: "bool" }
+ Property { name: "markerShape"; type: "MarkerShape" }
Signal {
name: "backgroundVisibleChanged"
Parameter { name: "visible"; type: "bool" }
@@ -2688,6 +2438,10 @@ Module {
name: "showToolTipsChanged"
Parameter { name: "showToolTips"; type: "bool" }
}
+ Signal {
+ name: "markerShapeChanged"
+ Parameter { name: "shape"; type: "MarkerShape" }
+ }
}
Component { name: "QtCharts::QLineSeries"; prototype: "QtCharts::QXYSeries" }
Component {
@@ -2699,6 +2453,8 @@ Module {
Property { name: "max"; type: "double" }
Property { name: "labelFormat"; type: "string" }
Property { name: "base"; type: "double" }
+ Property { name: "tickCount"; type: "int"; isReadonly: true }
+ Property { name: "minorTickCount"; type: "int" }
Signal {
name: "minChanged"
Parameter { name: "min"; type: "double" }
@@ -2720,6 +2476,14 @@ Module {
name: "baseChanged"
Parameter { name: "base"; type: "double" }
}
+ Signal {
+ name: "tickCountChanged"
+ Parameter { name: "tickCount"; type: "int" }
+ }
+ Signal {
+ name: "minorTickCountChanged"
+ Parameter { name: "minorTickCount"; type: "int" }
+ }
}
Component { name: "QtCharts::QPercentBarSeries"; prototype: "QtCharts::QAbstractBarSeries" }
Component {