Package io.qt.charts

Class QBarModelMapper

java.lang.Object
io.qt.QtObject
io.qt.core.QObject
io.qt.charts.QBarModelMapper
All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface
Direct Known Subclasses:
QHBarModelMapper, QVBarModelMapper

public class QBarModelMapper extends QObject

Java wrapper for Qt class QtCharts::QBarModelMapper

  • Field Details

    • staticMetaObject

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

    • QBarModelMapper

      protected QBarModelMapper(QObject parent)

      See QtCharts::QBarModelMapper::QBarModelMapper(QObject*)

    • QBarModelMapper

      protected QBarModelMapper()

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

  • Method Details

    • count

      @QtUninvokable protected final int count()

      See QtCharts::QBarModelMapper::count()const

    • first

      @QtUninvokable protected final int first()

      See QtCharts::QBarModelMapper::first()const

    • firstBarSetSection

      @QtUninvokable protected final int firstBarSetSection()

      See QtCharts::QBarModelMapper::firstBarSetSection()const

    • lastBarSetSection

      @QtUninvokable protected final int lastBarSetSection()

      See QtCharts::QBarModelMapper::lastBarSetSection()const

    • model

      See QtCharts::QBarModelMapper::model()const

    • orientation

      @QtUninvokable protected final Qt.Orientation orientation()

      See QtCharts::QBarModelMapper::orientation()const

    • series

      See QtCharts::QBarModelMapper::series()const

    • setCount

      @QtUninvokable protected final void setCount(int count)

      See QtCharts::QBarModelMapper::setCount(int)

    • setFirst

      @QtUninvokable protected final void setFirst(int first)

      See QtCharts::QBarModelMapper::setFirst(int)

    • setFirstBarSetSection

      @QtUninvokable protected final void setFirstBarSetSection(int firstBarSetSection)

      See QtCharts::QBarModelMapper::setFirstBarSetSection(int)

    • setLastBarSetSection

      @QtUninvokable protected final void setLastBarSetSection(int lastBarSetSection)

      See QtCharts::QBarModelMapper::setLastBarSetSection(int)

    • setModel

      @QtDeclaredFinal @QtUninvokable protected void setModel(QAbstractItemModel model)

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

    • setOrientation

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

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

    • setSeries

      @QtDeclaredFinal @QtUninvokable protected void setSeries(QAbstractBarSeries series)

      See QtCharts::QBarModelMapper::setSeries(QtCharts::QAbstractBarSeries*)