ReactOS
0.4.15-dev-5615-gc3644fd
|
#include <gdipluspath.h>
Public Member Functions | |
GraphicsPathIterator (GraphicsPath *path) | |
~GraphicsPathIterator () | |
INT | CopyData (PointF *points, BYTE *types, INT startIndex, INT endIndex) |
INT | Enumerate (PointF *points, BYTE *types, INT count) |
INT | GetCount () const |
Status | GetLastStatus () const |
INT | GetSubpathCount () const |
BOOL | HasCurve () const |
INT | NextMarker (GraphicsPath *path) |
INT | NextMarker (INT *startIndex, INT *endIndex) |
INT | NextPathType (BYTE *pathType, INT *startIndex, INT *endIndex) |
INT | NextSubpath (GraphicsPath *path, BOOL *isClosed) |
INT | NextSubpath (INT *startIndex, INT *endIndex, BOOL *isClosed) |
VOID | Rewind () |
![]() | |
void | operator delete (void *in_pVoid) |
void | operator delete[] (void *in_pVoid) |
void * | operator new (size_t in_size) |
void * | operator new[] (size_t in_size) |
Protected Member Functions | |
Status | SetStatus (Status status) const |
Protected Attributes | |
GpPathIterator * | nativeIterator |
Status | lastStatus |
Definition at line 626 of file gdipluspath.h.
|
inline |
Definition at line 629 of file gdipluspath.h.
|
inline |
Definition at line 637 of file gdipluspath.h.
|
inline |
Definition at line 643 of file gdipluspath.h.
Definition at line 651 of file gdipluspath.h.
|
inline |
Definition at line 659 of file gdipluspath.h.
|
inline |
Definition at line 667 of file gdipluspath.h.
|
inline |
Definition at line 673 of file gdipluspath.h.
|
inline |
Definition at line 681 of file gdipluspath.h.
|
inline |
Definition at line 689 of file gdipluspath.h.
Definition at line 698 of file gdipluspath.h.
Definition at line 706 of file gdipluspath.h.
|
inline |
Definition at line 714 of file gdipluspath.h.
Definition at line 723 of file gdipluspath.h.
|
inline |
Definition at line 731 of file gdipluspath.h.
Definition at line 741 of file gdipluspath.h.
Referenced by CopyData(), Enumerate(), GetCount(), GetSubpathCount(), HasCurve(), NextMarker(), NextPathType(), NextSubpath(), and Rewind().
|
mutableprotected |
Definition at line 738 of file gdipluspath.h.
Referenced by GetLastStatus(), GraphicsPathIterator(), and SetStatus().
|
protected |
Definition at line 737 of file gdipluspath.h.
Referenced by CopyData(), Enumerate(), GetCount(), GetSubpathCount(), GraphicsPathIterator(), HasCurve(), NextMarker(), NextPathType(), NextSubpath(), Rewind(), and ~GraphicsPathIterator().