Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qvectorpath_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/qpaintengine.h>
#include <private/qpaintengine_p.h>
#include <private/qstroker_p.h>
#include <private/qpainter_p.h>
+ Include dependency graph for qvectorpath_p.h:

Go to the source code of this file.

Classes

struct  QRealRect
 
class  QVectorPath
 
struct  QVectorPath::CacheEntry
 

Typedefs

typedef void(* qvectorpath_cache_cleanup) (QPaintEngineEx *engine, void *data)
 

Functions

Q_GUI_EXPORT const QVectorPathqtVectorPathForPath (const QPainterPath &path)
 

Typedef Documentation

◆ qvectorpath_cache_cleanup

typedef void(* qvectorpath_cache_cleanup) (QPaintEngineEx *engine, void *data)

Definition at line 31 of file qvectorpath_p.h.

Function Documentation

◆ qtVectorPathForPath()