Gnash  0.8.11dev
Public Types | Public Member Functions | Public Attributes | List of all members
gnash::UnivocalPath Struct Reference

#include <PathParser.h>

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

fill_type gnash::UnivocalPath::_fill_type

Referenced by endPoint(), and startPoint().

const Path* gnash::UnivocalPath::_path

Referenced by endPoint(), and startPoint().


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