Package io.qt.charts

Class QBoxPlotModelMapper

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.charts.QBoxPlotModelMapper
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QHBoxPlotModelMapper, QVBoxPlotModelMapper

public class QBoxPlotModelMapper extends QObject

Java wrapper for Qt class QtCharts::QBoxPlotModelMapper

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QBoxPlotModelMapper

      protected QBoxPlotModelMapper(QObject parent)

      See QtCharts::QBoxPlotModelMapper::QBoxPlotModelMapper(QObject*)

    • QBoxPlotModelMapper

      protected QBoxPlotModelMapper()

      Overloaded constructor for QBoxPlotModelMapper(io.qt.core.QObject) with parent = null.

  • Method Details

    • count

      @QtUninvokable protected final int count()

      See QtCharts::QBoxPlotModelMapper::count()const

    • first

      @QtUninvokable protected final int first()

      See QtCharts::QBoxPlotModelMapper::first()const

    • firstBoxSetSection

      @QtUninvokable protected final int firstBoxSetSection()

      See QtCharts::QBoxPlotModelMapper::firstBoxSetSection()const

    • lastBoxSetSection

      @QtUninvokable protected final int lastBoxSetSection()

      See QtCharts::QBoxPlotModelMapper::lastBoxSetSection()const

    • model

      See QtCharts::QBoxPlotModelMapper::model()const

    • orientation

      @QtUninvokable protected final Qt.Orientation orientation()

      See QtCharts::QBoxPlotModelMapper::orientation()const

    • series

      See QtCharts::QBoxPlotModelMapper::series()const

    • setCount

      @QtUninvokable protected final void setCount(int count)

      See QtCharts::QBoxPlotModelMapper::setCount(int)

    • setFirst

      @QtUninvokable protected final void setFirst(int first)

      See QtCharts::QBoxPlotModelMapper::setFirst(int)

    • setFirstBoxSetSection

      @QtUninvokable protected final void setFirstBoxSetSection(int firstBoxSetSection)

      See QtCharts::QBoxPlotModelMapper::setFirstBoxSetSection(int)

    • setLastBoxSetSection

      @QtUninvokable protected final void setLastBoxSetSection(int lastBoxSetSection)

      See QtCharts::QBoxPlotModelMapper::setLastBoxSetSection(int)

    • setModel

      @QtDeclaredFinal @QtUninvokable protected void setModel(QAbstractItemModel model)

      See QtCharts::QBoxPlotModelMapper::setModel(QAbstractItemModel*)

    • setOrientation

      @QtUninvokable protected final void setOrientation(Qt.Orientation orientation)

      See QtCharts::QBoxPlotModelMapper::setOrientation(Qt::Orientation)

    • setSeries

      @QtDeclaredFinal @QtUninvokable protected void setSeries(QBoxPlotSeries series)

      See QtCharts::QBoxPlotModelMapper::setSeries(QtCharts::QBoxPlotSeries*)