QBarDataRow
clone()
final QBarDataRow
rowAt(long rowIndex)
QBarDataProxy::rowAt(qsizetype)const
final long
addRow(QBarDataRow row)
QBarDataProxy::addRow(QBarDataRow)
addRow(QBarDataRow row, String label)
QBarDataProxy::addRow(QBarDataRow,QString)
final boolean
equals(QBarDataRow b)
operator==(QBarDataRow,QBarDataRow)
final void
insertRow(long rowIndex, QBarDataRow row)
QBarDataProxy::insertRow(qsizetype,QBarDataRow)
insertRow(long rowIndex, QBarDataRow row, String label)
QBarDataProxy::insertRow(qsizetype,QBarDataRow,QString)
setRow(long rowIndex, QBarDataRow row)
QBarDataProxy::setRow(qsizetype,QBarDataRow)
setRow(long rowIndex, QBarDataRow row, String label)
QBarDataProxy::setRow(qsizetype,QBarDataRow,QString)
QBarDataRow(QBarDataRow other)
QBarDataRow::QBarDataRow(QBarDataRow)