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::StrokeStyle::Map Class Reference

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

#include <hdicorePathStyle.h>

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

Public Member Functions

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

Public Attributes

bool color
 Whether the color is known.
 
bool overprint
 Whether the overprint setting is known.
 
bool width
 Whether the width is known.
 
DashStyle::Map dash
 Dash style value mappings.
 
bool cap
 Whether the cap setting is known.
 
bool join
 Whether the join setting is known.
 
bool miterLimit
 Whether the miter limit is known.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Map() [1/2]

hdi::core::StrokeStyle::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() [2/2]

hdi::core::StrokeStyle::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()

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

Destructs a Map object.

Author
GW
Date
08/2013

Member Function Documentation

◆ operator=()

Map & hdi::core::StrokeStyle::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