[][src]Struct qt_charts::QHBoxPlotModelMapper

#[repr(C)]pub struct QHBoxPlotModelMapper { /* fields omitted */ }

C++ class: QtCharts::QHBoxPlotModelMapper.

Methods

impl QHBoxPlotModelMapper[src]

pub fn series_replaced(&self) -> Signal<()>[src]

This signal is emitted when the series that the mapper is connected to changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::seriesReplaced that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the series that the mapper is connected to changes.

Note: Notifier signal for property series.

pub fn model_replaced(&self) -> Signal<()>[src]

This signal is emitted when the model that the mapper is connected to changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::modelReplaced that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the model that the mapper is connected to changes.

Note: Notifier signal for property model.

pub fn first_box_set_row_changed(&self) -> Signal<()>[src]

This signal is emitted when the first box-and-whiskers item row changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::firstBoxSetRowChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the first box-and-whiskers item row changes.

Note: Notifier signal for property firstBoxSetRow.

pub fn last_box_set_row_changed(&self) -> Signal<()>[src]

This signal is emitted when the last box-and-whiskers item row changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::lastBoxSetRowChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the last box-and-whiskers item row changes.

Note: Notifier signal for property lastBoxSetRow.

pub fn first_column_changed(&self) -> Signal<()>[src]

This signal is emitted when the first column changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::firstColumnChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the first column changes.

Note: Notifier signal for property firstColumn.

pub fn column_count_changed(&self) -> Signal<()>[src]

This signal is emitted when the number of columns changes.

Returns a built-in Qt signal QtCharts::QHBoxPlotModelMapper::columnCountChanged that can be passed to qt_core::Signal::connect.

C++ documentation:

This signal is emitted when the number of columns changes.

Note: Notifier signal for property columnCount.

pub unsafe fn column_count(&self) -> c_int[src]

This property holds the number of columns of the model that are mapped as the data for the box plot series.

Calls C++ function: int QtCharts::QHBoxPlotModelMapper::columnCount() const.

C++ documentation:

This property holds the number of columns of the model that are mapped as the data for the box plot series.

The minimum and default value is -1 (number limited to the number of columns in the model).

Access functions:

int columnCount() const
void setColumnCount(int rowCount)

Notifier signal:

pub unsafe fn first_box_set_row(&self) -> c_int[src]

This property holds the row of the model that is used as the data source for the first box-and-whiskers item.

Calls C++ function: int QtCharts::QHBoxPlotModelMapper::firstBoxSetRow() const.

C++ documentation:

This property holds the row of the model that is used as the data source for the first box-and-whiskers item.

The default value is -1 (invalid mapping).

Access functions:

int firstBoxSetRow() const
void setFirstBoxSetRow(int firstBoxSetRow)

Notifier signal:

pub unsafe fn first_column(&self) -> c_int[src]

This property holds the column of the model that contains the first values of the box-and-whiskers items in the box plot series.

Calls C++ function: int QtCharts::QHBoxPlotModelMapper::firstColumn() const.

C++ documentation:

This property holds the column of the model that contains the first values of the box-and-whiskers items in the box plot series.

The minimum and default value is 0.

Access functions:

int firstColumn() const
void setFirstColumn(int firstColumn)

Notifier signal:

pub unsafe fn last_box_set_row(&self) -> c_int[src]

This property holds the row of the model that is used as the data source for the last box-and-whiskers item.

Calls C++ function: int QtCharts::QHBoxPlotModelMapper::lastBoxSetRow() const.

C++ documentation:

This property holds the row of the model that is used as the data source for the last box-and-whiskers item.

The default value is -1 (invalid mapping).

Access functions:

int lastBoxSetRow() const
void setLastBoxSetRow(int lastBoxSetRow)

Notifier signal:

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* QtCharts::QHBoxPlotModelMapper::metaObject() const.

pub unsafe fn model(&self) -> QPtr<QAbstractItemModel>[src]

This property holds the model that is used by the mapper.

Calls C++ function: QAbstractItemModel* QtCharts::QHBoxPlotModelMapper::model() const.

C++ documentation:

This property holds the model that is used by the mapper.

Access functions:

QAbstractItemModel *model() const
void setModel(QAbstractItemModel *model)

Notifier signal:

void modelReplaced()

pub unsafe fn new_1a(
    parent: impl CastInto<Ptr<QObject>>
) -> QBox<QHBoxPlotModelMapper>
[src]

Calls C++ function: [constructor] void QtCharts::QHBoxPlotModelMapper::QHBoxPlotModelMapper(QObject* parent = …).

pub unsafe fn new_0a() -> QBox<QHBoxPlotModelMapper>[src]

Calls C++ function: [constructor] void QtCharts::QHBoxPlotModelMapper::QHBoxPlotModelMapper().

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: c_int,
    arg3: *mut *mut c_void
) -> c_int
[src]

Calls C++ function: virtual int QtCharts::QHBoxPlotModelMapper::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const c_char) -> *mut c_void[src]

Calls C++ function: virtual void* QtCharts::QHBoxPlotModelMapper::qt_metacast(const char* arg1).

pub unsafe fn series(&self) -> QPtr<QBoxPlotSeries>[src]

This property holds the box plot series that is used by the mapper.

Calls C++ function: QtCharts::QBoxPlotSeries* QtCharts::QHBoxPlotModelMapper::series() const.

C++ documentation:

This property holds the box plot series that is used by the mapper.

All the data in the series is discarded when it is set to the mapper. When a new series is specified, the old series is disconnected (but it preserves its data).

Access functions:

QBoxPlotSeries *series() const
void setSeries(QBoxPlotSeries *series)

Notifier signal:

pub unsafe fn set_column_count(&self, row_count: c_int)[src]

This property holds the number of columns of the model that are mapped as the data for the box plot series.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setColumnCount(int rowCount).

C++ documentation:

This property holds the number of columns of the model that are mapped as the data for the box plot series.

The minimum and default value is -1 (number limited to the number of columns in the model).

Access functions:

int columnCount() const
void setColumnCount(int rowCount)

Notifier signal:

pub unsafe fn set_first_box_set_row(&self, first_box_set_row: c_int)[src]

This property holds the row of the model that is used as the data source for the first box-and-whiskers item.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setFirstBoxSetRow(int firstBoxSetRow).

C++ documentation:

This property holds the row of the model that is used as the data source for the first box-and-whiskers item.

The default value is -1 (invalid mapping).

Access functions:

int firstBoxSetRow() const
void setFirstBoxSetRow(int firstBoxSetRow)

Notifier signal:

pub unsafe fn set_first_column(&self, first_column: c_int)[src]

This property holds the column of the model that contains the first values of the box-and-whiskers items in the box plot series.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setFirstColumn(int firstColumn).

C++ documentation:

This property holds the column of the model that contains the first values of the box-and-whiskers items in the box plot series.

The minimum and default value is 0.

Access functions:

int firstColumn() const
void setFirstColumn(int firstColumn)

Notifier signal:

pub unsafe fn set_last_box_set_row(&self, last_box_set_row: c_int)[src]

This property holds the row of the model that is used as the data source for the last box-and-whiskers item.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setLastBoxSetRow(int lastBoxSetRow).

C++ documentation:

This property holds the row of the model that is used as the data source for the last box-and-whiskers item.

The default value is -1 (invalid mapping).

Access functions:

int lastBoxSetRow() const
void setLastBoxSetRow(int lastBoxSetRow)

Notifier signal:

pub unsafe fn set_model(&self, model: impl CastInto<Ptr<QAbstractItemModel>>)[src]

This property holds the model that is used by the mapper.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setModel(QAbstractItemModel* model).

C++ documentation:

This property holds the model that is used by the mapper.

Access functions:

QAbstractItemModel *model() const
void setModel(QAbstractItemModel *model)

Notifier signal:

void modelReplaced()

pub unsafe fn set_series(&self, series: impl CastInto<Ptr<QBoxPlotSeries>>)[src]

This property holds the box plot series that is used by the mapper.

Calls C++ function: void QtCharts::QHBoxPlotModelMapper::setSeries(QtCharts::QBoxPlotSeries* series).

C++ documentation:

This property holds the box plot series that is used by the mapper.

All the data in the series is discarded when it is set to the mapper. When a new series is specified, the old series is disconnected (but it preserves its data).

Access functions:

QBoxPlotSeries *series() const
void setSeries(QBoxPlotSeries *series)

Notifier signal:

pub unsafe fn static_meta_object() -> Ref<QMetaObject>[src]

Returns a reference to the staticMetaObject field.

pub unsafe fn tr(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString QtCharts::QHBoxPlotModelMapper::tr(const char* s, const char* c, int n).

pub unsafe fn tr_utf8(
    s: *const c_char,
    c: *const c_char,
    n: c_int
) -> CppBox<QString>
[src]

Calls C++ function: static QString QtCharts::QHBoxPlotModelMapper::trUtf8(const char* s, const char* c, int n).

Methods from Deref<Target = QBoxPlotModelMapper>

pub unsafe fn meta_object(&self) -> Ptr<QMetaObject>[src]

Calls C++ function: virtual const QMetaObject* QtCharts::QBoxPlotModelMapper::metaObject() const.

pub unsafe fn qt_metacall(
    &self,
    arg1: Call,
    arg2: c_int,
    arg3: *mut *mut c_void
) -> c_int
[src]

Calls C++ function: virtual int QtCharts::QBoxPlotModelMapper::qt_metacall(QMetaObject::Call arg1, int arg2, void** arg3).

pub unsafe fn qt_metacast(&self, arg1: *const c_char) -> *mut c_void[src]

Calls C++ function: virtual void* QtCharts::QBoxPlotModelMapper::qt_metacast(const char* arg1).

Trait Implementations

impl CppDeletable for QHBoxPlotModelMapper[src]

unsafe fn delete(&self)[src]

Calls C++ function: [destructor] void QtCharts::QHBoxPlotModelMapper::~QHBoxPlotModelMapper().

impl Deref for QHBoxPlotModelMapper[src]

type Target = QBoxPlotModelMapper

The resulting type after dereferencing.

fn deref(&self) -> &QBoxPlotModelMapper[src]

Calls C++ function: QtCharts::QBoxPlotModelMapper* static_cast<QtCharts::QBoxPlotModelMapper*>(QtCharts::QHBoxPlotModelMapper* ptr).

impl DynamicCast<QHBoxPlotModelMapper> for QBoxPlotModelMapper[src]

unsafe fn dynamic_cast(
    ptr: Ptr<QBoxPlotModelMapper>
) -> Ptr<QHBoxPlotModelMapper>
[src]

Calls C++ function: QtCharts::QHBoxPlotModelMapper* dynamic_cast<QtCharts::QHBoxPlotModelMapper*>(QtCharts::QBoxPlotModelMapper* ptr).

impl DynamicCast<QHBoxPlotModelMapper> for QObject[src]

unsafe fn dynamic_cast(ptr: Ptr<QObject>) -> Ptr<QHBoxPlotModelMapper>[src]

Calls C++ function: QtCharts::QHBoxPlotModelMapper* dynamic_cast<QtCharts::QHBoxPlotModelMapper*>(QObject* ptr).

impl StaticDowncast<QHBoxPlotModelMapper> for QBoxPlotModelMapper[src]

unsafe fn static_downcast(
    ptr: Ptr<QBoxPlotModelMapper>
) -> Ptr<QHBoxPlotModelMapper>
[src]

Calls C++ function: QtCharts::QHBoxPlotModelMapper* static_cast<QtCharts::QHBoxPlotModelMapper*>(QtCharts::QBoxPlotModelMapper* ptr).

impl StaticDowncast<QHBoxPlotModelMapper> for QObject[src]

unsafe fn static_downcast(ptr: Ptr<QObject>) -> Ptr<QHBoxPlotModelMapper>[src]

Calls C++ function: QtCharts::QHBoxPlotModelMapper* static_cast<QtCharts::QHBoxPlotModelMapper*>(QObject* ptr).

impl StaticUpcast<QBoxPlotModelMapper> for QHBoxPlotModelMapper[src]

unsafe fn static_upcast(
    ptr: Ptr<QHBoxPlotModelMapper>
) -> Ptr<QBoxPlotModelMapper>
[src]

Calls C++ function: QtCharts::QBoxPlotModelMapper* static_cast<QtCharts::QBoxPlotModelMapper*>(QtCharts::QHBoxPlotModelMapper* ptr).

impl StaticUpcast<QObject> for QHBoxPlotModelMapper[src]

unsafe fn static_upcast(ptr: Ptr<QHBoxPlotModelMapper>) -> Ptr<QObject>[src]

Calls C++ function: QObject* static_cast<QObject*>(QtCharts::QHBoxPlotModelMapper* ptr).

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.