#include "PythonQtWrapper_QPaintEngineState.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include QPaintEngineState* PythonQtWrapper_QPaintEngineState::new_QPaintEngineState() { return new PythonQtShell_QPaintEngineState(); } Qt::BGMode PythonQtWrapper_QPaintEngineState::backgroundMode(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->backgroundMode()); } QPainter::CompositionMode PythonQtWrapper_QPaintEngineState::compositionMode(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->compositionMode()); } QPainter::RenderHints PythonQtWrapper_QPaintEngineState::renderHints(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->renderHints()); } QBrush PythonQtWrapper_QPaintEngineState::brush(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->brush()); } QRegion PythonQtWrapper_QPaintEngineState::clipRegion(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->clipRegion()); } bool PythonQtWrapper_QPaintEngineState::brushNeedsResolving(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->brushNeedsResolving()); } QBrush PythonQtWrapper_QPaintEngineState::backgroundBrush(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->backgroundBrush()); } bool PythonQtWrapper_QPaintEngineState::isClipEnabled(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->isClipEnabled()); } QPen PythonQtWrapper_QPaintEngineState::pen(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->pen()); } qreal PythonQtWrapper_QPaintEngineState::opacity(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->opacity()); } QMatrix PythonQtWrapper_QPaintEngineState::matrix(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->matrix()); } QPaintEngine::DirtyFlags PythonQtWrapper_QPaintEngineState::state(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->state()); } QFont PythonQtWrapper_QPaintEngineState::font(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->font()); } QPointF PythonQtWrapper_QPaintEngineState::brushOrigin(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->brushOrigin()); } QPainterPath PythonQtWrapper_QPaintEngineState::clipPath(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->clipPath()); } Qt::ClipOperation PythonQtWrapper_QPaintEngineState::clipOperation(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->clipOperation()); } bool PythonQtWrapper_QPaintEngineState::penNeedsResolving(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->penNeedsResolving()); } QPainter* PythonQtWrapper_QPaintEngineState::painter(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->painter()); } QTransform PythonQtWrapper_QPaintEngineState::transform(QPaintEngineState* theWrappedObject) const { return ( theWrappedObject->transform()); }