![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstroker_p.h>
Public Member Functions | |
| bool | isMoveTo () const |
| bool | isLineTo () const |
| bool | isCurveTo () const |
| operator qfixed2d () | |
Public Attributes | |
| QPainterPath::ElementType | type |
| qfixed | x |
| qfixed | y |
Definition at line 97 of file qstroker_p.h.
|
inline |
Definition at line 104 of file qstroker_p.h.
|
inline |
Definition at line 103 of file qstroker_p.h.
|
inline |
Definition at line 102 of file qstroker_p.h.
|
inline |
Definition at line 106 of file qstroker_p.h.
| QPainterPath::ElementType QStrokerOps::Element::type |
Definition at line 98 of file qstroker_p.h.
| qfixed QStrokerOps::Element::x |
Definition at line 99 of file qstroker_p.h.
| qfixed QStrokerOps::Element::y |
Definition at line 100 of file qstroker_p.h.