[][src]Struct qt_charts::QVBoxPlotModelMapper

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

C++ class: QtCharts::QVBoxPlotModelMapper.

Methods

impl QVBoxPlotModelMapper[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::QVBoxPlotModelMapper::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::QVBoxPlotModelMapper::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_column_changed(&self) -> Signal<()>[src]

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

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

C++ documentation:

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

Note: Notifier signal for property firstBoxSetColumn.

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

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

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

C++ documentation:

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

Note: Notifier signal for property lastBoxSetColumn.

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

This signal is emitted when the first row changes.

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

C++ documentation:

This signal is emitted when the first row changes.

Note: Notifier signal for property firstRow.

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

This signal is emitted when the number of rows changes.

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

C++ documentation:

This signal is emitted when the number of rows changes.

Note: Notifier signal for property rowCount.

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

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

Calls C++ function: int QtCharts::QVBoxPlotModelMapper::firstBoxSetColumn() const.

C++ documentation:

This property holds the column 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 firstBoxSetColumn() const
void setFirstBoxSetColumn(int firstBoxSetColumn)

Notifier signal:

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

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

Calls C++ function: int QtCharts::QVBoxPlotModelMapper::firstRow() const.

C++ documentation:

This property holds the row 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 firstRow() const
void setFirstRow(int firstRow)

Notifier signal:

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

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

Calls C++ function: int QtCharts::QVBoxPlotModelMapper::lastBoxSetColumn() const.

C++ documentation:

This property holds the column 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 lastBoxSetColumn() const
void setLastBoxSetColumn(int lastBoxSetColumn)

Notifier signal:

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

Calls C++ function: virtual const QMetaObject* QtCharts::QVBoxPlotModelMapper::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::QVBoxPlotModelMapper::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<QVBoxPlotModelMapper>
[src]

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

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

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

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::QVBoxPlotModelMapper::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::QVBoxPlotModelMapper::qt_metacast(const char* arg1).

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

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

Calls C++ function: int QtCharts::QVBoxPlotModelMapper::rowCount() const.

C++ documentation:

This property holds the number of rows 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 rowCount() const
void setRowCount(int rowCount)

Notifier signal:

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::QVBoxPlotModelMapper::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_first_box_set_column(&self, first_box_set_column: c_int)[src]

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

Calls C++ function: void QtCharts::QVBoxPlotModelMapper::setFirstBoxSetColumn(int firstBoxSetColumn).

C++ documentation:

This property holds the column 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 firstBoxSetColumn() const
void setFirstBoxSetColumn(int firstBoxSetColumn)

Notifier signal:

pub unsafe fn set_first_row(&self, first_row: c_int)[src]

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

Calls C++ function: void QtCharts::QVBoxPlotModelMapper::setFirstRow(int firstRow).

C++ documentation:

This property holds the row 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 firstRow() const
void setFirstRow(int firstRow)

Notifier signal:

pub unsafe fn set_last_box_set_column(&self, last_box_set_column: c_int)[src]

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

Calls C++ function: void QtCharts::QVBoxPlotModelMapper::setLastBoxSetColumn(int lastBoxSetColumn).

C++ documentation:

This property holds the column 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 lastBoxSetColumn() const
void setLastBoxSetColumn(int lastBoxSetColumn)

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::QVBoxPlotModelMapper::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_row_count(&self, row_count: c_int)[src]

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

Calls C++ function: void QtCharts::QVBoxPlotModelMapper::setRowCount(int rowCount).

C++ documentation:

This property holds the number of rows 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 rowCount() const
void setRowCount(int rowCount)

Notifier signal:

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::QVBoxPlotModelMapper::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::QVBoxPlotModelMapper::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::QVBoxPlotModelMapper::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 QVBoxPlotModelMapper[src]

unsafe fn delete(&self)[src]

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

impl Deref for QVBoxPlotModelMapper[src]

type Target = QBoxPlotModelMapper

The resulting type after dereferencing.

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

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

impl DynamicCast<QVBoxPlotModelMapper> for QBoxPlotModelMapper[src]

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

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

impl DynamicCast<QVBoxPlotModelMapper> for QObject[src]

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

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

impl StaticDowncast<QVBoxPlotModelMapper> for QBoxPlotModelMapper[src]

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

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

impl StaticDowncast<QVBoxPlotModelMapper> for QObject[src]

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

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

impl StaticUpcast<QBoxPlotModelMapper> for QVBoxPlotModelMapper[src]

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

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

impl StaticUpcast<QObject> for QVBoxPlotModelMapper[src]

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

Calls C++ function: QObject* static_cast<QObject*>(QtCharts::QVBoxPlotModelMapper* 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.