Trait qmetaobject::qtdeclarative::QQuickPaintedItem[][src]

pub trait QQuickPaintedItem: QQuickItem {
    fn get_object_description() -> &'static QObjectDescriptor
    where
        Self: Sized
, { ... }
fn paint(&mut self, _p: &mut QPainter) { ... } }
Expand description

A QQuickItem-like trait to inherit from QQuickPaintedItem.

Provided methods

Implementors