cheshirekow  v0.1.0
freetype::PointIterator Struct Reference

#include <cpp_freetype/Outline.h>

Inheritance diagram for freetype::PointIterator:
freetype::PointReference

Public Member Functions

bool operator!= (const PointIterator &other)
 
PointReferenceoperator* ()
 
PointIteratoroperator++ ()
 
PointIteratoroperator-- ()
 
PointReferenceoperator-> ()
 
 PointIterator (FT_Outline *outline=0, Int i=0)
 
- Public Member Functions inherited from freetype::PointReference
bool conic ()
 
bool cubic ()
 
bool off ()
 
bool on ()
 
 PointReference (FT_Outline *outline, Int i)
 
Pos x ()
 
Pos y ()
 

Additional Inherited Members

- Public Attributes inherited from freetype::PointReference
Int m_i
 index of the point we're on More...
 
FT_Outline * m_outline
 outline we're iterating over More...
 

Detailed Description

Definition at line 56 of file Outline.h.

Constructor & Destructor Documentation

freetype::PointIterator::PointIterator ( FT_Outline *  outline = 0,
Int  i = 0 
)

Member Function Documentation

bool freetype::PointIterator::operator!= ( const PointIterator other)
PointReference& freetype::PointIterator::operator* ( )
PointIterator& freetype::PointIterator::operator++ ( )
PointIterator& freetype::PointIterator::operator-- ( )
PointReference* freetype::PointIterator::operator-> ( )

The documentation for this struct was generated from the following file: