QtBase  v6.3.1
Classes | Functions
qpainter_p.h File Reference
#include <QtCore/qvarlengtharray.h>
#include <QtGui/private/qtguiglobal_p.h>
#include "QtGui/qbrush.h"
#include "QtGui/qcolorspace.h"
#include "QtGui/qcolortransform.h"
#include "QtGui/qfont.h"
#include "QtGui/qpen.h"
#include "QtGui/qregion.h"
#include "QtGui/qpainter.h"
#include "QtGui/qpainterpath.h"
#include "QtGui/qpaintengine.h"
#include <private/qpen_p.h>
#include <memory>
#include <stack>
Include dependency graph for qpainter_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DataPtrContainer
 
class  QPainterClipInfo
 
class  QPainterState
 
struct  QPainterDummyState
 
class  QPainterPrivate
 
struct  QPainterPrivate::SmallStack< T, N >
 
struct  QPainterPrivate::QPaintEngineDestructor
 

Functions

const voiddata_ptr (const QTransform &t)
 
bool qtransform_fast_equals (const QTransform &a, const QTransform &b)
 
QPen::DataPtrdata_ptr (const QPen &p)
 
bool qpen_fast_equals (const QPen &a, const QPen &b)
 
QBrush qpen_brush (const QPen &p)
 
qreal qpen_widthf (const QPen &p)
 
Qt::PenStyle qpen_style (const QPen &p)
 
Qt::PenCapStyle qpen_capStyle (const QPen &p)
 
Qt::PenJoinStyle qpen_joinStyle (const QPen &p)
 
QBrush::DataPtrdata_ptr (const QBrush &p)
 
bool qbrush_fast_equals (const QBrush &a, const QBrush &b)
 
Qt::BrushStyle qbrush_style (const QBrush &b)
 
const QColorqbrush_color (const QBrush &b)
 
bool qbrush_has_transform (const QBrush &b)
 
 Q_DECLARE_TYPEINFO (QPainterClipInfo, Q_RELOCATABLE_TYPE)
 
Q_GUI_EXPORT void qt_draw_helper (QPainterPrivate *p, const QPainterPath &path, QPainterPrivate::DrawOperation operation)
 
QString qt_generate_brush_key (const QBrush &brush)
 

Function Documentation

◆ data_ptr() [1/3]

QBrush::DataPtr& data_ptr ( const QBrush p)
inline

Definition at line 97 of file qpainter_p.h.

Here is the call graph for this function:

◆ data_ptr() [2/3]

QPen::DataPtr& data_ptr ( const QPen p)
inline

Definition at line 88 of file qpainter_p.h.

Here is the call graph for this function:

◆ data_ptr() [3/3]

const void* data_ptr ( const QTransform t)
inline

Definition at line 84 of file qpainter_p.h.

Here is the caller graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPainterClipInfo  ,
Q_RELOCATABLE_TYPE   
)

◆ qbrush_color()

const QColor& qbrush_color ( const QBrush b)
inline

Definition at line 100 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qbrush_fast_equals()

bool qbrush_fast_equals ( const QBrush a,
const QBrush b 
)
inline

Definition at line 98 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qbrush_has_transform()

bool qbrush_has_transform ( const QBrush b)
inline

Definition at line 101 of file qpainter_p.h.

Here is the call graph for this function:

◆ qbrush_style()

Qt::BrushStyle qbrush_style ( const QBrush b)
inline

Definition at line 99 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_brush()

QBrush qpen_brush ( const QPen p)
inline

Definition at line 90 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_capStyle()

Qt::PenCapStyle qpen_capStyle ( const QPen p)
inline

Definition at line 93 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_fast_equals()

bool qpen_fast_equals ( const QPen a,
const QPen b 
)
inline

Definition at line 89 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_joinStyle()

Qt::PenJoinStyle qpen_joinStyle ( const QPen p)
inline

Definition at line 94 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_style()

Qt::PenStyle qpen_style ( const QPen p)
inline

Definition at line 92 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qpen_widthf()

qreal qpen_widthf ( const QPen p)
inline

Definition at line 91 of file qpainter_p.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ qt_draw_helper()

Q_GUI_EXPORT void qt_draw_helper ( QPainterPrivate p,
const QPainterPath path,
QPainterPrivate::DrawOperation  operation 
)

Definition at line 8165 of file qpainter.cpp.

◆ qt_generate_brush_key()

QString qt_generate_brush_key ( const QBrush brush)

◆ qtransform_fast_equals()

bool qtransform_fast_equals ( const QTransform a,
const QTransform b 
)
inline

Definition at line 85 of file qpainter_p.h.

Here is the call graph for this function: