KHTML
#include <PathTraversalState.h>
Public Types | |
enum | PathTraversalAction { TraversalTotalLength, TraversalPointAtLength, TraversalSegmentAtLength, TraversalNormalAngleAtLength } |
Public Member Functions | |
PathTraversalState (PathTraversalAction) | |
float | closeSubpath () |
float | cubicBezierTo (const FloatPoint &newControl1, const FloatPoint &newControl2, const FloatPoint &newEnd) |
float | lineTo (const FloatPoint &) |
float | moveTo (const FloatPoint &) |
float | quadraticBezierTo (const FloatPoint &newControl, const FloatPoint &newEnd) |
Public Attributes | |
PathTraversalAction | m_action |
FloatPoint | m_control1 |
FloatPoint | m_control2 |
FloatPoint | m_current |
float | m_desiredLength |
float | m_normalAngle |
FloatPoint | m_previous |
unsigned | m_segmentIndex |
FloatPoint | m_start |
bool | m_success |
float | m_totalLength |
Detailed Description
Definition at line 39 of file PathTraversalState.h.
Member Enumeration Documentation
§ PathTraversalAction
Enumerator | |
---|---|
TraversalTotalLength | |
TraversalPointAtLength | |
TraversalSegmentAtLength | |
TraversalNormalAngleAtLength |
Definition at line 41 of file PathTraversalState.h.
Constructor & Destructor Documentation
§ PathTraversalState()
WebCore::PathTraversalState::PathTraversalState | ( | PathTraversalAction | action | ) |
Definition at line 150 of file PathTraversalState.cpp.
Member Function Documentation
§ closeSubpath()
float WebCore::PathTraversalState::closeSubpath | ( | ) |
Definition at line 160 of file PathTraversalState.cpp.
§ cubicBezierTo()
float WebCore::PathTraversalState::cubicBezierTo | ( | const FloatPoint & | newControl1, |
const FloatPoint & | newControl2, | ||
const FloatPoint & | newEnd | ||
) |
Definition at line 193 of file PathTraversalState.cpp.
§ lineTo()
float WebCore::PathTraversalState::lineTo | ( | const FloatPoint & | point | ) |
Definition at line 173 of file PathTraversalState.cpp.
§ moveTo()
float WebCore::PathTraversalState::moveTo | ( | const FloatPoint & | point | ) |
Definition at line 167 of file PathTraversalState.cpp.
§ quadraticBezierTo()
float WebCore::PathTraversalState::quadraticBezierTo | ( | const FloatPoint & | newControl, |
const FloatPoint & | newEnd | ||
) |
Definition at line 180 of file PathTraversalState.cpp.
Member Data Documentation
§ m_action
PathTraversalAction WebCore::PathTraversalState::m_action |
Definition at line 57 of file PathTraversalState.h.
§ m_control1
FloatPoint WebCore::PathTraversalState::m_control1 |
Definition at line 62 of file PathTraversalState.h.
§ m_control2
FloatPoint WebCore::PathTraversalState::m_control2 |
Definition at line 63 of file PathTraversalState.h.
§ m_current
FloatPoint WebCore::PathTraversalState::m_current |
Definition at line 60 of file PathTraversalState.h.
§ m_desiredLength
float WebCore::PathTraversalState::m_desiredLength |
Definition at line 67 of file PathTraversalState.h.
§ m_normalAngle
float WebCore::PathTraversalState::m_normalAngle |
Definition at line 71 of file PathTraversalState.h.
§ m_previous
FloatPoint WebCore::PathTraversalState::m_previous |
Definition at line 70 of file PathTraversalState.h.
§ m_segmentIndex
unsigned WebCore::PathTraversalState::m_segmentIndex |
Definition at line 66 of file PathTraversalState.h.
§ m_start
FloatPoint WebCore::PathTraversalState::m_start |
Definition at line 61 of file PathTraversalState.h.
§ m_success
bool WebCore::PathTraversalState::m_success |
Definition at line 58 of file PathTraversalState.h.
§ m_totalLength
float WebCore::PathTraversalState::m_totalLength |
Definition at line 65 of file PathTraversalState.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed Oct 19 2016 23:30:36 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.