StateOfDrawGlyph Struct Reference

List of all members.

Public Member Functions

 StateOfDrawGlyph (std::ostream &os)
std::ostream & os ()
FT_Vector startPt ()
void setStartPt (const FT_Vector pt)
bool isNewPath ()
void setNewPathFalse ()

Private Attributes

std::ostream & _os
FT_Vector _startPt
bool _isNewPath


Constructor & Destructor Documentation

StateOfDrawGlyph::StateOfDrawGlyph ( std::ostream &  os  )  [inline]

References _startPt.


Member Function Documentation

std::ostream& StateOfDrawGlyph::os (  )  [inline]

References _os.

Referenced by cubicTo(), moveTo(), and xTo().

FT_Vector StateOfDrawGlyph::startPt (  )  [inline]

References _startPt.

Referenced by conicTo().

void StateOfDrawGlyph::setStartPt ( const FT_Vector  pt  )  [inline]

References _startPt.

Referenced by cubicTo(), and xTo().

bool StateOfDrawGlyph::isNewPath (  )  [inline]

void StateOfDrawGlyph::setNewPathFalse (  )  [inline]

References _isNewPath.

Referenced by moveTo().


Member Data Documentation

std::ostream& StateOfDrawGlyph::_os [private]

Referenced by os().

FT_Vector StateOfDrawGlyph::_startPt [private]

Referenced by isNewPath(), and setNewPathFalse().


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

Generated on Mon May 12 09:38:51 2008 for LASi by  doxygen 1.5.5