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

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

#include <hdicorePathStyle.h>

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.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Map() [1/2]

hdi::core::FillStyle::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::FillStyle::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::FillStyle::Map::~Map ( )
virtual

Destructs a Map object.

Author
GW
Date
08/2013

Member Function Documentation

◆ operator=()

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