[][src]Crate qt_charts

Bindings for QtCharts C++ library.

Starting guide and examples are available at https://github.com/rust-qt/examples.

This crate was generated for Qt 5.13.0, 5.9.7, 5.11.3, 5.12.2. It should work with other Qt versions later than 5.9.7, but API specific to other versions will not be available.

This crate was generated by ritual. See README for more information.

Re-exports

pub use cpp_core;
pub use qt_core;
pub use qt_gui;
pub use qt_widgets;

Modules

ops

Functions that provide access to C++ operators

q_abstract_axis

C++ type: QtCharts::QAbstractAxis

q_abstract_bar_series

C++ type: QtCharts::QAbstractBarSeries

q_abstract_series

C++ type: QtCharts::QAbstractSeries

q_box_set

C++ type: QtCharts::QBoxSet

q_category_axis

C++ type: QtCharts::QCategoryAxis

q_chart

C++ type: QtCharts::QChart

q_chart_view

C++ type: QtCharts::QChartView

q_legend

C++ type: QtCharts::QLegend

q_legend_marker

C++ type: QtCharts::QLegendMarker

q_list_of_q_abstract_axis

C++ type: QList<QtCharts::QAbstractAxis*>

q_list_of_q_abstract_series

C++ type: QList<QtCharts::QAbstractSeries*>

q_list_of_q_bar_set

C++ type: QList<QtCharts::QBarSet*>

q_list_of_q_box_set

C++ type: QList<QtCharts::QBoxSet*>

q_list_of_q_candlestick_set

C++ type: QList<QtCharts::QCandlestickSet*>

q_list_of_q_legend_marker

C++ type: QList<QtCharts::QLegendMarker*>

q_list_of_q_pie_slice

C++ type: QList<QtCharts::QPieSlice*>

q_list_of_q_point_f

C++ type: QList<QPointF>

q_pie_slice

C++ type: QtCharts::QPieSlice

q_polar_chart

C++ type: QtCharts::QPolarChart

q_scatter_series

C++ type: QtCharts::QScatterSeries

q_value_axis

C++ type: QtCharts::QValueAxis

Structs

QAbstractAxis

C++ class: QtCharts::QAbstractAxis.

QAbstractBarSeries

C++ class: QtCharts::QAbstractBarSeries.

QAbstractSeries

C++ class: QtCharts::QAbstractSeries.

QAreaLegendMarker

C++ class: QtCharts::QAreaLegendMarker.

QAreaSeries

C++ class: QtCharts::QAreaSeries.

QBarCategoryAxis

C++ class: QtCharts::QBarCategoryAxis.

QBarLegendMarker

C++ class: QtCharts::QBarLegendMarker.

QBarModelMapper

C++ class: QtCharts::QBarModelMapper.

QBarSeries

C++ class: QtCharts::QBarSeries.

QBarSet

C++ class: QtCharts::QBarSet.

QBoxPlotLegendMarker

C++ class: QtCharts::QBoxPlotLegendMarker.

QBoxPlotModelMapper

C++ class: QtCharts::QBoxPlotModelMapper.

QBoxPlotSeries

C++ class: QtCharts::QBoxPlotSeries.

QBoxSet

C++ class: QtCharts::QBoxSet.

QCandlestickLegendMarker

C++ class: QtCharts::QCandlestickLegendMarker.

QCandlestickModelMapper

C++ class: QtCharts::QCandlestickModelMapper.

QCandlestickSeries

C++ class: QtCharts::QCandlestickSeries.

QCandlestickSet

C++ class: QtCharts::QCandlestickSet.

QCategoryAxis

C++ class: QtCharts::QCategoryAxis.

QChart

C++ class: QtCharts::QChart.

QChartView

C++ class: QtCharts::QChartView.

QDateTimeAxis

C++ class: QtCharts::QDateTimeAxis.

QHBarModelMapper

C++ class: QtCharts::QHBarModelMapper.

QHBoxPlotModelMapper

C++ class: QtCharts::QHBoxPlotModelMapper.

QHCandlestickModelMapper

C++ class: QtCharts::QHCandlestickModelMapper.

QHPieModelMapper

C++ class: QtCharts::QHPieModelMapper.

QHXYModelMapper

C++ class: QtCharts::QHXYModelMapper.

QHorizontalBarSeries

C++ class: QtCharts::QHorizontalBarSeries.

QHorizontalPercentBarSeries

C++ class: QtCharts::QHorizontalPercentBarSeries.

QHorizontalStackedBarSeries

C++ class: QtCharts::QHorizontalStackedBarSeries.

QLegend

C++ class: QtCharts::QLegend.

QLegendMarker

C++ class: QtCharts::QLegendMarker.

QLineSeries

C++ class: QtCharts::QLineSeries.

QListOfQAbstractAxis

The QList class is a template class that provides lists.

QListOfQAbstractSeries

The QList class is a template class that provides lists.

QListOfQBarSet

The QList class is a template class that provides lists.

QListOfQBoxSet

The QList class is a template class that provides lists.

QListOfQCandlestickSet

The QList class is a template class that provides lists.

QListOfQLegendMarker

The QList class is a template class that provides lists.

QListOfQPieSlice

The QList class is a template class that provides lists.

QListOfQPointF

The QList class is a template class that provides lists.

QLogValueAxis

C++ class: QtCharts::QLogValueAxis.

QPercentBarSeries

C++ class: QtCharts::QPercentBarSeries.

QPieLegendMarker

C++ class: QtCharts::QPieLegendMarker.

QPieModelMapper

C++ class: QtCharts::QPieModelMapper.

QPieSeries

C++ class: QtCharts::QPieSeries.

QPieSlice

C++ class: QtCharts::QPieSlice.

QPolarChart

C++ class: QtCharts::QPolarChart.

QScatterSeries

C++ class: QtCharts::QScatterSeries.

QSplineSeries

C++ class: QtCharts::QSplineSeries.

QStackedBarSeries

C++ class: QtCharts::QStackedBarSeries.

QVBarModelMapper

C++ class: QtCharts::QVBarModelMapper.

QVBoxPlotModelMapper

C++ class: QtCharts::QVBoxPlotModelMapper.

QVCandlestickModelMapper

C++ class: QtCharts::QVCandlestickModelMapper.

QVPieModelMapper

C++ class: QtCharts::QVPieModelMapper.

QVXYModelMapper

C++ class: QtCharts::QVXYModelMapper.

QValueAxis

C++ class: QtCharts::QValueAxis.

QXYLegendMarker

C++ class: QtCharts::QXYLegendMarker.

QXYModelMapper

C++ class: QtCharts::QXYModelMapper.

QXYSeries

C++ class: QtCharts::QXYSeries.

RawSlotOfAxisLabelsPosition

Binds a Qt signal with arguments crate::q_category_axis::AxisLabelsPosition to a Rust extern function.

RawSlotOfBoolInt

Binds a Qt signal with arguments bool,::std::os::raw::c_int to a Rust extern function.

RawSlotOfBoolIntQBarSet

Binds a Qt signal with arguments bool,::std::os::raw::c_int,*mut crate::QBarSet to a Rust extern function.

RawSlotOfBoolQBoxSet

Binds a Qt signal with arguments bool,*mut crate::QBoxSet to a Rust extern function.

RawSlotOfBoolQCandlestickSet

Binds a Qt signal with arguments bool,*mut crate::QCandlestickSet to a Rust extern function.

RawSlotOfDoubleDouble

Binds a Qt signal with arguments ::std::os::raw::c_double,::std::os::raw::c_double to a Rust extern function.

RawSlotOfIntQBarSet

Binds a Qt signal with arguments ::std::os::raw::c_int,*mut crate::QBarSet to a Rust extern function.

RawSlotOfLabelsPosition

Binds a Qt signal with arguments crate::q_abstract_bar_series::LabelsPosition to a Rust extern function.

RawSlotOfMarkerShape

Binds a Qt signal with arguments crate::q_scatter_series::MarkerShape to a Rust extern function.

RawSlotOfMarkerShape2

Binds a Qt signal with arguments crate::q_legend::MarkerShape to a Rust extern function.

RawSlotOfQBoxSet

Binds a Qt signal with arguments *mut crate::QBoxSet to a Rust extern function.

RawSlotOfQCandlestickSet

Binds a Qt signal with arguments *mut crate::QCandlestickSet to a Rust extern function.

RawSlotOfQListOfQCandlestickSet

Binds a Qt signal with arguments *const crate::QListOfQCandlestickSet to a Rust extern function.

RawSlotOfQPen

Binds a Qt signal with arguments *const ::qt_gui::QPen to a Rust extern function.

RawSlotOfQPieSlice

Binds a Qt signal with arguments *mut crate::QPieSlice to a Rust extern function.

RawSlotOfQPieSliceBool

Binds a Qt signal with arguments *mut crate::QPieSlice,bool to a Rust extern function.

RawSlotOfQPointFBool

Binds a Qt signal with arguments *const ::qt_core::QPointF,bool to a Rust extern function.

RawSlotOfTickType

Binds a Qt signal with arguments crate::q_value_axis::TickType to a Rust extern function.

SlotOfAxisLabelsPosition

Binds a Qt signal with arguments crate::q_category_axis::AxisLabelsPosition to a Rust closure.

SlotOfBoolInt

Binds a Qt signal with arguments bool,::std::os::raw::c_int to a Rust closure.

SlotOfBoolIntQBarSet

Binds a Qt signal with arguments bool,::std::os::raw::c_int,::cpp_core::MutPtr<crate::QBarSet> to a Rust closure.

SlotOfBoolQBoxSet

Binds a Qt signal with arguments bool,::cpp_core::MutPtr<crate::QBoxSet> to a Rust closure.

SlotOfBoolQCandlestickSet

Binds a Qt signal with arguments bool,::cpp_core::MutPtr<crate::QCandlestickSet> to a Rust closure.

SlotOfDoubleDouble

Binds a Qt signal with arguments ::std::os::raw::c_double,::std::os::raw::c_double to a Rust closure.

SlotOfIntQBarSet

Binds a Qt signal with arguments ::std::os::raw::c_int,::cpp_core::MutPtr<crate::QBarSet> to a Rust closure.

SlotOfLabelsPosition

Binds a Qt signal with arguments crate::q_abstract_bar_series::LabelsPosition to a Rust closure.

SlotOfMarkerShape

Binds a Qt signal with arguments crate::q_scatter_series::MarkerShape to a Rust closure.

SlotOfMarkerShape2

Binds a Qt signal with arguments crate::q_legend::MarkerShape to a Rust closure.

SlotOfQBoxSet

Binds a Qt signal with arguments ::cpp_core::MutPtr<crate::QBoxSet> to a Rust closure.

SlotOfQCandlestickSet

Binds a Qt signal with arguments ::cpp_core::MutPtr<crate::QCandlestickSet> to a Rust closure.

SlotOfQListOfQCandlestickSet

Binds a Qt signal with arguments ::cpp_core::Ref<crate::QListOfQCandlestickSet> to a Rust closure.

SlotOfQPen

Binds a Qt signal with arguments ::cpp_core::Ref<::qt_gui::QPen> to a Rust closure.

SlotOfQPieSlice

Binds a Qt signal with arguments ::cpp_core::MutPtr<crate::QPieSlice> to a Rust closure.

SlotOfQPieSliceBool

Binds a Qt signal with arguments ::cpp_core::MutPtr<crate::QPieSlice>,bool to a Rust closure.

SlotOfQPointFBool

Binds a Qt signal with arguments ::cpp_core::Ref<::qt_core::QPointF>,bool to a Rust closure.

SlotOfTickType

Binds a Qt signal with arguments crate::q_value_axis::TickType to a Rust closure.

Functions

q_hash_q_list_of_q_abstract_axis

Calls C++ function: unsigned int qHash(const QList<QtCharts::QAbstractAxis*>& key).

q_hash_q_list_of_q_abstract_axis_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QAbstractAxis*>& key, unsigned int seed = …).

q_hash_q_list_of_q_abstract_series

Calls C++ function: unsigned int qHash(const QList<QtCharts::QAbstractSeries*>& key).

q_hash_q_list_of_q_abstract_series_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QAbstractSeries*>& key, unsigned int seed = …).

q_hash_q_list_of_q_bar_set

Calls C++ function: unsigned int qHash(const QList<QtCharts::QBarSet*>& key).

q_hash_q_list_of_q_bar_set_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QBarSet*>& key, unsigned int seed = …).

q_hash_q_list_of_q_box_set

Calls C++ function: unsigned int qHash(const QList<QtCharts::QBoxSet*>& key).

q_hash_q_list_of_q_box_set_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QBoxSet*>& key, unsigned int seed = …).

q_hash_q_list_of_q_candlestick_set

Calls C++ function: unsigned int qHash(const QList<QtCharts::QCandlestickSet*>& key).

q_hash_q_list_of_q_candlestick_set_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QCandlestickSet*>& key, unsigned int seed = …).

q_hash_q_list_of_q_legend_marker

Calls C++ function: unsigned int qHash(const QList<QtCharts::QLegendMarker*>& key).

q_hash_q_list_of_q_legend_marker_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QLegendMarker*>& key, unsigned int seed = …).

q_hash_q_list_of_q_pie_slice

Calls C++ function: unsigned int qHash(const QList<QtCharts::QPieSlice*>& key).

q_hash_q_list_of_q_pie_slice_uint

Calls C++ function: unsigned int qHash(const QList<QtCharts::QPieSlice*>& key, unsigned int seed = …).