Gnash  0.8.10
Public Types | Public Member Functions | Public Attributes
gnash::UnivocalPath Struct Reference

#include <PathParser.h>

List of all members.

Public Types

enum  fill_type { FILL_RIGHT, FILL_LEFT }

Public Member Functions

 UnivocalPath ()
 UnivocalPath (const Path *path, fill_type filltype)
const pointstartPoint () const
const pointendPoint () const

Public Attributes

const Path_path
fill_type _fill_type

Detailed Description

Wraps a path, indicating whether we consider the left or the right of the fill.


Member Enumeration Documentation

Enumerator:
FILL_RIGHT 
FILL_LEFT 

Constructor & Destructor Documentation

gnash::UnivocalPath::UnivocalPath ( ) [inline]
gnash::UnivocalPath::UnivocalPath ( const Path path,
fill_type  filltype 
) [inline]

Member Function Documentation

const point & gnash::UnivocalPath::endPoint ( ) const
const point & gnash::UnivocalPath::startPoint ( ) const

Member Data Documentation

Referenced by startPoint(), and endPoint().

Referenced by startPoint(), and endPoint().


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