Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfx_path.h>
Public Types | |
enum class | Type : uint8_t { kLine , kBezier , kMove } |
Public Member Functions | |
Point () | |
Point (const CFX_PointF &point, Type type, bool close) | |
Point (const Point &other) | |
~Point () | |
bool | IsTypeAndOpen (Type type) const |
Public Attributes | |
CFX_PointF | m_Point |
Type | m_Type = Type::kLine |
bool | m_CloseFigure = false |
Definition at line 20 of file cfx_path.h.
|
strong |
Enumerator | |
---|---|
kLine | |
kBezier | |
kMove |
Definition at line 22 of file cfx_path.h.
|
default |
CFX_Path::Point::Point | ( | const CFX_PointF & | point, |
Type | type, | ||
bool | close ) |
Definition at line 250 of file cfx_path.cpp.
References Point(), m_CloseFigure, and m_Type.
Referenced by Point().
|
default |
|
default |
|
inline |
Definition at line 29 of file cfx_path.h.
References m_CloseFigure, and m_Type.
bool CFX_Path::Point::m_CloseFigure = false |
Definition at line 35 of file cfx_path.h.
Referenced by Point(), FPDFPathSegment_GetClose(), and IsTypeAndOpen().
CFX_PointF CFX_Path::Point::m_Point |
Definition at line 33 of file cfx_path.h.
Type CFX_Path::Point::m_Type = Type::kLine |
Definition at line 34 of file cfx_path.h.
Referenced by Point(), FPDFPathSegment_GetType(), and IsTypeAndOpen().