Hot Door CORE 0.8.2
Adobe® Illustrator® Plug-in Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
hdi::core::PathStyle::Map Class Reference

Acts as a StrokeStyle value map, indicating which values are "known". More...

#include <hdicorePathStyle.h>

Collaboration diagram for hdi::core::PathStyle::Map:
Collaboration graph
[legend]

Public Member Functions

 Map (const Map &map_)
 Constructs a new Map object from an existing one.
 
 Map (const bool default_=false)
 Constructs a new Map object with values set to the given default.
 
virtual ~Map ()
 Destructs a Map object.
 
Mapoperator= (const Map &rhs_)
 Map assignment operator.
 

Public Attributes

bool useFill
 Whether the useFill setting is known.
 
FillStyle::Map fill
 FillStyle value mappings.
 
bool useStroke
 Whether the useStroke setting is known.
 
StrokeStyle::Map stroke
 StrokeStyle value mappings.
 
bool evenodd
 Whether the evenodd setting is known.
 
bool resolution
 Whether the resolution is known.
 

Detailed Description

Acts as a StrokeStyle value map, indicating which values are "known".

Constructor & Destructor Documentation

◆ Map() [1/2]

hdi::core::PathStyle::Map::Map ( const Map map_)

Constructs a new Map object from an existing one.

Author
GW
Date
12/2013
Parameters
map_Existing Map object to copy values from

◆ Map() [2/2]

hdi::core::PathStyle::Map::Map ( const bool  default_ = false)

Constructs a new Map object with values set to the given default.

Author
GW
Date
08/2013
Parameters
default_Whether the values are known or unknown

◆ ~Map()

virtual hdi::core::PathStyle::Map::~Map ( )
virtual

Destructs a Map object.

Author
GW
Date
08/2013

Member Function Documentation

◆ operator=()

Map & hdi::core::PathStyle::Map::operator= ( const Map rhs_)

Map assignment operator.

Author
GW
Date
12/2013
Parameters
rhs_Existing Map object to copy values from
Returns
The target Map object, but with its values updated