##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QPaintEngineState.cpp
116 lines | 3.2 KiB | text/x-c | CppLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QPaintEngineState.cpp
#include "PythonQtWrapper_QPaintEngineState.h"
#include <PythonQtSignalReceiver.h>
#include <PythonQtMethodInfo.h>
#include <PythonQtConversion.h>
#include <QPainterPath>
#include <QVariant>
#include <qbrush.h>
#include <qfont.h>
#include <qmatrix.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpen.h>
#include <qpoint.h>
#include <qregion.h>
#include <qtransform.h>
QPaintEngineState* PythonQtWrapper_QPaintEngineState::new_QPaintEngineState()
{
return new PythonQtShell_QPaintEngineState(); }
QTransform PythonQtWrapper_QPaintEngineState::transform(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->transform();
}
QBrush PythonQtWrapper_QPaintEngineState::brush(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->brush();
}
QPainter::CompositionMode PythonQtWrapper_QPaintEngineState::compositionMode(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->compositionMode();
}
Qt::BGMode PythonQtWrapper_QPaintEngineState::backgroundMode(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->backgroundMode();
}
bool PythonQtWrapper_QPaintEngineState::brushNeedsResolving(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->brushNeedsResolving();
}
bool PythonQtWrapper_QPaintEngineState::isClipEnabled(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->isClipEnabled();
}
QPen PythonQtWrapper_QPaintEngineState::pen(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->pen();
}
QPainterPath PythonQtWrapper_QPaintEngineState::clipPath(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->clipPath();
}
QPaintEngine::DirtyFlags PythonQtWrapper_QPaintEngineState::state(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->state();
}
QFont PythonQtWrapper_QPaintEngineState::font(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->font();
}
QPainter* PythonQtWrapper_QPaintEngineState::painter(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->painter();
}
QPointF PythonQtWrapper_QPaintEngineState::brushOrigin(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->brushOrigin();
}
qreal PythonQtWrapper_QPaintEngineState::opacity(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->opacity();
}
QPainter::RenderHints PythonQtWrapper_QPaintEngineState::renderHints(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->renderHints();
}
Qt::ClipOperation PythonQtWrapper_QPaintEngineState::clipOperation(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->clipOperation();
}
QBrush PythonQtWrapper_QPaintEngineState::backgroundBrush(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->backgroundBrush();
}
QRegion PythonQtWrapper_QPaintEngineState::clipRegion(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->clipRegion();
}
QMatrix PythonQtWrapper_QPaintEngineState::matrix(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->matrix();
}
bool PythonQtWrapper_QPaintEngineState::penNeedsResolving(QPaintEngineState* theWrappedObject) const
{
return theWrappedObject->penNeedsResolving();
}